diff --git a/src/rougail/output_display/__init__.py b/src/rougail/output_display/__init__.py index e86422cb..55087656 100644 --- a/src/rougail/output_display/__init__.py +++ b/src/rougail/output_display/__init__.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2025 +Copyright (C) 2025-2026 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 diff --git a/src/rougail/output_display/config.py b/src/rougail/output_display/config.py index d9ce5b1b..a1ee5bec 100644 --- a/src/rougail/output_display/config.py +++ b/src/rougail/output_display/config.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2024-2025 +Copyright (C) 2024-2026 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 diff --git a/src/rougail/output_display/display.py b/src/rougail/output_display/display.py index e116b11f..49da3528 100644 --- a/src/rougail/output_display/display.py +++ b/src/rougail/output_display/display.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2022-2025 +Copyright (C) 2022-2026 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 diff --git a/src/rougail/output_display/i18n.py b/src/rougail/output_display/i18n.py index ebc54300..a9c42eb4 100644 --- a/src/rougail/output_display/i18n.py +++ b/src/rougail/output_display/i18n.py @@ -1,6 +1,6 @@ """Internationalisation utilities Silique (https://www.silique.fr) -Copyright (C) 2024-2025 +Copyright (C) 2025-2026 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 diff --git a/src/rougail/output_display/output/console.py b/src/rougail/output_display/output/console.py index a2b2305f..721bb828 100644 --- a/src/rougail/output_display/output/console.py +++ b/src/rougail/output_display/output/console.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2022-2025 +Copyright (C) 2022-2026 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 diff --git a/src/rougail/output_display/output/github.py b/src/rougail/output_display/output/github.py index e0d5efe0..b267ab20 100644 --- a/src/rougail/output_display/output/github.py +++ b/src/rougail/output_display/output/github.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2025 +Copyright (C) 2025-2026 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 @@ -61,7 +61,7 @@ class OutputFamily(CommonOutput): layers = "\n" + self.title(_("Layers:")) for datas in self.layer_datas.values(): for data in datas.values(): - layers += f"> {" ".join(data)}\n" + layers += f"> {" ".join(data)}\\\n" else: layers = "" return caption + layers + "\n" diff --git a/src/rougail/output_display/output/gitlab.py b/src/rougail/output_display/output/gitlab.py index eebf489a..8f7e204f 100644 --- a/src/rougail/output_display/output/gitlab.py +++ b/src/rougail/output_display/output/gitlab.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2025 +Copyright (C) 2025-2026 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 @@ -24,8 +24,8 @@ class OutputFamily(GHOutputFamily): level = 30 name = "gitlab" variable_hidden_color = "+" - value_unmodified_color = "-" - value_modified_color = "+" + value_unmodified_color = "+" + value_modified_color = "-" error_color = "-" warning_color = "-" diff --git a/src/rougail/output_display/util.py b/src/rougail/output_display/util.py index d942ed26..831559e9 100644 --- a/src/rougail/output_display/util.py +++ b/src/rougail/output_display/util.py @@ -1,6 +1,6 @@ """ Silique (https://www.silique.fr) -Copyright (C) 2022-2025 +Copyright (C) 2022-2026 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 diff --git a/test.md b/test.md deleted file mode 100644 index cb5b54bd..00000000 --- a/test.md +++ /dev/null @@ -1,22 +0,0 @@ -
-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/errors5-1-results/display.gitlab.md b/tests/errors5-1-results/display.gitlab.md index a65957f5..22e46414 100644 --- a/tests/errors5-1-results/display.gitlab.md +++ b/tests/errors5-1-results/display.gitlab.md @@ -7,9 +7,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: my family1 - - :notebook: my integer: [- null -] - - :notebook: my string: [- null -] + - :notebook: my integer: [+ null +] + - :notebook: my string: [+ null +] diff --git a/tests/layers-results/display.gitlab.md b/tests/layers-results/display.gitlab.md index d2ac76c7..fadea36a 100644 --- a/tests/layers-results/display.gitlab.md +++ b/tests/layers-results/display.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] > [!note] Layers: > -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: -- :notebook: a_variable (my variable only to test): [- a value -] +- :notebook: a_variable (my variable only to test): [+ a value +] diff --git a/tests/layers-results/display.md b/tests/layers-results/display.md index e1db0f73..808e559d 100644 --- a/tests/layers-results/display.md +++ b/tests/layers-results/display.md @@ -7,9 +7,9 @@ > [!NOTE] > > **Layers:** -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: - :notebook: a_variable (my variable only to test): a value diff --git a/tests/layers-values-config-results/display.gitlab.md b/tests/layers-values-config-results/display.gitlab.md index d5f5de0e..9860cf37 100644 --- a/tests/layers-values-config-results/display.gitlab.md +++ b/tests/layers-values-config-results/display.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) > [!note] Layers: > -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: -- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source3 (:hourglass_flowing_sand: a value) +- :notebook: a_variable (my variable only to test): [- a modified value -] ← source3 (:hourglass_flowing_sand: a value) diff --git a/tests/layers-values-config-results/display.md b/tests/layers-values-config-results/display.md index 74468b96..f3a49d1b 100644 --- a/tests/layers-values-config-results/display.md +++ b/tests/layers-values-config-results/display.md @@ -8,9 +8,9 @@ > [!NOTE] > > **Layers:** -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: - :notebook: a_variable (my variable only to test): a modified value ← source3 (:hourglass_flowing_sand: a value) diff --git a/tests/layers-values-metaconfig-mix-results/display.gitlab.md b/tests/layers-values-metaconfig-mix-results/display.gitlab.md index b11f931e..d483b811 100644 --- a/tests/layers-values-metaconfig-mix-results/display.gitlab.md +++ b/tests/layers-values-metaconfig-mix-results/display.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) > [!note] Layers: > -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: -- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value) +- :notebook: a_variable (my variable only to test): [- a modified value -] ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value) diff --git a/tests/layers-values-metaconfig-mix-results/display.md b/tests/layers-values-metaconfig-mix-results/display.md index 6a0d293e..84a466b4 100644 --- a/tests/layers-values-metaconfig-mix-results/display.md +++ b/tests/layers-values-metaconfig-mix-results/display.md @@ -8,9 +8,9 @@ > [!NOTE] > > **Layers:** -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: - :notebook: a_variable (my variable only to test): a modified value ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value) diff --git a/tests/layers-values-metaconfig1-results/display.gitlab.md b/tests/layers-values-metaconfig1-results/display.gitlab.md index f95177f7..724b2be9 100644 --- a/tests/layers-values-metaconfig1-results/display.gitlab.md +++ b/tests/layers-values-metaconfig1-results/display.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) > [!note] Layers: > -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: -- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source2 (:hourglass_flowing_sand: a value) +- :notebook: a_variable (my variable only to test): [- a modified value -] ← source2 (:hourglass_flowing_sand: a value) diff --git a/tests/layers-values-metaconfig1-results/display.md b/tests/layers-values-metaconfig1-results/display.md index de6332a9..767fbc55 100644 --- a/tests/layers-values-metaconfig1-results/display.md +++ b/tests/layers-values-metaconfig1-results/display.md @@ -8,9 +8,9 @@ > [!NOTE] > > **Layers:** -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: - :notebook: a_variable (my variable only to test): a modified value ← source2 (:hourglass_flowing_sand: a value) diff --git a/tests/layers-values-metaconfig2-results/display.gitlab.md b/tests/layers-values-metaconfig2-results/display.gitlab.md index 30cc987a..909dd528 100644 --- a/tests/layers-values-metaconfig2-results/display.gitlab.md +++ b/tests/layers-values-metaconfig2-results/display.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) > [!note] Layers: > -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: -- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source1 (:hourglass_flowing_sand: a value) +- :notebook: a_variable (my variable only to test): [- a modified value -] ← source1 (:hourglass_flowing_sand: a value) diff --git a/tests/layers-values-metaconfig2-results/display.md b/tests/layers-values-metaconfig2-results/display.md index f013c206..24a01c83 100644 --- a/tests/layers-values-metaconfig2-results/display.md +++ b/tests/layers-values-metaconfig2-results/display.md @@ -8,9 +8,9 @@ > [!NOTE] > > **Layers:** -> name1 name2 -> name3 -> name4 +> name1 name2\ +> name3\ +> name4\ Variables: - :notebook: a_variable (my variable only to test): a modified value ← source1 (:hourglass_flowing_sand: a value) diff --git a/tests/results/test/00_0version_underscore.gitlab.md b/tests/results/test/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test/00_0version_underscore.gitlab.md +++ b/tests/results/test/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test/00_1empty_variable.gitlab.md +++ b/tests/results/test/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/00_2default_calculated.gitlab.md b/tests/results/test/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test/00_2default_calculated.gitlab.md +++ b/tests/results/test/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test/00_2default_calculated_params_permissive.gitlab.md index 13866103..8ff93bcd 100644 --- a/tests/results/test/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test/00_2default_calculated_params_permissive.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test/00_4load_subfolder.gitlab.md +++ b/tests/results/test/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test/00_5load_notype.gitlab.md +++ b/tests/results/test/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test/00_6boolean.gitlab.md b/tests/results/test/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test/00_6boolean.gitlab.md +++ b/tests/results/test/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/00_6choice.gitlab.md b/tests/results/test/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test/00_6choice.gitlab.md +++ b/tests/results/test/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test/00_6choice_calculation.gitlab.md +++ b/tests/results/test/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test/00_6choice_link.gitlab.md b/tests/results/test/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test/00_6choice_link.gitlab.md +++ b/tests/results/test/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test/00_6choice_variable.gitlab.md +++ b/tests/results/test/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test/00_6choice_variable_link.gitlab.md +++ b/tests/results/test/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/00_6custom.gitlab.md b/tests/results/test/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test/00_6custom.gitlab.md +++ b/tests/results/test/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test/00_6domainname.gitlab.md +++ b/tests/results/test/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test/00_6domainname_params.gitlab.md +++ b/tests/results/test/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test/00_6float.gitlab.md +++ b/tests/results/test/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test/00_6integer.gitlab.md +++ b/tests/results/test/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test/00_6ip.gitlab.md +++ b/tests/results/test/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test/00_6network.gitlab.md +++ b/tests/results/test/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test/00_6number.gitlab.md +++ b/tests/results/test/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test/00_6port.gitlab.md +++ b/tests/results/test/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test/00_6regexp.gitlab.md +++ b/tests/results/test/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test/00_6regexp_link.gitlab.md b/tests/results/test/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test/00_6regexp_link.gitlab.md +++ b/tests/results/test/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6secret.gitlab.md index 779b7c15..a8b62a7a 100644 --- a/tests/results/test/00_6secret.gitlab.md +++ b/tests/results/test/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6secret_param.gitlab.md index a2451c23..fde07521 100644 --- a/tests/results/test/00_6secret_param.gitlab.md +++ b/tests/results/test/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test/00_6string.gitlab.md +++ b/tests/results/test/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test/00_7choice_quote.gitlab.md +++ b/tests/results/test/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test/00_7help.gitlab.md b/tests/results/test/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test/00_7help.gitlab.md +++ b/tests/results/test/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test/00_7help_quote.gitlab.md +++ b/tests/results/test/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test/00_7help_sup.gitlab.md +++ b/tests/results/test/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test/00_7value_doublequote.gitlab.md +++ b/tests/results/test/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test/00_7value_doublequote2.gitlab.md b/tests/results/test/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test/00_7value_doublequote2.gitlab.md +++ b/tests/results/test/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test/00_7value_doublequote3.gitlab.md b/tests/results/test/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test/00_7value_doublequote3.gitlab.md +++ b/tests/results/test/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test/00_7value_quote.gitlab.md b/tests/results/test/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test/00_7value_quote.gitlab.md +++ b/tests/results/test/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test/00_8calculation_information.gitlab.md b/tests/results/test/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test/00_8calculation_information.gitlab.md +++ b/tests/results/test/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test/00_8test.gitlab.md +++ b/tests/results/test/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test/00_9choice_variable_multi.gitlab.md b/tests/results/test/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test/00_9choice_variables.gitlab.md b/tests/results/test/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test/00_9choice_variables.gitlab.md +++ b/tests/results/test/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test/00_9default_calculation.gitlab.md +++ b/tests/results/test/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) diff --git a/tests/results/test/00_9default_calculation_information.gitlab.md b/tests/results/test/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test/00_9default_calculation_information.gitlab.md +++ b/tests/results/test/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test/00_9default_integer.gitlab.md +++ b/tests/results/test/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test/00_9default_number.gitlab.md b/tests/results/test/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test/00_9default_number.gitlab.md +++ b/tests/results/test/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test/01_6boolean_multi.gitlab.md b/tests/results/test/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test/01_6boolean_multi.gitlab.md +++ b/tests/results/test/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/01_6custom_multi.gitlab.md b/tests/results/test/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test/01_6custom_multi.gitlab.md +++ b/tests/results/test/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test/01_6float_multi.gitlab.md +++ b/tests/results/test/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test/01_6integer_multi.gitlab.md +++ b/tests/results/test/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 1 -] ← loaded from rougail-test + - [- 2 -] ← loaded from rougail-test + - [- 3 -] ← loaded from rougail-test diff --git a/tests/results/test/01_6string_empty.gitlab.md b/tests/results/test/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test/01_6string_empty.gitlab.md +++ b/tests/results/test/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test/01_6string_multi.gitlab.md +++ b/tests/results/test/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test/01_6string_multi_length.gitlab.md +++ b/tests/results/test/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test/01_7value_multi_quote.gitlab.md +++ b/tests/results/test/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test/02_0tags.gitlab.md b/tests/results/test/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test/02_0tags.gitlab.md +++ b/tests/results/test/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test/04_0type_param.gitlab.md +++ b/tests/results/test/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited number: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test/04_0type_param_integer.gitlab.md b/tests/results/test/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test/04_0type_param_integer.gitlab.md +++ b/tests/results/test/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test/04_1auto_save.gitlab.md b/tests/results/test/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test/04_1auto_save.gitlab.md +++ b/tests/results/test/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test/04_1auto_save_and_calculated.gitlab.md b/tests/results/test/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test/04_1auto_save_and_hidden.gitlab.md index bcf7ff49..48a99f7a 100644 --- a/tests/results/test/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test/04_1auto_save_and_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: [+ autosave variable +]: [+ yes +] +- :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test/04_1default_calculation_hidden.gitlab.md b/tests/results/test/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test/04_1default_calculation_hidden_3.gitlab.md index 83e58822..170642de 100644 --- a/tests/results/test/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test/04_1default_calculation_hidden_3.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test/04_1default_calculation_hidden_4.gitlab.md index a2670320..b4eab162 100644 --- a/tests/results/test/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test/04_1default_calculation_hidden_4.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test/04_1default_calculation_hidden_5.gitlab.md index 9aa189d6..205a661e 100644 --- a/tests/results/test/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test/04_1default_calculation_hidden_5.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test/04_1default_calculation_hidden_6.gitlab.md index 30a44aa9..cb9b1286 100644 --- a/tests/results/test/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test/04_1default_calculation_hidden_6.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/04_5disabled_calculation_optional.gitlab.md index 86d7cc94..286460f7 100644 --- a/tests/results/test/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_optional.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test/04_5disabled_calculation_optional_default.gitlab.md index 5fbf4a7b..ec898881 100644 --- a/tests/results/test/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_optional_default.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test/04_5disabled_calculation_variable5.gitlab.md index bf47084a..43cde7f8 100644 --- a/tests/results/test/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable5.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: [+ a condition +]: [- false -] -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: [+ a condition +]: [+ false +] +- :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test/04_5disabled_calculation_variable8.gitlab.md index 2ecc7531..3f303baa 100644 --- a/tests/results/test/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable8.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a condition +]: [- true -] +- :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/04_5validators.gitlab.md b/tests/results/test/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test/04_5validators.gitlab.md +++ b/tests/results/test/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test/04_5validators_differ.gitlab.md b/tests/results/test/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test/04_5validators_differ.gitlab.md +++ b/tests/results/test/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test/04_5validators_multi.gitlab.md +++ b/tests/results/test/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test/04_5validators_multi2.gitlab.md +++ b/tests/results/test/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test/04_5validators_multi3.gitlab.md +++ b/tests/results/test/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test/04_5validators_warnings.gitlab.md +++ b/tests/results/test/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test/04_5validators_warnings_all.gitlab.md b/tests/results/test/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test/05_0multi_not_uniq.gitlab.md b/tests/results/test/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test/05_0multi_uniq.gitlab.md +++ b/tests/results/test/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test/12_1auto_save_expert.gitlab.md +++ b/tests/results/test/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test/16_0redefine_description.gitlab.md b/tests/results/test/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test/16_0redefine_description.gitlab.md +++ b/tests/results/test/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/16_3family_empty_at_ends.gitlab.md b/tests/results/test/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/16_5exists_nonexists.gitlab.md b/tests/results/test/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test/16_5exists_nonexists.gitlab.md +++ b/tests/results/test/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test/16_5exists_redefine.gitlab.md index c0b17e62..3935b6a0 100644 --- a/tests/results/test/16_5exists_redefine.gitlab.md +++ b/tests/results/test/16_5exists_redefine.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a first variable +]: [- yes -] +- :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test/16_5redefine_calculation.gitlab.md b/tests/results/test/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test/16_5redefine_calculation.gitlab.md +++ b/tests/results/test/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/16_5redefine_choice.gitlab.md b/tests/results/test/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test/16_5redefine_choice.gitlab.md +++ b/tests/results/test/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test/16_5redefine_default.gitlab.md b/tests/results/test/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test/16_5redefine_default.gitlab.md +++ b/tests/results/test/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test/16_5redefine_default_calculation.gitlab.md b/tests/results/test/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test/16_5redefine_family.gitlab.md +++ b/tests/results/test/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/16_5redefine_help.gitlab.md b/tests/results/test/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test/16_5redefine_help.gitlab.md +++ b/tests/results/test/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/16_5redefine_hidden.gitlab.md b/tests/results/test/16_5redefine_hidden.gitlab.md index 73993b0b..e05d930b 100644 --- a/tests/results/test/16_5redefine_hidden.gitlab.md +++ b/tests/results/test/16_5redefine_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a variable +]: [- no -] +- :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test/16_5redefine_multi.gitlab.md b/tests/results/test/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test/16_5redefine_multi.gitlab.md +++ b/tests/results/test/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test/16_5test_redefine.gitlab.md +++ b/tests/results/test/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test/16_6choice_redefine.gitlab.md +++ b/tests/results/test/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test/16_6exists_redefine_family.gitlab.md b/tests/results/test/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/16exists_exists.gitlab.md b/tests/results/test/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test/16exists_exists.gitlab.md +++ b/tests/results/test/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/17_5redefine_leadership.gitlab.md b/tests/results/test/17_5redefine_leadership.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test/17_5redefine_leadership.gitlab.md +++ b/tests/results/test/17_5redefine_leadership.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test/20_0family_append.gitlab.md b/tests/results/test/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test/20_0family_append.gitlab.md +++ b/tests/results/test/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test/20_0multi_family.gitlab.md +++ b/tests/results/test/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/20_0multi_family_basic.gitlab.md b/tests/results/test/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test/20_0multi_family_basic.gitlab.md +++ b/tests/results/test/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/20_0multi_family_expert.gitlab.md b/tests/results/test/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test/20_0multi_family_expert.gitlab.md +++ b/tests/results/test/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/20_0multi_family_order.gitlab.md b/tests/results/test/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test/20_0multi_family_order.gitlab.md +++ b/tests/results/test/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test/20_7help_family.gitlab.md b/tests/results/test/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test/20_7help_family.gitlab.md +++ b/tests/results/test/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/20_9default_information_parent.gitlab.md b/tests/results/test/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test/20_9default_information_parent.gitlab.md +++ b/tests/results/test/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test/20_9family_absolute.gitlab.md +++ b/tests/results/test/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test/24_0family_hidden_condition_variable_sub_family.gitlab.md index 21fc5580..2cf20ed9 100644 --- a/tests/results/test/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/24_0family_mandatory_condition.gitlab.md b/tests/results/test/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test/40_0leadership.gitlab.md +++ b/tests/results/test/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test/40_0leadership_reduce.gitlab.md +++ b/tests/results/test/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test/40_8calculation_boolean.gitlab.md +++ b/tests/results/test/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test/40_8calculation_multi_variable.gitlab.md b/tests/results/test/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :notebook: a calculated variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test/40_8calculation_multi_variable_parent2.gitlab.md b/tests/results/test/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test/41_0choice_leader.gitlab.md +++ b/tests/results/test/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/44_0leadership_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test/44_0leadership_hidden.gitlab.md +++ b/tests/results/test/44_0leadership_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test/44_0leadership_leader_hidden.gitlab.md b/tests/results/test/44_0leadership_leader_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test/44_0leadership_leader_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test/44_1leadership_append_hidden_follower.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test/44_1leadership_append_hidden_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test/60_0family_dynamic.gitlab.md +++ b/tests/results/test/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_1_1.gitlab.md b/tests/results/test/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_empty.gitlab.md b/tests/results/test/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test/60_0family_dynamic_source_hidden.gitlab.md index 4d17de1f..a8ad32a5 100644 --- a/tests/results/test/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test/60_0family_dynamic_source_hidden.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_static.gitlab.md b/tests/results/test/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_test.gitlab.md b/tests/results/test/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test/60_0family_hidden.gitlab.md index b0dfacb0..ae57b551 100644 --- a/tests/results/test/60_0family_hidden.gitlab.md +++ b/tests/results/test/60_0family_hidden.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test/60_0family_mode.gitlab.md b/tests/results/test/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test/60_0family_mode.gitlab.md +++ b/tests/results/test/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test/60_1family_dynamic_jinja.gitlab.md b/tests/results/test/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.gitlab.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2) diff --git a/tests/results/test/60_5family_dynamic_calc_variable.gitlab.md b/tests/results/test/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_hidden_suffix.gitlab.md index 0e972fcb..caefb71e 100644 --- a/tests/results/test/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test/68_0family_leadership_mode.gitlab.md b/tests/results/test/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_mandatory/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory/00_0version_underscore.gitlab.md +++ b/tests/results/test_mandatory/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_mandatory/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_mandatory/00_1empty_variable.gitlab.md +++ b/tests/results/test_mandatory/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/00_2default_calculated.gitlab.md b/tests/results/test_mandatory/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_mandatory/00_2default_calculated.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_mandatory/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/00_2default_calculated_params_permissive.gitlab.md index 13866103..8ff93bcd 100644 --- a/tests/results/test_mandatory/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated_params_permissive.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_mandatory/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_mandatory/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_mandatory/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_mandatory/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_mandatory/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_mandatory/00_4load_subfolder.gitlab.md +++ b/tests/results/test_mandatory/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_mandatory/00_5load_notype.gitlab.md +++ b/tests/results/test_mandatory/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory/00_6boolean.gitlab.md b/tests/results/test_mandatory/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_mandatory/00_6boolean.gitlab.md +++ b/tests/results/test_mandatory/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_mandatory/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_mandatory/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_mandatory/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/00_6choice.gitlab.md b/tests/results/test_mandatory/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_mandatory/00_6choice.gitlab.md +++ b/tests/results/test_mandatory/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_mandatory/00_6choice_calculation.gitlab.md +++ b/tests/results/test_mandatory/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory/00_6choice_link.gitlab.md b/tests/results/test_mandatory/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_mandatory/00_6choice_link.gitlab.md +++ b/tests/results/test_mandatory/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_mandatory/00_6choice_variable.gitlab.md +++ b/tests/results/test_mandatory/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_mandatory/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_mandatory/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_mandatory/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_mandatory/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory/00_6custom.gitlab.md b/tests/results/test_mandatory/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_mandatory/00_6custom.gitlab.md +++ b/tests/results/test_mandatory/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_mandatory/00_6domainname.gitlab.md +++ b/tests/results/test_mandatory/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_mandatory/00_6domainname_params.gitlab.md +++ b/tests/results/test_mandatory/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_mandatory/00_6float.gitlab.md +++ b/tests/results/test_mandatory/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_mandatory/00_6integer.gitlab.md +++ b/tests/results/test_mandatory/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_mandatory/00_6ip.gitlab.md +++ b/tests/results/test_mandatory/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_mandatory/00_6network.gitlab.md +++ b/tests/results/test_mandatory/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_mandatory/00_6number.gitlab.md +++ b/tests/results/test_mandatory/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_mandatory/00_6port.gitlab.md +++ b/tests/results/test_mandatory/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_mandatory/00_6regexp.gitlab.md +++ b/tests/results/test_mandatory/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_mandatory/00_6regexp_link.gitlab.md b/tests/results/test_mandatory/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_mandatory/00_6regexp_link.gitlab.md +++ b/tests/results/test_mandatory/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6secret.gitlab.md index 779b7c15..a8b62a7a 100644 --- a/tests/results/test_mandatory/00_6secret.gitlab.md +++ b/tests/results/test_mandatory/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6secret_param.gitlab.md index a2451c23..fde07521 100644 --- a/tests/results/test_mandatory/00_6secret_param.gitlab.md +++ b/tests/results/test_mandatory/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_mandatory/00_6string.gitlab.md +++ b/tests/results/test_mandatory/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_mandatory/00_7choice_quote.gitlab.md +++ b/tests/results/test_mandatory/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory/00_7help.gitlab.md b/tests/results/test_mandatory/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_mandatory/00_7help.gitlab.md +++ b/tests/results/test_mandatory/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_mandatory/00_7help_quote.gitlab.md +++ b/tests/results/test_mandatory/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_mandatory/00_7help_sup.gitlab.md +++ b/tests/results/test_mandatory/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_mandatory/00_7value_doublequote.gitlab.md +++ b/tests/results/test_mandatory/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_mandatory/00_7value_doublequote2.gitlab.md b/tests/results/test_mandatory/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_mandatory/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_mandatory/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_mandatory/00_7value_doublequote3.gitlab.md b/tests/results/test_mandatory/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_mandatory/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_mandatory/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_mandatory/00_7value_quote.gitlab.md b/tests/results/test_mandatory/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_mandatory/00_7value_quote.gitlab.md +++ b/tests/results/test_mandatory/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory/00_8calculation_information.gitlab.md b/tests/results/test_mandatory/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory/00_8calculation_information.gitlab.md +++ b/tests/results/test_mandatory/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_mandatory/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_mandatory/00_8test.gitlab.md +++ b/tests/results/test_mandatory/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9choice_variable_multi.gitlab.md b/tests/results/test_mandatory/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_mandatory/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_mandatory/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/00_9choice_variables.gitlab.md b/tests/results/test_mandatory/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_mandatory/00_9choice_variables.gitlab.md +++ b/tests/results/test_mandatory/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_mandatory/00_9default_calculation.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_mandatory/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_mandatory/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_mandatory/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_mandatory/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_mandatory/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_mandatory/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_mandatory/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_mandatory/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_mandatory/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_mandatory/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_mandatory/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_mandatory/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_mandatory/00_9default_integer.gitlab.md +++ b/tests/results/test_mandatory/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory/00_9default_number.gitlab.md b/tests/results/test_mandatory/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_mandatory/00_9default_number.gitlab.md +++ b/tests/results/test_mandatory/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory/01_6boolean_multi.gitlab.md b/tests/results/test_mandatory/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_mandatory/01_6boolean_multi.gitlab.md +++ b/tests/results/test_mandatory/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/01_6custom_multi.gitlab.md b/tests/results/test_mandatory/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_mandatory/01_6custom_multi.gitlab.md +++ b/tests/results/test_mandatory/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_mandatory/01_6float_multi.gitlab.md +++ b/tests/results/test_mandatory/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_mandatory/01_6integer_multi.gitlab.md +++ b/tests/results/test_mandatory/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_mandatory/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_mandatory/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_mandatory/01_6string_empty.gitlab.md +++ b/tests/results/test_mandatory/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_mandatory/01_6string_multi.gitlab.md +++ b/tests/results/test_mandatory/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_mandatory/01_6string_multi_length.gitlab.md +++ b/tests/results/test_mandatory/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_mandatory/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_mandatory/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_mandatory/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_mandatory/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_mandatory/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_mandatory/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_mandatory/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_mandatory/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_mandatory/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_mandatory/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_mandatory/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_mandatory/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory/02_0tags.gitlab.md b/tests/results/test_mandatory/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_mandatory/02_0tags.gitlab.md +++ b/tests/results/test_mandatory/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_mandatory/04_0type_param.gitlab.md +++ b/tests/results/test_mandatory/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited number: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory/04_0type_param_integer.gitlab.md b/tests/results/test_mandatory/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_mandatory/04_0type_param_integer.gitlab.md +++ b/tests/results/test_mandatory/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory/04_1auto_save.gitlab.md b/tests/results/test_mandatory/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_mandatory/04_1auto_save.gitlab.md +++ b/tests/results/test_mandatory/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_mandatory/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_mandatory/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_mandatory/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_mandatory/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_mandatory/04_1auto_save_and_hidden.gitlab.md index bcf7ff49..48a99f7a 100644 --- a/tests/results/test_mandatory/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_mandatory/04_1auto_save_and_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: [+ autosave variable +]: [+ yes +] +- :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_mandatory/04_1default_calculation_hidden.gitlab.md b/tests/results/test_mandatory/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_mandatory/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_mandatory/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_mandatory/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory/04_1default_calculation_hidden_3.gitlab.md index 83e58822..170642de 100644 --- a/tests/results/test_mandatory/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_3.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test_mandatory/04_1default_calculation_hidden_4.gitlab.md index a2670320..b4eab162 100644 --- a/tests/results/test_mandatory/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_4.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test_mandatory/04_1default_calculation_hidden_5.gitlab.md index 9aa189d6..205a661e 100644 --- a/tests/results/test_mandatory/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_5.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test_mandatory/04_1default_calculation_hidden_6.gitlab.md index 30a44aa9..cb9b1286 100644 --- a/tests/results/test_mandatory/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_mandatory/04_1default_calculation_hidden_6.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_optional.gitlab.md index 86d7cc94..286460f7 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_optional.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_optional_default.gitlab.md index 5fbf4a7b..ec898881 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_optional_default.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable5.gitlab.md index bf47084a..43cde7f8 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable5.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: [+ a condition +]: [- false -] -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: [+ a condition +]: [+ false +] +- :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable8.gitlab.md index 2ecc7531..3f303baa 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable8.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a condition +]: [- true -] +- :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_mandatory/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_mandatory/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_mandatory/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_mandatory/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/04_5validators.gitlab.md b/tests/results/test_mandatory/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_mandatory/04_5validators.gitlab.md +++ b/tests/results/test_mandatory/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/04_5validators_differ.gitlab.md b/tests/results/test_mandatory/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_mandatory/04_5validators_differ.gitlab.md +++ b/tests/results/test_mandatory/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_mandatory/04_5validators_multi.gitlab.md +++ b/tests/results/test_mandatory/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_mandatory/04_5validators_multi2.gitlab.md +++ b/tests/results/test_mandatory/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_mandatory/04_5validators_multi3.gitlab.md +++ b/tests/results/test_mandatory/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_mandatory/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_mandatory/04_5validators_warnings.gitlab.md +++ b/tests/results/test_mandatory/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory/04_5validators_warnings_all.gitlab.md b/tests/results/test_mandatory/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_mandatory/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_mandatory/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory/05_0multi_not_uniq.gitlab.md b/tests/results/test_mandatory/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_mandatory/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_mandatory/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_mandatory/05_0multi_uniq.gitlab.md +++ b/tests/results/test_mandatory/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_mandatory/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_mandatory/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_mandatory/16_0redefine_description.gitlab.md b/tests/results/test_mandatory/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_mandatory/16_0redefine_description.gitlab.md +++ b/tests/results/test_mandatory/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/16_3family_empty_at_ends.gitlab.md b/tests/results/test_mandatory/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_mandatory/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_mandatory/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5exists_nonexists.gitlab.md b/tests/results/test_mandatory/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_mandatory/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_mandatory/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory/16_5exists_redefine.gitlab.md index c0b17e62..3935b6a0 100644 --- a/tests/results/test_mandatory/16_5exists_redefine.gitlab.md +++ b/tests/results/test_mandatory/16_5exists_redefine.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a first variable +]: [- yes -] +- :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_mandatory/16_5redefine_calculation.gitlab.md b/tests/results/test_mandatory/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_mandatory/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/16_5redefine_choice.gitlab.md b/tests/results/test_mandatory/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_mandatory/16_5redefine_choice.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_default.gitlab.md b/tests/results/test_mandatory/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_mandatory/16_5redefine_default.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory/16_5redefine_default_calculation.gitlab.md b/tests/results/test_mandatory/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_mandatory/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_mandatory/16_5redefine_family.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_help.gitlab.md b/tests/results/test_mandatory/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_mandatory/16_5redefine_help.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/16_5redefine_hidden.gitlab.md b/tests/results/test_mandatory/16_5redefine_hidden.gitlab.md index 73993b0b..e05d930b 100644 --- a/tests/results/test_mandatory/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a variable +]: [- no -] +- :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_mandatory/16_5redefine_multi.gitlab.md b/tests/results/test_mandatory/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_mandatory/16_5redefine_multi.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_mandatory/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_mandatory/16_5test_redefine.gitlab.md +++ b/tests/results/test_mandatory/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_mandatory/16_6choice_redefine.gitlab.md +++ b/tests/results/test_mandatory/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory/16_6exists_redefine_family.gitlab.md b/tests/results/test_mandatory/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_mandatory/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_mandatory/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/16exists_exists.gitlab.md b/tests/results/test_mandatory/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_mandatory/16exists_exists.gitlab.md +++ b/tests/results/test_mandatory/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/17_5redefine_leadership.gitlab.md b/tests/results/test_mandatory/17_5redefine_leadership.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_mandatory/17_5redefine_leadership.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory/20_0family_append.gitlab.md b/tests/results/test_mandatory/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_mandatory/20_0family_append.gitlab.md +++ b/tests/results/test_mandatory/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_mandatory/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_mandatory/20_0multi_family.gitlab.md +++ b/tests/results/test_mandatory/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0multi_family_basic.gitlab.md b/tests/results/test_mandatory/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_mandatory/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_mandatory/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0multi_family_expert.gitlab.md b/tests/results/test_mandatory/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_mandatory/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_mandatory/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/20_0multi_family_order.gitlab.md b/tests/results/test_mandatory/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_mandatory/20_0multi_family_order.gitlab.md +++ b/tests/results/test_mandatory/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_mandatory/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_mandatory/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_mandatory/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_mandatory/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_mandatory/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_mandatory/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_mandatory/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory/20_7help_family.gitlab.md b/tests/results/test_mandatory/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_mandatory/20_7help_family.gitlab.md +++ b/tests/results/test_mandatory/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/20_9default_information_parent.gitlab.md b/tests/results/test_mandatory/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_mandatory/20_9default_information_parent.gitlab.md +++ b/tests/results/test_mandatory/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_mandatory/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_mandatory/20_9family_absolute.gitlab.md +++ b/tests/results/test_mandatory/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_mandatory/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md index 21fc5580..2cf20ed9 100644 --- a/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/24_0family_mandatory_condition.gitlab.md b/tests/results/test_mandatory/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_mandatory/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_mandatory/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_mandatory/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_mandatory/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_mandatory/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_mandatory/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_mandatory/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_mandatory/40_0leadership.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_mandatory/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_mandatory/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_mandatory/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_mandatory/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_mandatory/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_mandatory/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_mandatory/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_mandatory/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_mandatory/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_mandatory/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_mandatory/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_mandatory/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_mandatory/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_mandatory/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_mandatory/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_mandatory/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_mandatory/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_mandatory/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory/40_8calculation_multi_variable.gitlab.md b/tests/results/test_mandatory/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_mandatory/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_mandatory/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_mandatory/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_mandatory/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_mandatory/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_mandatory/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_mandatory/41_0choice_leader.gitlab.md +++ b/tests/results/test_mandatory/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/44_0leadership_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_mandatory/44_0leadership_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_mandatory/44_0leadership_leader_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_mandatory/44_0leadership_leader_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_mandatory/44_1leadership_append_hidden_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_mandatory/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_mandatory/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_mandatory/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_mandatory/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_mandatory/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_mandatory/60_0family_dynamic.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_empty.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_source_hidden.gitlab.md index 4d17de1f..a8ad32a5 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_source_hidden.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_static.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_test.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_mandatory/60_0family_hidden.gitlab.md index b0dfacb0..ae57b551 100644 --- a/tests/results/test_mandatory/60_0family_hidden.gitlab.md +++ b/tests/results/test_mandatory/60_0family_hidden.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_mandatory/60_0family_mode.gitlab.md b/tests/results/test_mandatory/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_mandatory/60_0family_mode.gitlab.md +++ b/tests/results/test_mandatory/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_mandatory/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_mandatory/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_mandatory/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_mandatory/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_mandatory/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md index 0e972fcb..caefb71e 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_mandatory/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_mandatory/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_mandatory/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_mandatory/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_mandatory/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory/68_0family_leadership_mode.gitlab.md b/tests/results/test_mandatory/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_mandatory/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_mandatory/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_mandatory_secrets/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_mandatory_secrets/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_mandatory_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_2default_calculated.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md index 13866103..8ff93bcd 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_mandatory_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_mandatory_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory_secrets/00_6boolean.gitlab.md b/tests/results/test_mandatory_secrets/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_mandatory_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/00_6choice.gitlab.md b/tests/results/test_mandatory_secrets/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_mandatory_secrets/00_6choice.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory_secrets/00_6choice_link.gitlab.md b/tests/results/test_mandatory_secrets/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_mandatory_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_mandatory_secrets/00_6custom.gitlab.md b/tests/results/test_mandatory_secrets/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_mandatory_secrets/00_6custom.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_mandatory_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_mandatory_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_mandatory_secrets/00_6float.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_mandatory_secrets/00_6integer.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_mandatory_secrets/00_6ip.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_mandatory_secrets/00_6network.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_mandatory_secrets/00_6number.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_mandatory_secrets/00_6port.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_mandatory_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_mandatory_secrets/00_6regexp_link.gitlab.md b/tests/results/test_mandatory_secrets/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_mandatory_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6secret.gitlab.md index a968e0a0..97f97ca8 100644 --- a/tests/results/test_mandatory_secrets/00_6secret.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_mandatory_secrets/00_6secret_param.gitlab.md index 82fa4804..d8340fef 100644 --- a/tests/results/test_mandatory_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_mandatory_secrets/00_6string.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_mandatory_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory_secrets/00_7help.gitlab.md b/tests/results/test_mandatory_secrets/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_mandatory_secrets/00_7help.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_mandatory_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_mandatory_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_mandatory_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote2.gitlab.md b/tests/results/test_mandatory_secrets/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_mandatory_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_mandatory_secrets/00_7value_doublequote3.gitlab.md b/tests/results/test_mandatory_secrets/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_mandatory_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_mandatory_secrets/00_7value_quote.gitlab.md b/tests/results/test_mandatory_secrets/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_mandatory_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_mandatory_secrets/00_8calculation_information.gitlab.md b/tests/results/test_mandatory_secrets/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_mandatory_secrets/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_mandatory_secrets/00_8test.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_mandatory_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/00_9choice_variables.gitlab.md b/tests/results/test_mandatory_secrets/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_mandatory_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_mandatory_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_mandatory_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory_secrets/00_9default_number.gitlab.md b/tests/results/test_mandatory_secrets/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_mandatory_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_mandatory_secrets/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_mandatory_secrets/01_6boolean_multi.gitlab.md b/tests/results/test_mandatory_secrets/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_mandatory_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/01_6custom_multi.gitlab.md b/tests/results/test_mandatory_secrets/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_mandatory_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_mandatory_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_mandatory_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_mandatory_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_mandatory_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_mandatory_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_mandatory_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_mandatory_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_mandatory_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_mandatory_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory_secrets/02_0tags.gitlab.md b/tests/results/test_mandatory_secrets/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_mandatory_secrets/02_0tags.gitlab.md +++ b/tests/results/test_mandatory_secrets/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_mandatory_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_mandatory_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_mandatory_secrets/04_1auto_save.gitlab.md b/tests/results/test_mandatory_secrets/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.gitlab.md index bcf7ff49..48a99f7a 100644 --- a/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1auto_save_and_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: [+ autosave variable +]: [+ yes +] +- :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.gitlab.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md index 83e58822..170642de 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md index a2670320..b4eab162 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md index 9aa189d6..205a661e 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md index 30a44aa9..cb9b1286 100644 --- a/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md index 86d7cc94..286460f7 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md index 5fbf4a7b..ec898881 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md index bf47084a..43cde7f8 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: [+ a condition +]: [- false -] -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: [+ a condition +]: [+ false +] +- :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md index 2ecc7531..3f303baa 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a condition +]: [- true -] +- :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/04_5validators.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_mandatory_secrets/04_5validators.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/04_5validators_differ.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory_secrets/04_5validators_warnings_all.gitlab.md b/tests/results/test_mandatory_secrets/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_mandatory_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_mandatory_secrets/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_mandatory_secrets/05_0multi_not_uniq.gitlab.md b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_mandatory_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_mandatory_secrets/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_mandatory_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_mandatory_secrets/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_mandatory_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_mandatory_secrets/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_mandatory_secrets/16_0redefine_description.gitlab.md b/tests/results/test_mandatory_secrets/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_mandatory_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_mandatory_secrets/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_mandatory_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_mandatory_secrets/16_5exists_redefine.gitlab.md index c0b17e62..3935b6a0 100644 --- a/tests/results/test_mandatory_secrets/16_5exists_redefine.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5exists_redefine.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a first variable +]: [- yes -] +- :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_mandatory_secrets/16_5redefine_calculation.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_choice.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_help.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16_5redefine_hidden.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_hidden.gitlab.md index 73993b0b..e05d930b 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a variable +]: [- no -] +- :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_mandatory_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_mandatory_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_mandatory_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_mandatory_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_mandatory_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/16exists_exists.gitlab.md b/tests/results/test_mandatory_secrets/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_mandatory_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_mandatory_secrets/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/17_5redefine_leadership.gitlab.md b/tests/results/test_mandatory_secrets/17_5redefine_leadership.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory_secrets/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_mandatory_secrets/17_5redefine_leadership.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory_secrets/20_0family_append.gitlab.md b/tests/results/test_mandatory_secrets/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_mandatory_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_mandatory_secrets/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_basic.gitlab.md b/tests/results/test_mandatory_secrets/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_expert.gitlab.md b/tests/results/test_mandatory_secrets/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_0multi_family_order.gitlab.md b/tests/results/test_mandatory_secrets/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_mandatory_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_mandatory_secrets/20_7help_family.gitlab.md b/tests/results/test_mandatory_secrets/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_mandatory_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_mandatory_secrets/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_mandatory_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_mandatory_secrets/20_9family_absolute.gitlab.md +++ b/tests/results/test_mandatory_secrets/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 21fc5580..2cf20ed9 100644 --- a/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_mandatory_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_mandatory_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_mandatory_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_mandatory_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.gitlab.md b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_mandatory_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_mandatory_secrets/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/44_0leadership_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory_secrets/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_0leadership_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_mandatory_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md index 4d17de1f..a8ad32a5 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_test.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_hidden.gitlab.md index b0dfacb0..ae57b551 100644 --- a/tests/results/test_mandatory_secrets/60_0family_hidden.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_hidden.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_mandatory_secrets/60_0family_mode.gitlab.md b/tests/results/test_mandatory_secrets/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_mandatory_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index 0e972fcb..caefb71e 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_mandatory_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_mandatory_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_mandatory_secrets/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/00_2default_calculated.gitlab.md b/tests/results/test_namespace/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/00_2default_calculated_params_permissive.gitlab.md index a7790e0f..2e6e8765 100644 --- a/tests/results/test_namespace/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace/00_6boolean.gitlab.md b/tests/results/test_namespace/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace/00_6boolean.gitlab.md +++ b/tests/results/test_namespace/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/00_6choice.gitlab.md b/tests/results/test_namespace/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace/00_6choice.gitlab.md +++ b/tests/results/test_namespace/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace/00_6choice_link.gitlab.md b/tests/results/test_namespace/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace/00_6custom.gitlab.md b/tests/results/test_namespace/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace/00_6custom.gitlab.md +++ b/tests/results/test_namespace/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace/00_6domainname.gitlab.md +++ b/tests/results/test_namespace/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace/00_6float.gitlab.md +++ b/tests/results/test_namespace/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace/00_6integer.gitlab.md +++ b/tests/results/test_namespace/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace/00_6ip.gitlab.md +++ b/tests/results/test_namespace/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace/00_6network.gitlab.md +++ b/tests/results/test_namespace/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace/00_6number.gitlab.md +++ b/tests/results/test_namespace/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace/00_6port.gitlab.md +++ b/tests/results/test_namespace/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace/00_6regexp.gitlab.md +++ b/tests/results/test_namespace/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace/00_6regexp_link.gitlab.md b/tests/results/test_namespace/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6secret.gitlab.md index b1021e33..3570e649 100644 --- a/tests/results/test_namespace/00_6secret.gitlab.md +++ b/tests/results/test_namespace/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6secret_param.gitlab.md index e8a475b2..24d5aa34 100644 --- a/tests/results/test_namespace/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace/00_6string.gitlab.md +++ b/tests/results/test_namespace/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace/00_7help.gitlab.md b/tests/results/test_namespace/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace/00_7help.gitlab.md +++ b/tests/results/test_namespace/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace/00_7value_quote.gitlab.md b/tests/results/test_namespace/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace/00_8calculation_information.gitlab.md b/tests/results/test_namespace/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.gitlab.md b/tests/results/test_namespace/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace/00_8test.gitlab.md b/tests/results/test_namespace/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace/00_8test.gitlab.md +++ b/tests/results/test_namespace/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/00_9choice_variables.gitlab.md b/tests/results/test_namespace/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace/00_9default_number.gitlab.md b/tests/results/test_namespace/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace/00_9default_number.gitlab.md +++ b/tests/results/test_namespace/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace/00_9extra.gitlab.md b/tests/results/test_namespace/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace/00_9extra.gitlab.md +++ b/tests/results/test_namespace/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace/00_9extra_calculation.gitlab.md b/tests/results/test_namespace/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value in extra) diff --git a/tests/results/test_namespace/01_6boolean_multi.gitlab.md b/tests/results/test_namespace/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/01_6custom_multi.gitlab.md b/tests/results/test_namespace/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace/02_0tags.gitlab.md b/tests/results/test_namespace/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace/02_0tags.gitlab.md +++ b/tests/results/test_namespace/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace/04_0type_param.gitlab.md +++ b/tests/results/test_namespace/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A limited number: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace/04_0type_param_integer.gitlab.md b/tests/results/test_namespace/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace/04_1auto_save.gitlab.md b/tests/results/test_namespace/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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.gitlab.md b/tests/results/test_namespace/04_1auto_save_and_hidden.gitlab.md index f6de21d8..1908e439 100644 --- a/tests/results/test_namespace/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_namespace/04_1auto_save_and_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ autosave variable +]: [+ yes +] + - :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/04_1default_calculation_hidden_3.gitlab.md index 330ef892..3a5dd936 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace/04_1default_calculation_hidden_4.gitlab.md index aec396d2..756940d2 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace/04_1default_calculation_hidden_5.gitlab.md index c54c27f2..03d2ebce 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace/04_1default_calculation_hidden_6.gitlab.md index 5593673c..53efa563 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_optional.gitlab.md index 6a8fc117..a563a796 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_optional_default.gitlab.md index d10e7641..5fe9cb95 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable5.gitlab.md index 142bddac..28774a6b 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- false -] - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: [+ a condition +]: [+ false +] + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable8.gitlab.md index d36a88ce..e45b5280 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable8.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- true -] + - :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md index 99f7bf44..9dee9bb6 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace/04_5validators.gitlab.md +++ b/tests/results/test_namespace/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/04_5validators_differ.gitlab.md b/tests/results/test_namespace/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace/04_5validators_warnings_all.gitlab.md b/tests/results/test_namespace/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace/05_0multi_not_uniq.gitlab.md b/tests/results/test_namespace/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace/16_0redefine_description.gitlab.md b/tests/results/test_namespace/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/16_5exists_redefine.gitlab.md index f10ec377..f09d0633 100644 --- a/tests/results/test_namespace/16_5exists_redefine.gitlab.md +++ b/tests/results/test_namespace/16_5exists_redefine.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a first variable +]: [- yes -] + - :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_namespace/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/16_5redefine_choice.gitlab.md b/tests/results/test_namespace/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_default.gitlab.md b/tests/results/test_namespace/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.gitlab.md b/tests/results/test_namespace/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_help.gitlab.md b/tests/results/test_namespace/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/16_5redefine_hidden.gitlab.md b/tests/results/test_namespace/16_5redefine_hidden.gitlab.md index d142999b..4a8465c1 100644 --- a/tests/results/test_namespace/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a variable +]: [- no -] + - :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_namespace/16_5redefine_multi.gitlab.md b/tests/results/test_namespace/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/16exists_exists.gitlab.md b/tests/results/test_namespace/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace/16exists_exists.gitlab.md +++ b/tests/results/test_namespace/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/17_5redefine_leadership.gitlab.md b/tests/results/test_namespace/17_5redefine_leadership.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_namespace/17_5redefine_leadership.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace/20_0family_append.gitlab.md b/tests/results/test_namespace/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace/20_0family_append.gitlab.md +++ b/tests/results/test_namespace/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/20_0multi_family_order.gitlab.md b/tests/results/test_namespace/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace/20_7help_family.gitlab.md b/tests/results/test_namespace/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace/20_7help_family.gitlab.md +++ b/tests/results/test_namespace/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/20_9default_information_parent.gitlab.md b/tests/results/test_namespace/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.gitlab.md index 0636c3f5..2b57a2b2 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.gitlab.md b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.gitlab.md index 85a07a04..ad196a2c 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace/40_0leadership.gitlab.md +++ b/tests/results/test_namespace/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/44_0leadership_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_namespace/44_0leadership_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_namespace/44_0leadership_leader_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_namespace/44_0leadership_leader_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_namespace/44_1leadership_append_hidden_follower.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_namespace/44_1leadership_append_hidden_follower.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_source_hidden.gitlab.md index 807f0dd4..e377f81f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_test.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_namespace/60_0family_hidden.gitlab.md index 4575d1e0..f783845b 100644 --- a/tests/results/test_namespace/60_0family_hidden.gitlab.md +++ b/tests/results/test_namespace/60_0family_hidden.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace/60_0family_mode.gitlab.md b/tests/results/test_namespace/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_namespace/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.gitlab.md index 1d515990..28928bd1 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index f37d739e..e5907dab 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index 805a7cf2..56e5fb99 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -2,24 +2,24 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - [+ a value +] + - [+ a second value +] - :open_file_folder: dynval2 - :notebook: [+ A dynamic variable +]: - - [- a value -] - - [- a second value -] + - [+ 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.gitlab.md index 7fc8129d..3619af7b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,16 +2,16 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_mandatory/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_mandatory/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_mandatory/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_2default_calculated.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated_params_permissive.gitlab.md index a7790e0f..2e6e8765 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_params_permissive.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_mandatory/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_mandatory/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory/00_6boolean.gitlab.md b/tests/results/test_namespace_mandatory/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_mandatory/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/00_6choice.gitlab.md b/tests/results/test_namespace_mandatory/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_mandatory/00_6choice.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory/00_6choice_link.gitlab.md b/tests/results/test_namespace_mandatory/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_mandatory/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory/00_6custom.gitlab.md b/tests/results/test_namespace_mandatory/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_mandatory/00_6custom.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_mandatory/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_mandatory/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_mandatory/00_6float.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_mandatory/00_6integer.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_mandatory/00_6ip.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_mandatory/00_6network.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_mandatory/00_6number.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_mandatory/00_6port.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_mandatory/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_mandatory/00_6regexp_link.gitlab.md b/tests/results/test_namespace_mandatory/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_mandatory/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6secret.gitlab.md index b1021e33..3570e649 100644 --- a/tests/results/test_namespace_mandatory/00_6secret.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6secret_param.gitlab.md index e8a475b2..24d5aa34 100644 --- a/tests/results/test_namespace_mandatory/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_mandatory/00_6string.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_mandatory/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory/00_7help.gitlab.md b/tests/results/test_namespace_mandatory/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_mandatory/00_7help.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_mandatory/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_mandatory/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_mandatory/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace_mandatory/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_mandatory/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_mandatory/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace_mandatory/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_mandatory/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_mandatory/00_7value_quote.gitlab.md b/tests/results/test_namespace_mandatory/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_mandatory/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory/00_8calculation_information.gitlab.md b/tests/results/test_namespace_mandatory/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_mandatory/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_mandatory/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.gitlab.md b/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory/00_8test.gitlab.md b/tests/results/test_namespace_mandatory/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_mandatory/00_8test.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_mandatory/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/00_9choice_variables.gitlab.md b/tests/results/test_namespace_mandatory/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_mandatory/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_mandatory/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_mandatory/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_mandatory/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory/00_9default_number.gitlab.md b/tests/results/test_namespace_mandatory/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_mandatory/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory/00_9extra.gitlab.md b/tests/results/test_namespace_mandatory/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_mandatory/00_9extra.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory/00_9extra_calculation.gitlab.md b/tests/results/test_namespace_mandatory/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_mandatory/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_mandatory/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_mandatory/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_mandatory/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/01_6custom_multi.gitlab.md b/tests/results/test_namespace_mandatory/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_mandatory/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_mandatory/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_mandatory/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_mandatory/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_mandatory/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_mandatory/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_mandatory/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_mandatory/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_mandatory/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_mandatory/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_mandatory/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory/02_0tags.gitlab.md b/tests/results/test_namespace_mandatory/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_mandatory/02_0tags.gitlab.md +++ b/tests/results/test_namespace_mandatory/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_mandatory/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_mandatory/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_mandatory/04_1auto_save.gitlab.md b/tests/results/test_namespace_mandatory/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.gitlab.md index f6de21d8..1908e439 100644 --- a/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1auto_save_and_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ autosave variable +]: [+ yes +] + - :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_3.gitlab.md index 330ef892..3a5dd936 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_3.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_4.gitlab.md index aec396d2..756940d2 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_4.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_5.gitlab.md index c54c27f2..03d2ebce 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_5.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_6.gitlab.md index 5593673c..53efa563 100644 --- a/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_1default_calculation_hidden_6.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.gitlab.md index 6a8fc117..a563a796 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional_default.gitlab.md index d10e7641..5fe9cb95 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_optional_default.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.gitlab.md index 142bddac..28774a6b 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable5.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- false -] - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: [+ a condition +]: [+ false +] + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.gitlab.md index d36a88ce..e45b5280 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable8.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- true -] + - :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_mandatory/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_mandatory/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.gitlab.md index 99f7bf44..9dee9bb6 100644 --- a/tests/results/test_namespace_mandatory/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation2.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_mandatory/04_5validators.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/04_5validators_differ.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_mandatory/04_5validators_warnings_all.gitlab.md b/tests/results/test_namespace_mandatory/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_mandatory/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_mandatory/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_mandatory/05_0multi_not_uniq.gitlab.md b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_mandatory/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_mandatory/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_mandatory/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_mandatory/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_mandatory/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_mandatory/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_mandatory/16_0redefine_description.gitlab.md b/tests/results/test_namespace_mandatory/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_mandatory/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_mandatory/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_mandatory/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/16_5exists_redefine.gitlab.md index f10ec377..f09d0633 100644 --- a/tests/results/test_namespace_mandatory/16_5exists_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5exists_redefine.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a first variable +]: [- yes -] + - :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_namespace_mandatory/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/16_5redefine_choice.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_help.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16_5redefine_hidden.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_hidden.gitlab.md index d142999b..4a8465c1 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a variable +]: [- no -] + - :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_namespace_mandatory/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_mandatory/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_mandatory/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_mandatory/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/16exists_exists.gitlab.md b/tests/results/test_namespace_mandatory/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_mandatory/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_mandatory/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/17_5redefine_leadership.gitlab.md b/tests/results/test_namespace_mandatory/17_5redefine_leadership.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_namespace_mandatory/17_5redefine_leadership.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory/20_0family_append.gitlab.md b/tests/results/test_namespace_mandatory/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_mandatory/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_mandatory/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_mandatory/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_mandatory/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_mandatory/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_mandatory/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_mandatory/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_mandatory/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_mandatory/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory/20_7help_family.gitlab.md b/tests/results/test_namespace_mandatory/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_mandatory/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_mandatory/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_mandatory/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_mandatory/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md index 0636c3f5..2b57a2b2 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.gitlab.md index 85a07a04..ad196a2c 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_condition_with_variable.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_mandatory/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_mandatory/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_mandatory/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_mandatory/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_mandatory/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_0leadership_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_0leadership_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_0leadership_leader_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_1leadership_append_hidden_follower.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_mandatory/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_mandatory/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.gitlab.md index 807f0dd4..e377f81f 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_source_hidden.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_test.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_hidden.gitlab.md index 4575d1e0..f783845b 100644 --- a/tests/results/test_namespace_mandatory/60_0family_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_hidden.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory/60_0family_mode.gitlab.md b/tests/results/test_namespace_mandatory/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_mandatory/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md index 1d515990..28928bd1 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index f37d739e..e5907dab 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index 805a7cf2..56e5fb99 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -2,24 +2,24 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - [+ a value +] + - [+ a second value +] - :open_file_folder: dynval2 - :notebook: [+ A dynamic variable +]: - - [- a value -] - - [- a second value -] + - [+ 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md index 7fc8129d..3619af7b 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,16 +2,16 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_mandatory/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_mandatory/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_mandatory/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_mandatory/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md index a7790e0f..2e6e8765 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6boolean.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6choice_link.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6custom.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6custom.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6float.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6integer.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6ip.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6network.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6number.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6port.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6secret.gitlab.md index 5c4be39d..d66294e8 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6secret.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6secret_param.gitlab.md index 711794cb..940b5ca4 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_6string.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7help.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7help.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_mandatory_secrets/00_7value_quote.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_mandatory_secrets/00_8test.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_8test.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9default_number.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9extra.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory_secrets/02_0tags.gitlab.md b/tests/results/test_namespace_mandatory_secrets/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_mandatory_secrets/02_0tags.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.gitlab.md index f6de21d8..1908e439 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1auto_save_and_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ autosave variable +]: [+ yes +] + - :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md index 330ef892..3a5dd936 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md index aec396d2..756940d2 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md index c54c27f2..03d2ebce 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md index 5593673c..53efa563 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md index 6a8fc117..a563a796 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md index d10e7641..5fe9cb95 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md index 142bddac..28774a6b 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- false -] - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md index d36a88ce..e45b5280 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable8.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- true -] + - :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.gitlab.md index 99f7bf44..9dee9bb6 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation2.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.gitlab.md index f10ec377..f09d0633 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5exists_redefine.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a first variable +]: [- yes -] + - :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.gitlab.md index d142999b..4a8465c1 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a variable +]: [- no -] + - :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/16exists_exists.gitlab.md b/tests/results/test_namespace_mandatory_secrets/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_mandatory_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.gitlab.md b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/17_5redefine_leadership.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory_secrets/20_0family_append.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_mandatory_secrets/20_7help_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 0636c3f5..2b57a2b2 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md index 85a07a04..ad196a2c 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_0leadership_leader_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_1leadership_append_hidden_follower.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md index 807f0dd4..e377f81f 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.gitlab.md index 4575d1e0..f783845b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_hidden.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory_secrets/60_0family_mode.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md index 1d515990..28928bd1 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index f37d739e..e5907dab 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index 805a7cf2..56e5fb99 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -2,24 +2,24 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - [+ a value +] + - [+ a second value +] - :open_file_folder: dynval2 - :notebook: [+ A dynamic variable +]: - - [- a value -] - - [- a second value -] + - [+ 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index 7fc8129d..3619af7b 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,16 +2,16 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_mandatory_secrets/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_read_write/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_read_write/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_read_write/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_read_write/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_2default_calculated.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.gitlab.md index 2d172f54..1c748cd3 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated_params_permissive.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_read_write/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_read_write/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_read_write/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_read_write/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_read_write/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write/00_6boolean.gitlab.md b/tests/results/test_namespace_read_write/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_read_write/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/00_6choice.gitlab.md b/tests/results/test_namespace_read_write/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_read_write/00_6choice.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write/00_6choice_link.gitlab.md b/tests/results/test_namespace_read_write/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_read_write/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_read_write/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_read_write/00_6custom.gitlab.md b/tests/results/test_namespace_read_write/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_read_write/00_6custom.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_read_write/00_6float.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write/00_6integer.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_read_write/00_6ip.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_read_write/00_6network.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write/00_6number.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_read_write/00_6port.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_read_write/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write/00_6regexp_link.gitlab.md b/tests/results/test_namespace_read_write/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_read_write/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6secret.gitlab.md index b1021e33..3570e649 100644 --- a/tests/results/test_namespace_read_write/00_6secret.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6secret_param.gitlab.md index e8a475b2..24d5aa34 100644 --- a/tests/results/test_namespace_read_write/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_read_write/00_6string.gitlab.md +++ b/tests/results/test_namespace_read_write/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_read_write/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write/00_7help.gitlab.md b/tests/results/test_namespace_read_write/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write/00_7help.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_read_write/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace_read_write/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_read_write/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace_read_write/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_read_write/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_read_write/00_7value_quote.gitlab.md b/tests/results/test_namespace_read_write/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_read_write/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_read_write/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write/00_8calculation_information.gitlab.md b/tests/results/test_namespace_read_write/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_read_write/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write/00_8test.gitlab.md b/tests/results/test_namespace_read_write/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_read_write/00_8test.gitlab.md +++ b/tests/results/test_namespace_read_write/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_read_write/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/00_9choice_variables.gitlab.md b/tests/results/test_namespace_read_write/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_read_write/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_read_write/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write/00_9default_number.gitlab.md b/tests/results/test_namespace_read_write/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write/00_9extra.gitlab.md b/tests/results/test_namespace_read_write/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_read_write/00_9extra.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/00_9extra_calculation.gitlab.md b/tests/results/test_namespace_read_write/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_read_write/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_read_write/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_read_write/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_read_write/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/01_6custom_multi.gitlab.md b/tests/results/test_namespace_read_write/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_read_write/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_read_write/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_read_write/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_read_write/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_read_write/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_read_write/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_read_write/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_read_write/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_read_write/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_read_write/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_read_write/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_read_write/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_read_write/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write/02_0tags.gitlab.md b/tests/results/test_namespace_read_write/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write/02_0tags.gitlab.md +++ b/tests/results/test_namespace_read_write/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_read_write/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_read_write/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_read_write/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_read_write/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.gitlab.md index 542e3c06..27fc7343 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.gitlab.md index 9962c3aa..3ac3abb1 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_4.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.gitlab.md index 0b9be859..b3bf552a 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_5.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.gitlab.md index 377a4dd0..80c9d53e 100644 --- a/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_read_write/04_1default_calculation_hidden_6.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.gitlab.md index e85efd7a..9ec3f363 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 second variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional_default.gitlab.md index 463acf76..e5332f81 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable5.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5hidden_calculation2.gitlab.md index ee6c3bdd..bb7ffe1e 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.gitlab.md b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_read_write/04_5validators.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/04_5validators_differ.gitlab.md b/tests/results/test_namespace_read_write/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_read_write/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_read_write/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_read_write/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_read_write/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_read_write/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_read_write/16_0redefine_description.gitlab.md b/tests/results/test_namespace_read_write/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_read_write/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_read_write/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_read_write/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_read_write/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_read_write/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_read_write/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_read_write/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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_5redefine_calculation.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_read_write/16_5redefine_choice.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_default.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_read_write/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_read_write/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_read_write/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_read_write/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/16exists_exists.gitlab.md b/tests/results/test_namespace_read_write/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_read_write/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_read_write/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0family_append.gitlab.md b/tests/results/test_namespace_read_write/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_read_write/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_read_write/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_read_write/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_read_write/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_read_write/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_read_write/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_read_write/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_read_write/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_read_write/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_read_write/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_read_write/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_read_write/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_read_write/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_read_write/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_read_write/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write/20_7help_family.gitlab.md b/tests/results/test_namespace_read_write/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_read_write/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_read_write/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_read_write/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_read_write/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_read_write/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md index 57192f31..fdf1f057 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.gitlab.md index 7f6e7b7f..535acc82 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_hidden_condition_with_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - :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_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_read_write/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_read_write/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_read_write/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_read_write/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_read_write/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_read_write/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_read_write/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_read_write/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_read_write/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_read_write/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_read_write/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_read_write/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_read_write/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_read_write/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_read_write/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.gitlab.md index 81918b41..74f91973 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_source_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_namespace_read_write/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_read_write/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_read_write/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.gitlab.md index f82ae542..3ce63451 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_boolean.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index 767cee56..6ab9e5f4 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_multi.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index da122bfe..fb9a39d5 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - [- 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 + - [- 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_param.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.gitlab.md index 9d4ec35c..417396b0 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_unknown_suffix.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_read_write/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_read_write/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_read_write/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_read_write/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_read_write/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_read_write/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_read_write_errors/00_0version_underscore.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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_1empty_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/00_1empty_variable.gitlab.md index d9674ec3..c975ef5b 100644 --- a/tests/results/test_namespace_read_write_errors/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: empty: [- null -] + - :notebook: empty: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated.gitlab.md index 5d1d6fa3..158cf69a 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] + - :notebook: a first variable: [+ no +] - :notebook: a second variable: - - [- no -] + - [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.gitlab.md index 382c24f7..8a10bec6 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] - :notebook: a second variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.gitlab.md index 80124c44..81d65dc2 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_params_permissive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a second variable: [- a_value -] + - :notebook: a second variable: [+ a_value +] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.gitlab.md index 293ff1d0..1636672f 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :notebook: a first variable: [+ [] +] + - :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description_multi_line.gitlab.md index f90bc8b4..a9205964 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] - - :notebook: a new variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.gitlab.md index 293ff1d0..1636672f 100644 --- a/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_2default_calculated_variable_transitive.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :notebook: a first variable: [+ [] +] + - :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/00_4load_subfolder.gitlab.md b/tests/results/test_namespace_read_write_errors/00_4load_subfolder.gitlab.md index fab83eb8..fafcec1e 100644 --- a/tests/results/test_namespace_read_write_errors/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- null -] - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_5load_notype.gitlab.md b/tests/results/test_namespace_read_write_errors/00_5load_notype.gitlab.md index 032d6907..440f5013 100644 --- a/tests/results/test_namespace_read_write_errors/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- non -] + - :notebook: a variable: [+ non +] diff --git a/tests/results/test_namespace_read_write_errors/00_6boolean.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6boolean.gitlab.md index 2e262bbd..95091e6e 100644 --- a/tests/results/test_namespace_read_write_errors/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6boolean_no_mandatory.gitlab.md index 20850f2e..320756a9 100644 --- a/tests/results/test_namespace_read_write_errors/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- true -] + - :notebook: a variable: [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/00_6choice.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6choice.gitlab.md index 64314d12..532e53f8 100644 --- a/tests/results/test_namespace_read_write_errors/00_6choice.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6choice_calculation.gitlab.md index dd4a4c44..47c67156 100644 --- a/tests/results/test_namespace_read_write_errors/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- 9 -] + - :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_link.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6choice_link.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_errors/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6choice_variable.gitlab.md index 00dde5f0..3758952a 100644 --- a/tests/results/test_namespace_read_write_errors/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] + - :notebook: a first variable: [+ a +] diff --git a/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.gitlab.md index 1f5fcbef..b459c7c6 100644 --- a/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a first variable: [- a -] - - :notebook: a third variable: [- a -] + - [+ 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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link2.gitlab.md index 2c8bb837..509ae6e7 100644 --- a/tests/results/test_namespace_read_write_errors/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] + - :notebook: a first variable: [+ a +] - :open_file_folder: family - - :notebook: a third variable: [- a -] + - :notebook: a third variable: [+ a +] diff --git a/tests/results/test_namespace_read_write_errors/00_6custom.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6custom.gitlab.md index f155c9f3..6f9c00af 100644 --- a/tests/results/test_namespace_read_write_errors/00_6custom.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the seconf variable: [- value -] + - :notebook: the first variable: [+ null +] + - :notebook: the seconf variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/00_6domainname.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6domainname.gitlab.md index a4e87846..77059f06 100644 --- a/tests/results/test_namespace_read_write_errors/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a domain name variable: [- my.domain.name -] + - :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_namespace_read_write_errors/00_6domainname_params.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6domainname_params.gitlab.md index a4e87846..77059f06 100644 --- a/tests/results/test_namespace_read_write_errors/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a domain name variable: [- my.domain.name -] + - :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_namespace_read_write_errors/00_6float.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6float.gitlab.md index e7896deb..69e138f4 100644 --- a/tests/results/test_namespace_read_write_errors/00_6float.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6integer.gitlab.md index 1822024c..ea37648f 100644 --- a/tests/results/test_namespace_read_write_errors/00_6integer.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6ip.gitlab.md index 2fc96a46..91345c06 100644 --- a/tests/results/test_namespace_read_write_errors/00_6ip.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6network.gitlab.md index 3d09c6e9..12b459b9 100644 --- a/tests/results/test_namespace_read_write_errors/00_6network.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6number.gitlab.md index 1822024c..ea37648f 100644 --- a/tests/results/test_namespace_read_write_errors/00_6number.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6port.gitlab.md index 78af6243..55a7f6b3 100644 --- a/tests/results/test_namespace_read_write_errors/00_6port.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6regexp.gitlab.md index 831a87f7..20dd531b 100644 --- a/tests/results/test_namespace_read_write_errors/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- #a1a1a1 -] + - :notebook: a first variable: [+ #a1a1a1 +] diff --git a/tests/results/test_namespace_read_write_errors/00_6regexp_link.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6regexp_link.gitlab.md index 27288773..7d0dcdcd 100644 --- a/tests/results/test_namespace_read_write_errors/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- #a1a1a1 -] - - :notebook: a second variable: [- #a1a1a1 -] + - :notebook: a first variable: [+ #a1a1a1 +] + - :notebook: a second variable: [+ #a1a1a1 +] diff --git a/tests/results/test_namespace_read_write_errors/00_6secret.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6secret.gitlab.md index 4a09fbb8..4a92cca3 100644 --- a/tests/results/test_namespace_read_write_errors/00_6secret.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- value -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/00_6secret_param.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6secret_param.gitlab.md index ac35f922..23e3ac34 100644 --- a/tests/results/test_namespace_read_write_errors/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- value -] - - :notebook: the third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_6string.gitlab.md index 5c014aab..c85a5cfd 100644 --- a/tests/results/test_namespace_read_write_errors/00_6string.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7choice_quote.gitlab.md index 339a35aa..3ba7cd8b 100644 --- a/tests/results/test_namespace_read_write_errors/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A choice: [- quote' -] + - :notebook: A choice: [+ quote' +] diff --git a/tests/results/test_namespace_read_write_errors/00_7help.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7help.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_errors/00_7help.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_7help_quote.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7help_quote.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_errors/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_7help_sup.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7help_sup.gitlab.md index 0e86e102..18859991 100644 --- a/tests/results/test_namespace_read_write_errors/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first : [- null -] - - :notebook: the second : [- null -] + - :notebook: the first : [+ null +] + - :notebook: the second : [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_7value_doublequote.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7value_doublequote.gitlab.md index 5562258e..8132a814 100644 --- a/tests/results/test_namespace_read_write_errors/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote" -] + - :notebook: a variable: [+ quote" +] diff --git a/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.gitlab.md index 270494fb..05b8d68a 100644 --- a/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote'" -] + - :notebook: a variable: [+ quote'" +] diff --git a/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.gitlab.md index f0b450f2..0c023ed0 100644 --- a/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote\"\' -] + - :notebook: a variable: [+ quote\"\' +] diff --git a/tests/results/test_namespace_read_write_errors/00_7value_quote.gitlab.md b/tests/results/test_namespace_read_write_errors/00_7value_quote.gitlab.md index 0d27db89..059242f8 100644 --- a/tests/results/test_namespace_read_write_errors/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote' -] + - :notebook: a variable: [+ quote' +] diff --git a/tests/results/test_namespace_read_write_errors/00_8calculation_information.gitlab.md b/tests/results/test_namespace_read_write_errors/00_8calculation_information.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_read_write_errors/00_8calculation_namespace.gitlab.md index 5dad73f5..1325692b 100644 --- a/tests/results/test_namespace_read_write_errors/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_8calculation_namespace.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- Rougail -] + - :notebook: a variable: [+ Rougail +] diff --git a/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.gitlab.md b/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.gitlab.md index 5dad73f5..1325692b 100644 --- a/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_8calculation_param_namespace.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- Rougail -] + - :notebook: a variable: [+ Rougail +] diff --git a/tests/results/test_namespace_read_write_errors/00_8test.gitlab.md b/tests/results/test_namespace_read_write_errors/00_8test.gitlab.md index fedb5552..b3abc55d 100644 --- a/tests/results/test_namespace_read_write_errors/00_8test.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_8test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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: [- [] -] + - :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_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.gitlab.md index 293ff1d0..1636672f 100644 --- a/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9choice_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :notebook: a first variable: [+ [] +] + - :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/00_9choice_variables.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9choice_variables.gitlab.md index 6ef6b666..0ebf3bc6 100644 --- a/tests/results/test_namespace_read_write_errors/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first source variable: [- val1 -] - - :notebook: the second source variable: [- val2 -] - - :notebook: a variable: [- val1 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation.gitlab.md index c045a318..e74bec55 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- string_1_True_ -] + - :notebook: a variable: [+ string_1_True_ +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional.gitlab.md index c734770f..f9f7ef10 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_variable: [- val1 -] + - :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md index c734770f..f9f7ef10 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_variable: [- val1 -] + - :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md index 26dce5cb..60d94222 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_variable: [- val1 -] + - :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- value -] + - [+ val1 +] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.gitlab.md index 306e7dee..c4fb11c0 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_calculated_variable: [- [] -] + - :notebook: my_calculated_variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.gitlab.md index 192bb037..0942569b 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_optional_exists.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: my_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.gitlab.md index 6d4ccce7..8cfc6873 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable2.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_integer.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_integer.gitlab.md index dd4a4c44..47c67156 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- 9 -] + - :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_namespace_read_write_errors/00_9default_number.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9default_number.gitlab.md index dd4a4c44..47c67156 100644 --- a/tests/results/test_namespace_read_write_errors/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- 9 -] + - :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_namespace_read_write_errors/00_9extra.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9extra.gitlab.md index 338ce934..8e9ad8f7 100644 --- a/tests/results/test_namespace_read_write_errors/00_9extra.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9extra.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- rougail -] + - :notebook: a variable: [+ rougail +] - :open_file_folder: extra - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/00_9extra_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9extra_calculation.gitlab.md index 2d075ff0..5c590d5b 100644 --- a/tests/results/test_namespace_read_write_errors/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9extra_calculation.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- value -] + - :notebook: a variable: [+ value +] - :open_file_folder: extra - - :notebook: a first variable: [- value -] - - :notebook: a second variable: [- value -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/00_9extra_ouside.gitlab.md index 842bb8d6..cc2dc0c1 100644 --- a/tests/results/test_namespace_read_write_errors/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/00_9extra_ouside.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- value in extra -] + - :notebook: a variable: [+ value in extra +] - :open_file_folder: extra - - :notebook: a variable: [- value in extra -] + - :notebook: a variable: [+ value in extra +] diff --git a/tests/results/test_namespace_read_write_errors/01_6boolean_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6boolean_multi.gitlab.md index 12209557..fd5de9c3 100644 --- a/tests/results/test_namespace_read_write_errors/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the first variable: - - [- true -] + - [+ true +] - :notebook: the second variable: - - [- true -] + - [+ true +] - :notebook: the third variable: - - [- true -] + - [+ true +] - :notebook: the forth variable: - - [- false -] + - [+ false +] - :notebook: the fifth variable: - - [- false -] + - [+ false +] - :notebook: the sixth variable: - - [- false -] + - [+ false +] - :notebook: the seventh variable: - - [- true -] + - [+ true +] - :notebook: the eighth variable: - - [- true -] + - [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/01_6custom_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6custom_multi.gitlab.md index 7c7368f5..dbe16ee9 100644 --- a/tests/results/test_namespace_read_write_errors/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6custom_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first custom variable: [- [] -] + - :notebook: a first custom variable: [+ [] +] - :notebook: a second custom variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/01_6float_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6float_multi.gitlab.md index d9474645..7a5a91a5 100644 --- a/tests/results/test_namespace_read_write_errors/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6float_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the first variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the second variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the third variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the forth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the fifth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the sixth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the seventh variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the eighth variable: - - [- 0.0 -] + - [+ 0.0 +] diff --git a/tests/results/test_namespace_read_write_errors/01_6integer_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6integer_multi.gitlab.md index 06f8f68e..001f9fb5 100644 --- a/tests/results/test_namespace_read_write_errors/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6integer_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - [+ 10 +] - :notebook: the fifth variable: - - [- 10 -] + - [+ 10 +] - :notebook: the sixth variable: - - [- 10 -] + - [+ 10 +] - :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_mandatory.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.gitlab.md index fd23ac7c..5aad7a50 100644 --- a/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6integer_multi_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- [] -] + - :notebook: the first variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/01_6string_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6string_empty.gitlab.md index 13e28cf7..4aa9ff50 100644 --- a/tests/results/test_namespace_read_write_errors/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6string_empty.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the second variable: - - [- value -] - - [- null -] + - [+ value +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/01_6string_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6string_multi.gitlab.md index 3e58bf21..93b9dc50 100644 --- a/tests/results/test_namespace_read_write_errors/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6string_multi.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- [] -] - - :notebook: the second variable: [- [] -] - - :notebook: the third variable: [- [] -] + - :notebook: the first variable: [+ [] +] + - :notebook: the second variable: [+ [] +] + - :notebook: the third variable: [+ [] +] - :notebook: the forth variable: - - [- value -] + - [+ value +] - :notebook: the fifth variable: - - [- value -] + - [+ value +] - :notebook: the sixth variable: - - [- value -] + - [+ value +] - :notebook: the seventh variable: - - [- value -] + - [+ value +] - :notebook: the eighth variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/01_6string_multi_length.gitlab.md b/tests/results/test_namespace_read_write_errors/01_6string_multi_length.gitlab.md index c0850463..fafbcdef 100644 --- a/tests/results/test_namespace_read_write_errors/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_6string_multi_length.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the variable: - - [- val1 -] - - [- val2 -] - - [- val3 -] + - [+ val1 +] + - [+ val2 +] + - [+ val3 +] - :notebook: the variable: - - [- val4 -] - - [- val5 -] + - [+ val4 +] + - [+ val5 +] diff --git a/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.gitlab.md b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.gitlab.md index c7ebc841..9c5cd71d 100644 --- a/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- quote" -] + - [+ quote" +] diff --git a/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.gitlab.md b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.gitlab.md index a075d140..aa9d9549 100644 --- a/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_7value_multi_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- quote'" -] + - [+ quote'" +] diff --git a/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.gitlab.md b/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.gitlab.md index 25cbaac6..16c3ad2c 100644 --- a/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_7value_multi_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- quote' -] + - [+ quote' +] diff --git a/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.gitlab.md index 24c7bbd6..e4ddb83c 100644 --- a/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_8calculation_information_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- [] -] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.gitlab.md index 70e63fd2..f65765e0 100644 --- a/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a second variable: [- null -] + - [+ a +] + - [+ b +] + - [+ c +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.gitlab.md b/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.gitlab.md index 7fa06418..5a868ae0 100644 --- a/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- c -] + - :notebook: a variable: [+ c +] diff --git a/tests/results/test_namespace_read_write_errors/02_0tags.gitlab.md b/tests/results/test_namespace_read_write_errors/02_0tags.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_errors/02_0tags.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_0type_param.gitlab.md b/tests/results/test_namespace_read_write_errors/04_0type_param.gitlab.md index 13042851..9ad4d200 100644 --- a/tests/results/test_namespace_read_write_errors/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A limited number: [- 10 -] + - :notebook: A limited number: [+ 10 +] diff --git a/tests/results/test_namespace_read_write_errors/04_0type_param_integer.gitlab.md b/tests/results/test_namespace_read_write_errors/04_0type_param_integer.gitlab.md index 27e2ba28..eda7fa5f 100644 --- a/tests/results/test_namespace_read_write_errors/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A limited integer: [- 10 -] + - :notebook: A limited integer: [+ 10 +] diff --git a/tests/results/test_namespace_read_write_errors/04_1auto_save.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_read_write_errors/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.gitlab.md index 93470fe9..b1e8ef91 100644 --- a/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated_hidden.gitlab.md index 8195caf2..24345f27 100644 --- a/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [+ yes +] + - :notebook: a first variable: [+ no +] + - :notebook: a second variable: [- yes -] diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.gitlab.md index 1222fa25..9f31d6f4 100644 --- a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_2.gitlab.md index 1222fa25..9f31d6f4 100644 --- a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_3.gitlab.md index 2dc7c319..56379255 100644 --- a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a third variable: [- value -] + - :notebook: a third variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.gitlab.md index 971b2ffe..6ca6e1dd 100644 --- a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a second variable: [- null -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_5.gitlab.md index 00b4bf04..ee391d2c 100644 --- a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] + - :notebook: a first variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.gitlab.md b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.gitlab.md index b8c93bc7..9adff3ba 100644 --- a/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_1default_calculation_hidden_6.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] - - :notebook: a third variable: [- null -] + - :notebook: a first variable: [+ value +] + - :notebook: a third variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.gitlab.md index 4afbf6b0..3a737d49 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- no -] - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_boolean.gitlab.md index b429d025..0e593d3c 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- no -] - - :notebook: a first variable: [- null -] + - :notebook: a conditional variable: [+ no +] + - :notebook: a first variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.gitlab.md index bed6cefd..ced9f18c 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.gitlab.md index 36b521fa..c39a9990 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- no -] - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :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_optional.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional.gitlab.md index f01aa5bf..b60c94ae 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] + - :notebook: a condition: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md index 5d5e2660..62d9b55d 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable.gitlab.md index 036ca66a..250a5cbb 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- false -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ false +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.gitlab.md index 16a8095a..9d990025 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] + - :notebook: a condition: [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.gitlab.md index 16a8095a..9d990025 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] + - :notebook: a condition: [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.gitlab.md index b1bd5ef2..c93d3061 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- yes -] + - :notebook: a condition: [+ yes +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.gitlab.md index d3153648..357e280e 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- yes -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ yes +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable6.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable7.gitlab.md index 036ca66a..250a5cbb 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- false -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ false +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md index 0f374012..e471316f 100644 --- a/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- false -] - - :notebook: a variable: [- [] -] + - :notebook: a condition: [+ false +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.gitlab.md index d4fcee1e..c16f8265 100644 --- a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the condition: [- no -] - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation2.gitlab.md index f01aa5bf..b60c94ae 100644 --- a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] + - :notebook: a condition: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.gitlab.md index bed6cefd..ced9f18c 100644 --- a/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators.gitlab.md index 7fbae4dd..f90acc0b 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [- null -] + - :notebook: An integer: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_differ.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators_differ.gitlab.md index 9f3f56d4..17fc3872 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- oui -] - - :notebook: A second variable: [- no -] + - :notebook: a first variable: [+ oui +] + - :notebook: A second variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators_multi.gitlab.md index 96421f82..aceeeed7 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_multi2.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators_multi2.gitlab.md index 96421f82..aceeeed7 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_multi3.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators_multi3.gitlab.md index 49913018..9f5e2457 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- 0 -] - - [- 1 -] - - [- 2 -] + - [+ 0 +] + - [+ 1 +] + - [+ 2 +] diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_warnings.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators_warnings.gitlab.md index 3eb423d3..363126ab 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [- 1000 -] + - :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.gitlab.md b/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.gitlab.md index 3eb423d3..363126ab 100644 --- a/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [- 1000 -] + - :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.gitlab.md b/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.gitlab.md index 6e25f0de..8c248b38 100644 --- a/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/05_0multi_not_uniq.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_namespace_read_write_errors/05_0multi_uniq.gitlab.md b/tests/results/test_namespace_read_write_errors/05_0multi_uniq.gitlab.md index 6e25f0de..8c248b38 100644 --- a/tests/results/test_namespace_read_write_errors/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/05_0multi_uniq.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.gitlab.md b/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_read_write_errors/16_0redefine_description.gitlab.md b/tests/results/test_namespace_read_write_errors/16_0redefine_description.gitlab.md index 23caac87..8bb23eb6 100644 --- a/tests/results/test_namespace_read_write_errors/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [- null -] + - :notebook: Redefined: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.gitlab.md index 7a0bbbe0..d3f946fe 100644 --- a/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [- null -] + - :notebook: var1: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.gitlab.md index 0396ff47..0825a772 100644 --- a/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- no -] - - :notebook: a new variable: [- yes -] + - :notebook: a variable: [+ no +] + - :notebook: a new variable: [+ yes +] diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.gitlab.md index f4f4f2b1..41d9fb09 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- yes -] + - :notebook: a variable: [+ yes +] diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_choice.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_choice.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/16_5redefine_default.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_default.gitlab.md index f4f4f2b1..41d9fb09 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- yes -] + - :notebook: a variable: [+ yes +] diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_family.gitlab.md index aeea1458..5cbd6cce 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_help.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_help.gitlab.md index e60ab676..98dc2222 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [- null -] + - :notebook: redefine help: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_multi.gitlab.md index 6e25f0de..8c248b38 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md index 005b8055..6da773f6 100644 --- a/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ no +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/16_5test_redefine.gitlab.md b/tests/results/test_namespace_read_write_errors/16_5test_redefine.gitlab.md index 546018d5..a1e8bbc6 100644 --- a/tests/results/test_namespace_read_write_errors/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- non -] - - :notebook: a third variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/16_6choice_redefine.gitlab.md index 5d94f0d8..1c3f79af 100644 --- a/tests/results/test_namespace_read_write_errors/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A choice: [- c -] + - :notebook: A choice: [+ c +] diff --git a/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.gitlab.md index 27d844ee..953b4532 100644 --- a/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a second family - - :notebook: a second variable: [- null -] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/16exists_exists.gitlab.md b/tests/results/test_namespace_read_write_errors/16exists_exists.gitlab.md index 65db59e9..7246d809 100644 --- a/tests/results/test_namespace_read_write_errors/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: Description: [- null -] + - :notebook: Description: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_0family_append.gitlab.md b/tests/results/test_namespace_read_write_errors/20_0family_append.gitlab.md index 299b487c..5428ecf5 100644 --- a/tests/results/test_namespace_read_write_errors/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A family - - :notebook: The first variable: [- null -] - - :notebook: The second variable: [- null -] + - :notebook: The first variable: [+ null +] + - :notebook: The second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family.gitlab.md b/tests/results/test_namespace_read_write_errors/20_0multi_family.gitlab.md index 65f53a03..f4836618 100644 --- a/tests/results/test_namespace_read_write_errors/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.gitlab.md index 65f53a03..f4836618 100644 --- a/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.gitlab.md index 65f53a03..f4836618 100644 --- a/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_read_write_errors/20_0multi_family_order.gitlab.md index b830163e..024b4ff0 100644 --- a/tests/results/test_namespace_read_write_errors/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a first variable: [- null -] + - :notebook: a first variable: [+ null +] - :open_file_folder: a sub family - - :notebook: a variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.gitlab.md b/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.gitlab.md index 2612de30..e53543b4 100644 --- a/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] - - :notebook: a third variable: [- yes -] + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_dynamic.gitlab.md index 8d9659b7..9bfa9fda 100644 --- a/tests/results/test_namespace_read_write_errors/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_dynamic.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: my_family - :notebook: dynamic: - - [- val1 -] - - [- val2 -] - - :notebook: a variable: [- true -] + - [+ val1 +] + - [+ val2 +] + - :notebook: a variable: [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.gitlab.md index 5f59e119..30d7b565 100644 --- a/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: my_family - - :notebook: default: [- true -] + - :notebook: default: [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/20_7help_family.gitlab.md b/tests/results/test_namespace_read_write_errors/20_7help_family.gitlab.md index 0fb4feb0..4169f515 100644 --- a/tests/results/test_namespace_read_write_errors/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: the second family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_read_write_errors/20_9default_information_parent.gitlab.md index 90ee9f27..75df2ff4 100644 --- a/tests/results/test_namespace_read_write_errors/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.gitlab.md index 4c7a09cd..0213db1c 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- no -] + - :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.gitlab.md index 37591f3a..66b7ee6b 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_boolean.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- false -] + - :notebook: a conditional variable: [+ false +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md index 2af5d77a..0f077bbd 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- no -] + - :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md index 6a67d38e..07ac3d19 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- true -] + - :notebook: the variable use has condition: [+ true +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.gitlab.md index 189e3f9c..f18c8837 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_condition_with_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first conditional variable: [- false -] - - :notebook: a second conditional variable: [- false -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md index c86a1c0b..973cb074 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- no -] + - :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: a subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.gitlab.md index 005b8055..6da773f6 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ no +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md index 5b7db7f7..5ff7dd41 100644 --- a/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ true +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.gitlab.md b/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.gitlab.md index 1011f9e8..5d72a1fc 100644 --- a/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: a first integer: [- null -] - - :notebook: a second integer: [- 1 -] + - :notebook: a first integer: [+ null +] + - :notebook: a second integer: [+ 1 +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_diff_name.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.gitlab.md index 3bb5a313..20752a05 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- leader -] + - :notebook: a leader: [+ leader +] - :notebook: a follower1: - - [- value -] + - [+ value +] - :notebook: a follower2: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md index 4494a0f4..d5021db9 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: the leader - - :notebook: the leader: [- leader -] + - :notebook: the leader: [+ leader +] - :notebook: the follower1: - - [- value -] + - [+ value +] - :notebook: the follower2: - - [- value -] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_follower_default_value.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.gitlab.md index 95555aed..052bf351 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_follower.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- value2 -] + - :notebook: a leader: [+ value2 +] + - :notebook: a follower: [+ value2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.gitlab.md index dbc16929..e97e5cd6 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_leader_not_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: general - - :notebook: No change: [- non -] + - :notebook: No change: [+ non +] - :open_file_folder: general1 - - :open_file_folder: leader: [- [] -] + - :open_file_folder: leader: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.gitlab.md b/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.gitlab.md index b5d0dd03..bcecf368 100644 --- a/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_0leadership_reduce.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value_1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_2 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_2 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_3 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_3 +] + - :notebook: a follower: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.gitlab.md b/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_1leadership_append_follower.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.gitlab.md b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.gitlab.md index b763a276..98ed1a94 100644 --- a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.gitlab.md b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.gitlab.md index b763a276..98ed1a94 100644 --- a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.gitlab.md b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.gitlab.md index 95f7fb13..7e1b2c4f 100644 --- a/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_calculation_param_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: leadership - :open_file_folder: a leader - - :notebook: a leader: [- a -] - - :notebook: a follower: [- 0 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.gitlab.md index 14053e6e..b3ad2576 100644 --- a/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_2leadership_leader_calculation.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.gitlab.md index ff84ab6d..28766d6e 100644 --- a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: A leadership: [- [] -] + - :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md index ff84ab6d..28766d6e 100644 --- a/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: A leadership: [- [] -] + - :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.gitlab.md b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.gitlab.md index dadaa59e..79584641 100644 --- a/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a boolean variable: [- false -] + - :notebook: a boolean variable: [+ false +] - :notebook: a first multi variable: - - [- false -] + - [+ false +] - :notebook: a second multi variable: - - [- true -] - - [- false -] + - [+ true +] + - [+ false +] diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.gitlab.md index 71fe38d4..2647e3c6 100644 --- a/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_boolean_return_none.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- yes -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ yes +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_integer.gitlab.md b/tests/results/test_namespace_read_write_errors/40_8calculation_integer.gitlab.md index 9c65a606..b07d308f 100644 --- a/tests/results/test_namespace_read_write_errors/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_integer.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a boolean variable: [- false -] - - :notebook: first integer variable: [- 2 -] - - :notebook: second integer variable: [- 3 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable.gitlab.md index b0e1e923..7e332c99 100644 --- a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [- no -] - - [- yes -] - - :notebook: a second variable: [- no -] - - :notebook: a third variable: [- yes -] + - [+ 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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent.gitlab.md index b8330d08..edae5500 100644 --- a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] - :open_file_folder: a family - - :notebook: a calculated variable: [- no -] + - :notebook: a calculated variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md index c3337e56..755a3d71 100644 --- a/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: first family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] - :open_file_folder: second family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index c8b75cc7..f2bdc845 100644 --- a/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] + - :notebook: a leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] + - [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value2 -] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md index 70a5a0d6..0c3a4898 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-last.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-last.gitlab.md index 70a5a0d6..0c3a4898 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-no-mandatory.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 5c900aea..2a0eca2f 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: leader - :open_file_folder: leader - - :notebook: leader: [- a -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ a +] + - :notebook: follower: [+ null +] - :open_file_folder: leader - - :notebook: leader: [- b -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ b +] + - :notebook: follower: [+ null +] - :notebook: variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md index c05d6b2e..5055c94a 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- val11 -] - - [- val11 -] + - [+ val11 +] + - [+ val11 +] diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md index fc3ee68a..4a3a5e90 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-last.gitlab.md index e0f08c69..5b222a96 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader.gitlab.md index 57104030..6aae5716 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.gitlab.md index e98bf62d..274888b7 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ 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 -] + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md index f858c1a0..3f8bba0e 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 -] + - :notebook: a leader: [+ null +] + - :notebook: a follower: [+ val +] - :open_file_folder: a leader - - :notebook: a leader: [- null -] - - :notebook: a follower: [- val -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index 298a1583..df1b3f5b 100644 --- a/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_errors/41_0choice_leader.gitlab.md b/tests/results/test_namespace_read_write_errors/41_0choice_leader.gitlab.md index 675119f0..77747346 100644 --- a/tests/results/test_namespace_read_write_errors/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/41_0choice_leader.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: The leadership: [- [] -] + - :open_file_folder: The leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.gitlab.md index 4f748c8b..c5f7470d 100644 --- a/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] + - :notebook: a condition: [+ true +] - :open_file_folder: a leadership - :open_file_folder: aleader - - :notebook: aleader: [- a -] - - :notebook: a follower: [- null -] + - :notebook: aleader: [+ a +] + - :notebook: a follower: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md index 4150a72b..1f9d8195 100644 --- a/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: aleader - - :notebook: aleader: [- a -] + - :notebook: aleader: [+ a +] - :open_file_folder: aleader - - :notebook: aleader: [- b -] - - :notebook: a follower: [- value -] + - :notebook: aleader: [+ b +] + - :notebook: a follower: [+ value +] diff --git a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.gitlab.md b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.gitlab.md b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_4leadership_mandatory_follower.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md index f01aa5bf..b60c94ae 100644 --- a/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] + - :notebook: a condition: [+ no +] diff --git a/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md index 5cb8e630..7320c1be 100644 --- a/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- yes -] - - :open_file_folder: a leadership: [- [] -] + - :notebook: a condition: [+ yes +] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.gitlab.md b/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.gitlab.md index aa00c261..9d50a4e4 100644 --- a/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/44_9calculated_default_leadership_leader.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: leader - :open_file_folder: a leader - - :notebook: a leader: [- a -] + - :notebook: a leader: [+ a +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- b -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ b +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic.gitlab.md index 5c3704a6..7da254d4 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.gitlab.md index 4c633ef0..1f9d3252 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [- null -] + - :notebook: Dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [- null -] + - :notebook: Dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.gitlab.md index 7fef176e..a90039c1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dyn variable: [- null -] + - :notebook: A dyn variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dyn variable: [- null -] + - :notebook: A dyn variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.gitlab.md index 5c3704a6..7da254d4 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md index 71ab2df8..44bf2090 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val.1 -] - - [- val.2 -] + - [+ val.1 +] + - [+ val.2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val.1 -] - - :notebook: A dynamic variable: [- val.1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.gitlab.md index ac6ff2b5..cb9c60f6 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- null -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.gitlab.md index 67bf13aa..d0d479f1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_jinja_number.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- 1 -] - - [- 2 -] + - [+ 1 +] + - [+ 2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] - - :notebook: a variable: [- val -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description.gitlab.md index d10bc6e3..02cee63e 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md index 33b7aed4..44aea7d4 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.gitlab.md index cb9cd952..769d1807 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_test.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.gitlab.md index 5bccb2b7..603ed06b 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- Val1 -] - - [- VAL2 -] + - [+ Val1 +] + - [+ VAL2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md index c808f094..c05696ac 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md index d91f26c6..58338506 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val1: [- a value -] + - :notebook: A dynamic variable with suffix val1: [+ a value +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val2: [- a value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_0family_mode.gitlab.md b/tests/results/test_namespace_read_write_errors/60_0family_mode.gitlab.md index 91a68fd6..d6b484ec 100644 --- a/tests/results/test_namespace_read_write_errors/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: A variable: [- non -] + - :notebook: A variable: [+ non +] diff --git a/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.gitlab.md index 6c561ced..c723a011 100644 --- a/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_1family_dynamic_jinja.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 4a26af17..e3ad39fa 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family - - :notebook: with a variable: [- null -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 5e96dde0..85478afe 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family inside dynamic family - - :notebook: a dynamic variable: [- val1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index a59dae1a..27736cc4 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a identifier variable: [- [] -] - - :notebook: a varible outside dynamic family: [- null -] + - :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_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index d83fb884..d051e473 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a second variable: [- null -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md index 2accd7b0..bd79e2cd 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffx variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] - - :notebook: a second variable: [- val -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.gitlab.md index 1f22465c..140874ad 100644 --- a/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffx variable: [- [] -] - - :notebook: a second variable: [- null -] + - :notebook: a suffx variable: [+ [] +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.gitlab.md index 8fe4a9c4..5d3f0295 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: a second variable: [- null -] + - [+ val1 +] + - [+ val2 +] + - :notebook: a second variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.gitlab.md index a058d468..26c4c396 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: a second variable: [- null -] + - :notebook: A suffix variable: [+ [] +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.gitlab.md index 5ae8c81d..d4a2db42 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable for val1: [- null -] + - :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 dynamic variable for val2: [+ null +] + - :notebook: A new variable: [+ null +] - :notebook: A new variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.gitlab.md index 7fbfbe0f..9ce5ff69 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md index e02b573d..701e29ed 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val1 -] + - :notebook: Suffix has value: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val2 -] + - :notebook: Suffix has value: [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md index ba553be3..f2f27d8c 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :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_3.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 9660f4c6..e3407100 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A variable calculated: [- null -] - - :notebook: A suffix variable: [- [] -] + - :notebook: A variable calculated: [+ null +] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md index 6d582516..a5fa0bec 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: dynval1: [- {} -] - - :notebook: dynval2: [- {} -] - - :notebook: A variable calculated: [- a value -] + - [+ 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_boolean.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index 6c3aeee5..201add31 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: dynval1: [- {} -] - - :notebook: dynval2: [- {} -] - - :notebook: A variable calculated: [- true -] + - [+ 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_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index 46ce15b7..85d7e54a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: dynval1: [- {} -] - - :notebook: dynval2: [- {} -] + - [+ val1 +] + - [+ val2 +] + - :notebook: dynval1: [+ {} +] + - :notebook: dynval2: [+ {} +] - :notebook: A variable calculated: - - [- a value -] - - [- a second value -] + - [+ a value +] + - [+ a second value +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md index af74428c..cc7405c0 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val1 -] + - :notebook: A dynamic variable: [+ val1 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val2 -] + - :notebook: A dynamic variable: [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 7c911aec..c102d19c 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A identifier variable: [- [] -] + - :notebook: A identifier variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md index 7fbfbe0f..9ce5ff69 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md index ab4dcf6d..f389c8a9 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index 3d7d4380..a2369679 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic famify for val2 - - :notebook: A dynamic variable: [- null -] - - :notebook: A new variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :notebook: A suffix variable: [+ [] +] + - :notebook: A variable calculated: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md index 7fa26fed..54c0816a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a new variable: [- null -] + - :notebook: a new variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.gitlab.md index 29990d8b..0cd30d6d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable 1: [- val1 -] - - :notebook: a variable 2: [- val1 -] - - :notebook: a variable 3: [- val1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.gitlab.md index a50bfbff..5038cb8d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.gitlab.md index b9be25cd..26bcb9b6 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md index 6c218dfd..a0868e11 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- [] -] - - :notebook: a suffix variable: [- [] -] + - :notebook: a variable: [+ [] +] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md index a50bfbff..5038cb8d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.gitlab.md index 83d01488..2e3c75f6 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md index a50bfbff..5038cb8d 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index 83d01488..2e3c75f6 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index f58e2142..b44124d6 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a sub dynamic family - - :notebook: a variable inside a sub dynamic family: [- val1 -] + - :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 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 -] + - :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 inside a sub dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 83d01488..2e3c75f6 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md index c96966b0..273cb8b5 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val1 -] + - :notebook: a variable inside dynamic family: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val2 -] - - :notebook: a variable: [- val1 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 84a8c9b4..d871c28a 100644 --- a/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: asuffix variable: [- [] -] - - :notebook: a variable: [- null -] + - :notebook: asuffix variable: [+ [] +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.gitlab.md index bff28cfe..d599b5ca 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_inside_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.gitlab.md index 2cf12118..bc94afe0 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.gitlab.md index e45336ec..fe776fd0 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,34 +1,34 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - :notebook: A dynamic variable: - - [- tval1 -] - - [- tval2 -] + - [+ 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 -] + - :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 -] + - :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 -] + - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index e45336ec..fe776fd0 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,34 +1,34 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - :notebook: A dynamic variable: - - [- tval1 -] - - [- tval2 -] + - [+ 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 -] + - :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 -] + - :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 -] + - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 22ad4338..7b9e049d 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md index 7c911aec..c102d19c 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A identifier variable: [- [] -] + - :notebook: A identifier variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index 1a23eb45..2f034507 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- [] -] + - :notebook: A dynamic variable: [+ [] +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- [] -] + - :notebook: A dynamic variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md index 3d0ca5e6..85c1ab94 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :notebook: A variable calculated: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md index 3d0ca5e6..85c1ab94 100644 --- a/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :notebook: A variable calculated: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.gitlab.md b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.gitlab.md index 2e07acd6..1ae65db4 100644 --- a/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- a -] + - [+ a +] - :open_file_folder: extra - :open_file_folder: dyn_a - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.gitlab.md index 54e03e32..c99708e7 100644 --- a/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_9extra_dynamic_extra.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: général - :notebook: No change: - - [- a -] + - [+ a +] - :open_file_folder: extra - :notebook: a variable: - - [- a -] + - [+ a +] - :open_file_folder: dyn_a - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.gitlab.md index 2b94368d..08f8ed6e 100644 --- a/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- val2 -] + - :notebook: a suffix variable: [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.gitlab.md index ff84ab6d..28766d6e 100644 --- a/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_errors/68_0family_leadership_mode.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: A leadership: [- [] -] + - :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.gitlab.md index 2d172f54..1c748cd3 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_params_permissive.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6boolean.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6choice.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6custom.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6float.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6ip.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6network.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6number.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6port.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6secret.gitlab.md index b1021e33..3570e649 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6secret.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.gitlab.md index e8a475b2..24d5aa34 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_6string.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_mandatory/00_7help.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7help.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_mandatory/00_8test.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_8test.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_mandatory/00_9extra.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9extra.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_mandatory/02_0tags.gitlab.md b/tests/results/test_namespace_read_write_mandatory/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_mandatory/02_0tags.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.gitlab.md index 542e3c06..27fc7343 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.gitlab.md index 9962c3aa..3ac3abb1 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_4.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.gitlab.md index 0b9be859..b3bf552a 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_5.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.gitlab.md index 377a4dd0..80c9d53e 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_1default_calculation_hidden_6.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.gitlab.md index e85efd7a..9ec3f363 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 second variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.gitlab.md index 463acf76..e5332f81 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.gitlab.md index ee6c3bdd..bb7ffe1e 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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_5redefine_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second 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/16exists_exists.gitlab.md b/tests/results/test_namespace_read_write_mandatory/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_read_write_mandatory/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0family_append.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory/20_7help_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md index 57192f31..fdf1f057 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.gitlab.md index 7f6e7b7f..535acc82 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_condition_with_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - :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_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md index 81918b41..74f91973 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md index f82ae542..3ce63451 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_boolean.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index 767cee56..6ab9e5f4 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index da122bfe..fb9a39d5 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - [- 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 + - [- 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_param.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md index 9d4ec35c..417396b0 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_unknown_suffix.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md index 2d172f54..1c748cd3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6ip.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6network.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.gitlab.md index 5c4be39d..d66294e8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.gitlab.md index 711794cb..940b5ca4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/02_0tags.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md index 542e3c06..27fc7343 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md index 9962c3aa..3ac3abb1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md index 0b9be859..b3bf552a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md index 377a4dd0..80c9d53e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md index e85efd7a..9ec3f363 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 second variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md index 463acf76..e5332f81 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.gitlab.md index ee6c3bdd..bb7ffe1e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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_5redefine_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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_redefine_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second 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/16exists_exists.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_7help_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 57192f31..fdf1f057 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md index 7f6e7b7f..535acc82 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_condition_with_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - :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_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md index 81918b41..74f91973 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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_disabled2.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md index f82ae542..3ce63451 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_boolean.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index 767cee56..6ab9e5f4 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_multi.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index da122bfe..fb9a39d5 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - [- 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 + - [- 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_param.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index 9d4ec35c..417396b0 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_unknown_suffix.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_read_write_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_2default_calculated.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.gitlab.md index 2d172f54..1c748cd3 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_read_write_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_read_write_secrets/00_6boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/00_6choice.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6custom.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6float.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6ip.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6network.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6number.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6port.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_read_write_secrets/00_6regexp_link.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6secret.gitlab.md index 5c4be39d..d66294e8 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6secret.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6secret_param.gitlab.md index 711794cb..940b5ca4 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_read_write_secrets/00_6string.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_read_write_secrets/00_7help.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7help.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_read_write_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_read_write_secrets/00_8test.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_read_write_secrets/00_8test.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/00_9choice_variables.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_read_write_secrets/00_9extra.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9extra.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/01_6custom_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_read_write_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_read_write_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_secrets/02_0tags.gitlab.md b/tests/results/test_namespace_read_write_secrets/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_read_write_secrets/02_0tags.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_read_write_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_read_write_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.gitlab.md index 542e3c06..27fc7343 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.gitlab.md index 9962c3aa..3ac3abb1 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.gitlab.md index 0b9be859..b3bf552a 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.gitlab.md index 377a4dd0..80c9d53e 100644 --- a/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.gitlab.md index e85efd7a..9ec3f363 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 second variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional_default.gitlab.md index 463acf76..e5332f81 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable5.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.gitlab.md index ee6c3bdd..bb7ffe1e 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/04_5validators_differ.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_read_write_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_read_write_secrets/16_0redefine_description.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_read_write_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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_5redefine_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_default.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_read_write_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second 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/16exists_exists.gitlab.md b/tests/results/test_namespace_read_write_secrets/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_read_write_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0family_append.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_read_write_secrets/20_7help_family.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_read_write_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 57192f31..fdf1f057 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.gitlab.md index 7f6e7b7f..535acc82 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_condition_with_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - :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_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_read_write_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_read_write_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md index 81918b41..74f91973 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_read_write_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md index f82ae542..3ce63451 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index 767cee56..6ab9e5f4 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index da122bfe..fb9a39d5 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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: [- {} -] + - [- 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 + - [- 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_param.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index 9d4ec35c..417396b0 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_unknown_suffix.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_0version_underscore.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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_1empty_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_1empty_variable.gitlab.md index d9674ec3..c975ef5b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: empty: [- null -] + - :notebook: empty: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.gitlab.md index 5d1d6fa3..158cf69a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] + - :notebook: a first variable: [+ no +] - :notebook: a second variable: - - [- no -] + - [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md index 382c24f7..8a10bec6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] - :notebook: a second variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md index 80124c44..81d65dc2 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a second variable: [- a_value -] + - :notebook: a second variable: [+ a_value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md index 293ff1d0..1636672f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :notebook: a first variable: [+ [] +] + - :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.gitlab.md index f90bc8b4..a9205964 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] - - :notebook: a new variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.gitlab.md index 293ff1d0..1636672f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_2default_calculated_variable_transitive.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :notebook: a first variable: [+ [] +] + - :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.gitlab.md index fab83eb8..fafcec1e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- null -] - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.gitlab.md index 032d6907..440f5013 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- non -] + - :notebook: a variable: [+ non +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.gitlab.md index 2e262bbd..95091e6e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean_no_mandatory.gitlab.md index 20850f2e..320756a9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- true -] + - :notebook: a variable: [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice.gitlab.md index 64314d12..532e53f8 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6choice.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_calculation.gitlab.md index dd4a4c44..47c67156 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- 9 -] + - :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.gitlab.md index 00dde5f0..3758952a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] + - :notebook: a first variable: [+ a +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.gitlab.md index 1f5fcbef..b459c7c6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a first variable: [- a -] - - :notebook: a third variable: [- a -] + - [+ 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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link2.gitlab.md index 2c8bb837..509ae6e7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] + - :notebook: a first variable: [+ a +] - :open_file_folder: family - - :notebook: a third variable: [- a -] + - :notebook: a third variable: [+ a +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6custom.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6custom.gitlab.md index f155c9f3..6f9c00af 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6custom.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the seconf variable: [- value -] + - :notebook: the first variable: [+ null +] + - :notebook: the seconf variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.gitlab.md index a4e87846..77059f06 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a domain name variable: [- my.domain.name -] + - :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.gitlab.md index a4e87846..77059f06 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a domain name variable: [- my.domain.name -] + - :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6float.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6float.gitlab.md index e7896deb..69e138f4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6float.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6integer.gitlab.md index 1822024c..ea37648f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6ip.gitlab.md index 2fc96a46..91345c06 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6ip.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6network.gitlab.md index 3d09c6e9..12b459b9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6network.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6number.gitlab.md index 1822024c..ea37648f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6number.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6port.gitlab.md index 78af6243..55a7f6b3 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6port.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp.gitlab.md index 831a87f7..20dd531b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- #a1a1a1 -] + - :notebook: a first variable: [+ #a1a1a1 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.gitlab.md index 27288773..7d0dcdcd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- #a1a1a1 -] - - :notebook: a second variable: [- #a1a1a1 -] + - :notebook: a first variable: [+ #a1a1a1 +] + - :notebook: a second variable: [+ #a1a1a1 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6secret.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6secret.gitlab.md index d4aefca0..ebacdb6d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6secret.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- ********** -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ ********** +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.gitlab.md index ad8d5ef3..30687a64 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- ********** -] - - :notebook: the third variable: [- ********** -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_6string.gitlab.md index 5c014aab..c85a5cfd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_6string.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7choice_quote.gitlab.md index 339a35aa..3ba7cd8b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A choice: [- quote' -] + - :notebook: A choice: [+ quote' +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7help.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7help.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7help.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.gitlab.md index 0e86e102..18859991 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first : [- null -] - - :notebook: the second : [- null -] + - :notebook: the first : [+ null +] + - :notebook: the second : [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.gitlab.md index 5562258e..8132a814 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote" -] + - :notebook: a variable: [+ quote" +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.gitlab.md index 270494fb..05b8d68a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote'" -] + - :notebook: a variable: [+ quote'" +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.gitlab.md index f0b450f2..0c023ed0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote\"\' -] + - :notebook: a variable: [+ quote\"\' +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.gitlab.md index 0d27db89..059242f8 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- quote' -] + - :notebook: a variable: [+ quote' +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_namespace.gitlab.md index 5dad73f5..1325692b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_namespace.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- Rougail -] + - :notebook: a variable: [+ Rougail +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.gitlab.md index 5dad73f5..1325692b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8calculation_param_namespace.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- Rougail -] + - :notebook: a variable: [+ Rougail +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_8test.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_8test.gitlab.md index fedb5552..b3abc55d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_8test.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_8test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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: [- [] -] + - :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_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.gitlab.md index 293ff1d0..1636672f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :notebook: a first variable: [+ [] +] + - :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.gitlab.md index 6ef6b666..0ebf3bc6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first source variable: [- val1 -] - - :notebook: the second source variable: [- val2 -] - - :notebook: a variable: [- val1 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation.gitlab.md index c045a318..e74bec55 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- string_1_True_ -] + - :notebook: a variable: [+ string_1_True_ +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional.gitlab.md index c734770f..f9f7ef10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_variable: [- val1 -] + - :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md index c734770f..f9f7ef10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_variable: [- val1 -] + - :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md index 26dce5cb..60d94222 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_variable: [- val1 -] + - :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- value -] + - [+ val1 +] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md index 306e7dee..c4fb11c0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: my_calculated_variable: [- [] -] + - :notebook: my_calculated_variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md index 192bb037..0942569b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: my_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md index 6d4ccce7..8cfc6873 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable2.gitlab.md index 1f5db596..a9513bb3 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.gitlab.md index dd4a4c44..47c67156 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- 9 -] + - :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.gitlab.md index dd4a4c44..47c67156 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- 9 -] + - :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9extra.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9extra.gitlab.md index 338ce934..8e9ad8f7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9extra.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9extra.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- rougail -] + - :notebook: a variable: [+ rougail +] - :open_file_folder: extra - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.gitlab.md index 2d075ff0..5c590d5b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_calculation.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- value -] + - :notebook: a variable: [+ value +] - :open_file_folder: extra - - :notebook: a first variable: [- value -] - - :notebook: a second variable: [- value -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_ouside.gitlab.md index 842bb8d6..cc2dc0c1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/00_9extra_ouside.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- value in extra -] + - :notebook: a variable: [+ value in extra +] - :open_file_folder: extra - - :notebook: a variable: [- value in extra -] + - :notebook: a variable: [+ value in extra +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.gitlab.md index 12209557..fd5de9c3 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the first variable: - - [- true -] + - [+ true +] - :notebook: the second variable: - - [- true -] + - [+ true +] - :notebook: the third variable: - - [- true -] + - [+ true +] - :notebook: the forth variable: - - [- false -] + - [+ false +] - :notebook: the fifth variable: - - [- false -] + - [+ false +] - :notebook: the sixth variable: - - [- false -] + - [+ false +] - :notebook: the seventh variable: - - [- true -] + - [+ true +] - :notebook: the eighth variable: - - [- true -] + - [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.gitlab.md index 7c7368f5..dbe16ee9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6custom_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first custom variable: [- [] -] + - :notebook: a first custom variable: [+ [] +] - :notebook: a second custom variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.gitlab.md index d9474645..7a5a91a5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6float_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the first variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the second variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the third variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the forth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the fifth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the sixth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the seventh variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the eighth variable: - - [- 0.0 -] + - [+ 0.0 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.gitlab.md index 06f8f68e..001f9fb5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - [+ 10 +] - :notebook: the fifth variable: - - [- 10 -] + - [+ 10 +] - :notebook: the sixth variable: - - [- 10 -] + - [+ 10 +] - :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_mandatory.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.gitlab.md index fd23ac7c..5aad7a50 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6integer_multi_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- [] -] + - :notebook: the first variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.gitlab.md index 13e28cf7..4aa9ff50 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_empty.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the second variable: - - [- value -] - - [- null -] + - [+ value +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.gitlab.md index 3e58bf21..93b9dc50 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- [] -] - - :notebook: the second variable: [- [] -] - - :notebook: the third variable: [- [] -] + - :notebook: the first variable: [+ [] +] + - :notebook: the second variable: [+ [] +] + - :notebook: the third variable: [+ [] +] - :notebook: the forth variable: - - [- value -] + - [+ value +] - :notebook: the fifth variable: - - [- value -] + - [+ value +] - :notebook: the sixth variable: - - [- value -] + - [+ value +] - :notebook: the seventh variable: - - [- value -] + - [+ value +] - :notebook: the eighth variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.gitlab.md index c0850463..fafbcdef 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_6string_multi_length.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: the variable: - - [- val1 -] - - [- val2 -] - - [- val3 -] + - [+ val1 +] + - [+ val2 +] + - [+ val3 +] - :notebook: the variable: - - [- val4 -] - - [- val5 -] + - [+ val4 +] + - [+ val5 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md index c7ebc841..9c5cd71d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- quote" -] + - [+ quote" +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md index a075d140..aa9d9549 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- quote'" -] + - [+ quote'" +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.gitlab.md index 25cbaac6..16c3ad2c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_7value_multi_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- quote' -] + - [+ quote' +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md index 24c7bbd6..e4ddb83c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- [] -] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md index 70e63fd2..f65765e0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [- a -] - - [- b -] - - [- c -] - - :notebook: a second variable: [- null -] + - [+ a +] + - [+ b +] + - [+ c +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md index 7fa06418..5a868ae0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- c -] + - :notebook: a variable: [+ c +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/02_0tags.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/02_0tags.gitlab.md index 74dc0763..b7c561ce 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/02_0tags.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the first variable: [- null -] - - :notebook: the second variable: [- null -] + - :notebook: the first variable: [+ null +] + - :notebook: the second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.gitlab.md index 13042851..9ad4d200 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A limited number: [- 10 -] + - :notebook: A limited number: [+ 10 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.gitlab.md index 27e2ba28..eda7fa5f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A limited integer: [- 10 -] + - :notebook: A limited integer: [+ 10 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md index 93470fe9..b1e8ef91 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.gitlab.md index 8195caf2..24345f27 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [+ yes +] + - :notebook: a first variable: [+ no +] + - :notebook: a second variable: [- yes -] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md index 1222fa25..9f31d6f4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_2.gitlab.md index 1222fa25..9f31d6f4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_3.gitlab.md index 2dc7c319..56379255 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a third variable: [- value -] + - :notebook: a third variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md index 971b2ffe..6ca6e1dd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a second variable: [- null -] - - :notebook: a third variable: [- value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_5.gitlab.md index 00b4bf04..ee391d2c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] + - :notebook: a first variable: [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md index b8c93bc7..9adff3ba 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- value -] - - :notebook: a third variable: [- null -] + - :notebook: a first variable: [+ value +] + - :notebook: a third variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.gitlab.md index 4afbf6b0..3a737d49 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- no -] - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md index b429d025..0e593d3c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- no -] - - :notebook: a first variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_default.gitlab.md index bed6cefd..ced9f18c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.gitlab.md index 36b521fa..c39a9990 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- no -] - - :notebook: a first variable: [- [] -] - - :notebook: a second variable: [- [] -] + - :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_optional.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md index f01aa5bf..b60c94ae 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] + - :notebook: a condition: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md index 5d5e2660..62d9b55d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable.gitlab.md index 036ca66a..250a5cbb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- false -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ false +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md index 16a8095a..9d990025 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] + - :notebook: a condition: [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md index 16a8095a..9d990025 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] + - :notebook: a condition: [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md index b1bd5ef2..c93d3061 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- yes -] + - :notebook: a condition: [+ yes +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md index d3153648..357e280e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- yes -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ yes +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md index 036ca66a..250a5cbb 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- false -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ false +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md index 0f374012..e471316f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- false -] - - :notebook: a variable: [- [] -] + - :notebook: a condition: [+ false +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.gitlab.md index d4fcee1e..c16f8265 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the condition: [- no -] - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation2.gitlab.md index f01aa5bf..b60c94ae 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] + - :notebook: a condition: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.gitlab.md index bed6cefd..ced9f18c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators.gitlab.md index 7fbae4dd..f90acc0b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [- null -] + - :notebook: An integer: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.gitlab.md index 9f3f56d4..17fc3872 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- oui -] - - :notebook: A second variable: [- no -] + - :notebook: a first variable: [+ oui +] + - :notebook: A second variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.gitlab.md index 96421f82..aceeeed7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.gitlab.md index 96421f82..aceeeed7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.gitlab.md index 49913018..9f5e2457 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a second variable: - - [- 0 -] - - [- 1 -] - - [- 2 -] + - [+ 0 +] + - [+ 1 +] + - [+ 2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.gitlab.md index 3eb423d3..363126ab 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [- 1000 -] + - :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md index 3eb423d3..363126ab 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [- 1000 -] + - :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md index 6e25f0de..8c248b38 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.gitlab.md index 6e25f0de..8c248b38 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/05_0multi_uniq.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.gitlab.md index 23caac87..8bb23eb6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [- null -] + - :notebook: Redefined: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md index 7a0bbbe0..d3f946fe 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [- null -] + - :notebook: var1: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.gitlab.md index 0396ff47..0825a772 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- no -] - - :notebook: a new variable: [- yes -] + - :notebook: a variable: [+ no +] + - :notebook: a new variable: [+ yes +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.gitlab.md index f4f4f2b1..41d9fb09 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- yes -] + - :notebook: a variable: [+ yes +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/16_5redefine_default.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default.gitlab.md index f4f4f2b1..41d9fb09 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- yes -] + - :notebook: a variable: [+ yes +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md index daee96ca..11daeb10 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_family.gitlab.md index aeea1458..5cbd6cce 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.gitlab.md index e60ab676..98dc2222 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [- null -] + - :notebook: redefine help: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.gitlab.md index 6e25f0de..8c248b38 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md index 005b8055..6da773f6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ no +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.gitlab.md index 546018d5..a1e8bbc6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- non -] - - :notebook: a third variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_6choice_redefine.gitlab.md index 5d94f0d8..1c3f79af 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A choice: [- c -] + - :notebook: A choice: [+ c +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md index 27d844ee..953b4532 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a second family - - :notebook: a second variable: [- null -] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.gitlab.md index 65db59e9..7246d809 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: Description: [- null -] + - :notebook: Description: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.gitlab.md index 299b487c..5428ecf5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A family - - :notebook: The first variable: [- null -] - - :notebook: The second variable: [- null -] + - :notebook: The first variable: [+ null +] + - :notebook: The second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.gitlab.md index 65f53a03..f4836618 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.gitlab.md index 65f53a03..f4836618 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.gitlab.md index 65f53a03..f4836618 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.gitlab.md index b830163e..024b4ff0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a first variable: [- null -] + - :notebook: a first variable: [+ null +] - :open_file_folder: a sub family - - :notebook: a variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md index 2612de30..e53543b4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- no -] - - :notebook: a second variable: [- no -] - - :notebook: a third variable: [- yes -] + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_dynamic.gitlab.md index 8d9659b7..9bfa9fda 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_dynamic.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: my_family - :notebook: dynamic: - - [- val1 -] - - [- val2 -] - - :notebook: a variable: [- true -] + - [+ val1 +] + - [+ val2 +] + - :notebook: a variable: [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md index 5f59e119..30d7b565 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: my_family - - :notebook: default: [- true -] + - :notebook: default: [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_7help_family.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_7help_family.gitlab.md index 0fb4feb0..4169f515 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: the second family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.gitlab.md index 90ee9f27..75df2ff4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition.gitlab.md index 4c7a09cd..0213db1c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- no -] + - :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.gitlab.md index 37591f3a..66b7ee6b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_boolean.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a conditional variable: [- false -] + - :notebook: a conditional variable: [+ false +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md index 2af5d77a..0f077bbd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- no -] + - :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md index 6a67d38e..07ac3d19 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- true -] + - :notebook: the variable use has condition: [+ true +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.gitlab.md index 189e3f9c..f18c8837 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_condition_with_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first conditional variable: [- false -] - - :notebook: a second conditional variable: [- false -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md index c86a1c0b..973cb074 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: the variable use has condition: [- no -] + - :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: a subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md index 005b8055..6da773f6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ no +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md index 5b7db7f7..5ff7dd41 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] - - :notebook: a variable: [- null -] + - :notebook: a condition: [+ true +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md index 1011f9e8..5d72a1fc 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: a first integer: [- null -] - - :notebook: a second integer: [- 1 -] + - :notebook: a first integer: [+ null +] + - :notebook: a second integer: [+ 1 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.gitlab.md index 3bb5a313..20752a05 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- leader -] + - :notebook: a leader: [+ leader +] - :notebook: a follower1: - - [- value -] + - [+ value +] - :notebook: a follower2: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md index 4494a0f4..d5021db9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: the leader - - :notebook: the leader: [- leader -] + - :notebook: the leader: [+ leader +] - :notebook: the follower1: - - [- value -] + - [+ value +] - :notebook: the follower2: - - [- value -] + - [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md index 95555aed..052bf351 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- value2 -] + - :notebook: a leader: [+ value2 +] + - :notebook: a follower: [+ value2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md index dbc16929..e97e5cd6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: general - - :notebook: No change: [- non -] + - :notebook: No change: [+ non +] - :open_file_folder: general1 - - :open_file_folder: leader: [- [] -] + - :open_file_folder: leader: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.gitlab.md index b5d0dd03..bcecf368 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_0leadership_reduce.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value_1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_2 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_2 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_3 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_3 +] + - :notebook: a follower: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md index b763a276..98ed1a94 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md index b763a276..98ed1a94 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.gitlab.md index 95f7fb13..7e1b2c4f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_calculation_param_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: leadership - :open_file_folder: a leader - - :notebook: a leader: [- a -] - - :notebook: a follower: [- 0 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.gitlab.md index 14053e6e..b3ad2576 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_2leadership_leader_calculation.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md index ff84ab6d..28766d6e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: A leadership: [- [] -] + - :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md index ff84ab6d..28766d6e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: A leadership: [- [] -] + - :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.gitlab.md index dadaa59e..79584641 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a boolean variable: [- false -] + - :notebook: a boolean variable: [+ false +] - :notebook: a first multi variable: - - [- false -] + - [+ false +] - :notebook: a second multi variable: - - [- true -] - - [- false -] + - [+ true +] + - [+ false +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.gitlab.md index 71fe38d4..2647e3c6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_boolean_return_none.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a first variable: [- yes -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ yes +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.gitlab.md index 9c65a606..b07d308f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_integer.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a boolean variable: [- false -] - - :notebook: first integer variable: [- 2 -] - - :notebook: second integer variable: [- 3 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md index b0e1e923..7e332c99 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [- no -] - - [- yes -] - - :notebook: a second variable: [- no -] - - :notebook: a third variable: [- yes -] + - [+ 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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent.gitlab.md index b8330d08..edae5500 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] - :open_file_folder: a family - - :notebook: a calculated variable: [- no -] + - :notebook: a calculated variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md index c3337e56..755a3d71 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: first family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] - :open_file_folder: second family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index c8b75cc7..f2bdc845 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] + - :notebook: a leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] + - [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value2 -] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md index 70a5a0d6..0c3a4898 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-last.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.gitlab.md index 70a5a0d6..0c3a4898 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-no-mandatory.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 5c900aea..2a0eca2f 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: leader - :open_file_folder: leader - - :notebook: leader: [- a -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ a +] + - :notebook: follower: [+ null +] - :open_file_folder: leader - - :notebook: leader: [- b -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ b +] + - :notebook: follower: [+ null +] - :notebook: variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md index c05d6b2e..5055c94a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- val11 -] - - [- val11 -] + - [+ val11 +] + - [+ val11 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md index fc3ee68a..4a3a5e90 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.gitlab.md index e0f08c69..5b222a96 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader.gitlab.md index 57104030..6aae5716 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md index e98bf62d..274888b7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ 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 -] + - :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 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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md index f858c1a0..3f8bba0e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 -] + - :notebook: a leader: [+ null +] + - :notebook: a follower: [+ val +] - :open_file_folder: a leader - - :notebook: a leader: [- null -] - - :notebook: a follower: [- val -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index 298a1583..df1b3f5b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.gitlab.md index 675119f0..77747346 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/41_0choice_leader.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: The leadership: [- [] -] + - :open_file_folder: The leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.gitlab.md index 4f748c8b..c5f7470d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- true -] + - :notebook: a condition: [+ true +] - :open_file_folder: a leadership - :open_file_folder: aleader - - :notebook: aleader: [- a -] - - :notebook: a follower: [- null -] + - :notebook: aleader: [+ a +] + - :notebook: a follower: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md index 4150a72b..1f9d8195 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a leadership - :open_file_folder: aleader - - :notebook: aleader: [- a -] + - :notebook: aleader: [+ a +] - :open_file_folder: aleader - - :notebook: aleader: [- b -] - - :notebook: a follower: [- value -] + - :notebook: aleader: [+ b +] + - :notebook: a follower: [+ value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md index a55beee8..2ccc5573 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md index f01aa5bf..b60c94ae 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- no -] + - :notebook: a condition: [+ no +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md index 5cb8e630..7320c1be 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a condition: [- yes -] - - :open_file_folder: a leadership: [- [] -] + - :notebook: a condition: [+ yes +] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.gitlab.md index aa00c261..9d50a4e4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/44_9calculated_default_leadership_leader.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: leader - :open_file_folder: a leader - - :notebook: a leader: [- a -] + - :notebook: a leader: [+ a +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- b -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ b +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.gitlab.md index 5c3704a6..7da254d4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.gitlab.md index 4c633ef0..1f9d3252 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [- null -] + - :notebook: Dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [- null -] + - :notebook: Dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.gitlab.md index 7fef176e..a90039c1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dyn variable: [- null -] + - :notebook: A dyn variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dyn variable: [- null -] + - :notebook: A dyn variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md index 5c3704a6..7da254d4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md index 71ab2df8..44bf2090 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val.1 -] - - [- val.2 -] + - [+ val.1 +] + - [+ val.2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val.1 -] - - :notebook: A dynamic variable: [- val.1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.gitlab.md index ac6ff2b5..cb9c60f6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- null -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.gitlab.md index 67bf13aa..d0d479f1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_jinja_number.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- 1 -] - - [- 2 -] + - [+ 1 +] + - [+ 2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] - - :notebook: a variable: [- val -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description.gitlab.md index d10bc6e3..02cee63e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md index 33b7aed4..44aea7d4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md index cb9cd952..769d1807 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md index 5bccb2b7..603ed06b 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- Val1 -] - - [- VAL2 -] + - [+ Val1 +] + - [+ VAL2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md index c808f094..c05696ac 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md index d91f26c6..58338506 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val1: [- a value -] + - :notebook: A dynamic variable with suffix val1: [+ a value +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val2: [- a value -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md index b824d20c..a30e77b1 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] + - :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.gitlab.md index 91a68fd6..d6b484ec 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: A variable: [- non -] + - :notebook: A variable: [+ non +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md index 6c561ced..c723a011 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 4a26af17..e3ad39fa 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family - - :notebook: with a variable: [- null -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 5e96dde0..85478afe 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family inside dynamic family - - :notebook: a dynamic variable: [- val1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index a59dae1a..27736cc4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a identifier variable: [- [] -] - - :notebook: a varible outside dynamic family: [- null -] + - :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_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index d83fb884..d051e473 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a second variable: [- null -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md index 2accd7b0..bd79e2cd 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffx variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] - - :notebook: a second variable: [- val -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.gitlab.md index 1f22465c..140874ad 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffx variable: [- [] -] - - :notebook: a second variable: [- null -] + - :notebook: a suffx variable: [+ [] +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.gitlab.md index 8fe4a9c4..5d3f0295 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: a second variable: [- null -] + - [+ val1 +] + - [+ val2 +] + - :notebook: a second variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.gitlab.md index a058d468..26c4c396 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: a second variable: [- null -] + - :notebook: A suffix variable: [+ [] +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md index 5ae8c81d..d4a2db42 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable for val1: [- null -] + - :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 dynamic variable for val2: [+ null +] + - :notebook: A new variable: [+ null +] - :notebook: A new variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.gitlab.md index 7fbfbe0f..9ce5ff69 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md index e02b573d..701e29ed 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val1 -] + - :notebook: Suffix has value: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val2 -] + - :notebook: Suffix has value: [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md index ba553be3..f2f27d8c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :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_3.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 9660f4c6..e3407100 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A variable calculated: [- null -] - - :notebook: A suffix variable: [- [] -] + - :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_hidden.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md index 6d582516..a5fa0bec 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: dynval1: [- {} -] - - :notebook: dynval2: [- {} -] - - :notebook: A variable calculated: [- a value -] + - [+ 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_boolean.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index 6c3aeee5..201add31 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: dynval1: [- {} -] - - :notebook: dynval2: [- {} -] - - :notebook: A variable calculated: [- true -] + - [+ 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_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index 46ce15b7..85d7e54a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] - - :notebook: dynval1: [- {} -] - - :notebook: dynval2: [- {} -] + - [+ val1 +] + - [+ val2 +] + - :notebook: dynval1: [+ {} +] + - :notebook: dynval2: [+ {} +] - :notebook: A variable calculated: - - [- a value -] - - [- a second value -] + - [+ a value +] + - [+ a second value +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md index af74428c..cc7405c0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val1 -] + - :notebook: A dynamic variable: [+ val1 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val2 -] + - :notebook: A dynamic variable: [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 7c911aec..c102d19c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A identifier variable: [- [] -] + - :notebook: A identifier variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md index 7fbfbe0f..9ce5ff69 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] - - :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md index ab4dcf6d..f389c8a9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index 3d7d4380..a2369679 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic famify for val2 - - :notebook: A dynamic variable: [- null -] - - :notebook: A new variable: [- null -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.gitlab.md index 864c42af..96273cb9 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A suffix variable: [- [] -] - - :notebook: A variable calculated: [- null -] + - :notebook: A suffix variable: [+ [] +] + - :notebook: A variable calculated: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md index 7fa26fed..54c0816a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a new variable: [- null -] + - :notebook: a new variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.gitlab.md index 29990d8b..0cd30d6d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable 1: [- val1 -] - - :notebook: a variable 2: [- val1 -] - - :notebook: a variable 3: [- val1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.gitlab.md index a50bfbff..5038cb8d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.gitlab.md index b9be25cd..26bcb9b6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md index 6c218dfd..a0868e11 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [- [] -] - - :notebook: a suffix variable: [- [] -] + - :notebook: a variable: [+ [] +] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md index a50bfbff..5038cb8d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.gitlab.md index 83d01488..2e3c75f6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md index a50bfbff..5038cb8d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- val1 -] + - :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 inside a dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index 83d01488..2e3c75f6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- [] -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index f58e2142..b44124d6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a sub dynamic family - - :notebook: a variable inside a sub dynamic family: [- val1 -] + - :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 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 -] + - :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 inside a sub dynamic family: [+ val2 +] - :notebook: a variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 83d01488..2e3c75f6 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] - - :notebook: a variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] + - :notebook: a variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md index c96966b0..273cb8b5 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val1 -] + - :notebook: a variable inside dynamic family: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val2 -] - - :notebook: a variable: [- val1 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 84a8c9b4..d871c28a 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: asuffix variable: [- [] -] - - :notebook: a variable: [- null -] + - :notebook: asuffix variable: [+ [] +] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.gitlab.md index bff28cfe..d599b5ca 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_inside_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md index 2cf12118..bc94afe0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md index f80a03fa..233c323e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- [] -] + - :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.gitlab.md index e45336ec..fe776fd0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,34 +1,34 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - :notebook: A dynamic variable: - - [- tval1 -] - - [- tval2 -] + - [+ 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 -] + - :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 -] + - :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 -] + - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index e45336ec..fe776fd0 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,34 +1,34 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - :notebook: A dynamic variable: - - [- tval1 -] - - [- tval2 -] + - [+ 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 -] + - :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 -] + - :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 -] + - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 22ad4338..7b9e049d 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md index 7c911aec..c102d19c 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: A identifier variable: [- [] -] + - :notebook: A identifier variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index 1a23eb45..2f034507 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- [] -] + - :notebook: A dynamic variable: [+ [] +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- [] -] + - :notebook: A dynamic variable: [+ [] +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md index 3d0ca5e6..85c1ab94 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :notebook: A variable calculated: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md index 3d0ca5e6..85c1ab94 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :notebook: A variable calculated: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.gitlab.md index 2e07acd6..1ae65db4 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :notebook: a variable: - - [- a -] + - [+ a +] - :open_file_folder: extra - :open_file_folder: dyn_a - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.gitlab.md index 54e03e32..c99708e7 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_9extra_dynamic_extra.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: général - :notebook: No change: - - [- a -] + - [+ a +] - :open_file_folder: extra - :notebook: a variable: - - [- a -] + - [+ a +] - :open_file_folder: dyn_a - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md index 2b94368d..08f8ed6e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: a suffix variable: [- val2 -] + - :notebook: a suffix variable: [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] diff --git a/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md index ff84ab6d..28766d6e 100644 --- a/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: A leadership: [- [] -] + - :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_namespace_secrets/00_0version_underscore.gitlab.md b/tests/results/test_namespace_secrets/00_0version_underscore.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace_secrets/00_0version_underscore.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_namespace_secrets/00_1empty_variable.gitlab.md index 051ed2fc..652feeaf 100644 --- a/tests/results/test_namespace_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/00_1empty_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: empty: [+ string1 +] ← loaded from rougail-test + - :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_2default_calculated.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated.gitlab.md index 4af4da0b..6383c35b 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated_multi.gitlab.md index 7009c2a6..e5a74d04 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - - [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.gitlab.md index a7790e0f..2e6e8765 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.gitlab.md index 126854d5..ae8bfa44 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index cd72a4fe..1f9ae4f2 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.gitlab.md index b78e1f90..7e5f929b 100644 --- a/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_namespace_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_4load_subfolder.gitlab.md index c85a7121..09326a92 100644 --- a/tests/results/test_namespace_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace_secrets/00_4load_subfolder.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_5load_notype.gitlab.md index f0a3cad7..46210fda 100644 --- a/tests/results/test_namespace_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace_secrets/00_5load_notype.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_secrets/00_6boolean.gitlab.md b/tests/results/test_namespace_secrets/00_6boolean.gitlab.md index 6533c906..84cf8921 100644 --- a/tests/results/test_namespace_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.gitlab.md index 89a8e604..4ac9370f 100644 --- a/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/00_6choice.gitlab.md b/tests/results/test_namespace_secrets/00_6choice.gitlab.md index 8bd99947..383509ba 100644 --- a/tests/results/test_namespace_secrets/00_6choice.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6choice.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6choice_calculation.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6choice_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_secrets/00_6choice_link.gitlab.md b/tests/results/test_namespace_secrets/00_6choice_link.gitlab.md index eeee4d32..06f5eaf5 100644 --- a/tests/results/test_namespace_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6choice_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6choice_variable.gitlab.md index 5f9b3c88..7394ca55 100644 --- a/tests/results/test_namespace_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6choice_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_6choice_variable_link.gitlab.md index 1ef70cf3..45e3ebdd 100644 --- a/tests/results/test_namespace_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6choice_variable_link.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_6choice_variable_link2.gitlab.md index b7e66243..91b79b22 100644 --- a/tests/results/test_namespace_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6choice_variable_link2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_namespace_secrets/00_6custom.gitlab.md b/tests/results/test_namespace_secrets/00_6custom.gitlab.md index fe3c551b..828cfcba 100644 --- a/tests/results/test_namespace_secrets/00_6custom.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6custom.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6domainname.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6domainname.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6domainname_params.gitlab.md index 9a8461e7..ce599e21 100644 --- a/tests/results/test_namespace_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6domainname_params.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6float.gitlab.md index 57788b1f..45722b34 100644 --- a/tests/results/test_namespace_secrets/00_6float.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6float.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6integer.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_secrets/00_6integer.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6integer.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6ip.gitlab.md index a518b28b..6c4c50b8 100644 --- a/tests/results/test_namespace_secrets/00_6ip.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6ip.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6network.gitlab.md index b144318d..bce02121 100644 --- a/tests/results/test_namespace_secrets/00_6network.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6network.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6number.gitlab.md index dc444932..a454aef6 100644 --- a/tests/results/test_namespace_secrets/00_6number.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6number.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6port.gitlab.md index d7f07ea8..657acee9 100644 --- a/tests/results/test_namespace_secrets/00_6port.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6port.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6regexp.gitlab.md index 5704655d..9e350911 100644 --- a/tests/results/test_namespace_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6regexp.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_namespace_secrets/00_6regexp_link.gitlab.md b/tests/results/test_namespace_secrets/00_6regexp_link.gitlab.md index 545986ac..1fcdb643 100644 --- a/tests/results/test_namespace_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6regexp_link.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6secret.gitlab.md index 5c4be39d..d66294e8 100644 --- a/tests/results/test_namespace_secrets/00_6secret.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6secret.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_secrets/00_6secret_param.gitlab.md index 711794cb..940b5ca4 100644 --- a/tests/results/test_namespace_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6secret_param.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_6string.gitlab.md index 18c22e86..feba490f 100644 --- a/tests/results/test_namespace_secrets/00_6string.gitlab.md +++ b/tests/results/test_namespace_secrets/00_6string.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_7choice_quote.gitlab.md index 164dc2f3..15acb0a9 100644 --- a/tests/results/test_namespace_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7choice_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_secrets/00_7help.gitlab.md b/tests/results/test_namespace_secrets/00_7help.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_secrets/00_7help.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_7help_quote.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7help_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_7help_sup.gitlab.md index 6970f741..1446148f 100644 --- a/tests/results/test_namespace_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7help_sup.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: the first : [+ string1 +] ← loaded from rougail-test - - :notebook: the second : [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_7value_doublequote.gitlab.md index e0f4c12e..368efedf 100644 --- a/tests/results/test_namespace_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7value_doublequote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace_secrets/00_7value_doublequote2.gitlab.md index 017dc82a..31b6351a 100644 --- a/tests/results/test_namespace_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7value_doublequote2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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'") + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_namespace_secrets/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace_secrets/00_7value_doublequote3.gitlab.md index 976a112c..96f5911c 100644 --- a/tests/results/test_namespace_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7value_doublequote3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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\"\') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_namespace_secrets/00_7value_quote.gitlab.md b/tests/results/test_namespace_secrets/00_7value_quote.gitlab.md index cf55967f..ff15f571 100644 --- a/tests/results/test_namespace_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace_secrets/00_7value_quote.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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') + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_namespace_secrets/00_8calculation_information.gitlab.md b/tests/results/test_namespace_secrets/00_8calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace_secrets/00_8calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8calculation_namespace.gitlab.md b/tests/results/test_namespace_secrets/00_8calculation_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_secrets/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace_secrets/00_8calculation_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_secrets/00_8calculation_param_namespace.gitlab.md b/tests/results/test_namespace_secrets/00_8calculation_param_namespace.gitlab.md index fbebec5b..9284ef76 100644 --- a/tests/results/test_namespace_secrets/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace_secrets/00_8calculation_param_namespace.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: Rougail) diff --git a/tests/results/test_namespace_secrets/00_8test.gitlab.md b/tests/results/test_namespace_secrets/00_8test.gitlab.md index 4f1841c3..e0555351 100644 --- a/tests/results/test_namespace_secrets/00_8test.gitlab.md +++ b/tests/results/test_namespace_secrets/00_8test.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_namespace_secrets/00_9choice_variable_multi.gitlab.md index 256b922c..78961ce9 100644 --- a/tests/results/test_namespace_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/00_9choice_variables.gitlab.md b/tests/results/test_namespace_secrets/00_9choice_variables.gitlab.md index 3a471c51..9eef33ed 100644 --- a/tests/results/test_namespace_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9choice_variables.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation.gitlab.md index ec74a521..79eca35c 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_information.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.gitlab.md index 9ab357f4..416bd675 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 58802191..bda2cca8 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_optional.gitlab.md index 2e9bf3a2..9b88f57c 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.gitlab.md index c0a03445..95ebc9c2 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.gitlab.md index 706cc096..f204422c 100644 --- a/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: string1) - - :notebook: a second variable: [+ 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: no) diff --git a/tests/results/test_namespace_secrets/00_9default_information_other_variable.gitlab.md b/tests/results/test_namespace_secrets/00_9default_information_other_variable.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_information_other_variable2.gitlab.md index 6961a9f5..4e461cb9 100644 --- a/tests/results/test_namespace_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_9default_integer.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_secrets/00_9default_number.gitlab.md b/tests/results/test_namespace_secrets/00_9default_number.gitlab.md index 02f7a3c4..b185dc29 100644 --- a/tests/results/test_namespace_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9default_number.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_namespace_secrets/00_9extra.gitlab.md b/tests/results/test_namespace_secrets/00_9extra.gitlab.md index bedf0b27..aeac8ccc 100644 --- a/tests/results/test_namespace_secrets/00_9extra.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9extra.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no) diff --git a/tests/results/test_namespace_secrets/00_9extra_calculation.gitlab.md b/tests/results/test_namespace_secrets/00_9extra_calculation.gitlab.md index 969b762a..1572b468 100644 --- a/tests/results/test_namespace_secrets/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9extra_calculation.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/00_9extra_ouside.gitlab.md index 2dd3e108..8fb88762 100644 --- a/tests/results/test_namespace_secrets/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace_secrets/00_9extra_ouside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/01_6boolean_multi.gitlab.md index f31a192b..f6b87dbe 100644 --- a/tests/results/test_namespace_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6boolean_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/01_6custom_multi.gitlab.md b/tests/results/test_namespace_secrets/01_6custom_multi.gitlab.md index db7b8e92..f8aac52f 100644 --- a/tests/results/test_namespace_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6custom_multi.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_6float_multi.gitlab.md index 34a87ff0..d8759ea9 100644 --- a/tests/results/test_namespace_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6float_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_6integer_multi.gitlab.md index 78d40c73..46d9794a 100644 --- a/tests/results/test_namespace_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6integer_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_6integer_multi_mandatory.gitlab.md index 8d88b3fc..6e862990 100644 --- a/tests/results/test_namespace_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_6string_empty.gitlab.md index 66afe468..ca44d251 100644 --- a/tests/results/test_namespace_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6string_empty.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_6string_multi.gitlab.md index 7899f266..28cbdcb4 100644 --- a/tests/results/test_namespace_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6string_multi.gitlab.md @@ -1,40 +1,40 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_6string_multi_length.gitlab.md index 1ec636a1..9c4a3f4d 100644 --- a/tests/results/test_namespace_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace_secrets/01_6string_multi_length.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.gitlab.md index d5412f7e..b06b1980 100644 --- a/tests/results/test_namespace_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.gitlab.md index 3329a479..a1d0fea1 100644 --- a/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_7value_multi_quote.gitlab.md index 0e9ab71e..5a371283 100644 --- a/tests/results/test_namespace_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace_secrets/01_7value_multi_quote.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_8calculation_information_multi.gitlab.md index 123efec3..603a7cc3 100644 --- a/tests/results/test_namespace_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_8calculation_information_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_9choice_variable_multi.gitlab.md index c482865f..58b87f90 100644 --- a/tests/results/test_namespace_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/01_9choice_variable_multi.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/01_9choice_variable_optional.gitlab.md index adccf479..0be08c2e 100644 --- a/tests/results/test_namespace_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/01_9choice_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_secrets/02_0tags.gitlab.md b/tests/results/test_namespace_secrets/02_0tags.gitlab.md index aee7f423..28a1d218 100644 --- a/tests/results/test_namespace_secrets/02_0tags.gitlab.md +++ b/tests/results/test_namespace_secrets/02_0tags.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_0type_param.gitlab.md index d4cc5b6b..5ab9ef91 100644 --- a/tests/results/test_namespace_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_namespace_secrets/04_0type_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_0type_param_integer.gitlab.md index 7d411582..71377428 100644 --- a/tests/results/test_namespace_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace_secrets/04_0type_param_integer.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_namespace_secrets/04_1auto_save.gitlab.md b/tests/results/test_namespace_secrets/04_1auto_save.gitlab.md index 95143d12..589647d6 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1auto_save.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: an auto save variable: [+ no +] + - :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.gitlab.md index a1d500cc..cda0de5b 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ no +] + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index c521a4ac..ed6a29b9 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: no) - - :notebook: a second variable: [+ yes +] + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.gitlab.md index f6de21d8..1908e439 100644 --- a/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1auto_save_and_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ autosave variable +]: [+ yes +] + - :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_namespace_secrets/04_1default_calculation_hidden.gitlab.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.gitlab.md index 70e19175..f1172221 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test - - :notebook: a third variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.gitlab.md index 330ef892..3a5dd936 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.gitlab.md index aec396d2..756940d2 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.gitlab.md index c54c27f2..03d2ebce 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.gitlab.md index 5593673c..53efa563 100644 --- a/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_namespace_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation.gitlab.md index d80d751f..b195f1ac 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_boolean.gitlab.md index bd4cdb0c..41155c8d 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_default.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.gitlab.md index e9ab5263..57c6d9fa 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_multi.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.gitlab.md index 6a8fc117..a563a796 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional_default.gitlab.md index d10e7641..5fe9cb95 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.gitlab.md index 9a20cd8c..97eae677 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.gitlab.md index 040e55c5..ec72b58f 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.gitlab.md index b8fe142e..381729f5 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.gitlab.md index 142bddac..28774a6b 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- false -] - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: [+ a condition +]: [+ false +] + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable7.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.gitlab.md index d36a88ce..e45b5280 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable8.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a condition +]: [- true -] + - :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.gitlab.md index 8f5853e6..04e2e708 100644 --- a/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace_secrets/04_5hidden_calculation.gitlab.md index 47305282..0cd62c2f 100644 --- a/tests/results/test_namespace_secrets/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5hidden_calculation2.gitlab.md index 99f7bf44..9dee9bb6 100644 --- a/tests/results/test_namespace_secrets/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation2.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.gitlab.md index 86de39ef..c32e8825 100644 --- a/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5hidden_calculation_default_calculation.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5validators.gitlab.md index f24cbf67..a8452724 100644 --- a/tests/results/test_namespace_secrets/04_5validators.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: An integer: [+ 1 +] ← loaded from rougail-test + - :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/04_5validators_differ.gitlab.md b/tests/results/test_namespace_secrets/04_5validators_differ.gitlab.md index a1f104b2..9b068281 100644 --- a/tests/results/test_namespace_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators_differ.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/04_5validators_multi.gitlab.md index b7ded130..d1d91485 100644 --- a/tests/results/test_namespace_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/04_5validators_multi2.gitlab.md index 111a99a3..287ee192 100644 --- a/tests/results/test_namespace_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators_multi2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/04_5validators_multi3.gitlab.md index 3bf4b4e7..c405e423 100644 --- a/tests/results/test_namespace_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators_multi3.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/04_5validators_warnings.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators_warnings.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_secrets/04_5validators_warnings_all.gitlab.md b/tests/results/test_namespace_secrets/04_5validators_warnings_all.gitlab.md index c6ee8f57..3fe4a8a5 100644 --- a/tests/results/test_namespace_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace_secrets/04_5validators_warnings_all.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_namespace_secrets/05_0multi_not_uniq.gitlab.md b/tests/results/test_namespace_secrets/05_0multi_not_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace_secrets/05_0multi_not_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/05_0multi_uniq.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace_secrets/05_0multi_uniq.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/12_1auto_save_expert.gitlab.md index 22ce4014..d6c2e386 100644 --- a/tests/results/test_namespace_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace_secrets/12_1auto_save_expert.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ no +] + - :notebook: a variable: [- no -] diff --git a/tests/results/test_namespace_secrets/16_0redefine_description.gitlab.md b/tests/results/test_namespace_secrets/16_0redefine_description.gitlab.md index c3c0438b..10a88bd3 100644 --- a/tests/results/test_namespace_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace_secrets/16_0redefine_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Redefined: [+ string1 +] ← loaded from rougail-test + - :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_namespace_secrets/16_3family_empty_at_ends.gitlab.md index 39fbfc7b..dd65182a 100644 --- a/tests/results/test_namespace_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_namespace_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace_secrets/16_5exists_nonexists.gitlab.md index e472c78b..d1f1ccf4 100644 --- a/tests/results/test_namespace_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5exists_nonexists.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/16_5exists_redefine.gitlab.md index f10ec377..f09d0633 100644 --- a/tests/results/test_namespace_secrets/16_5exists_redefine.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5exists_redefine.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a first variable +]: [- yes -] + - :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_namespace_secrets/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_calculation.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_choice.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_choice.gitlab.md index b7d4859c..f759e9a7 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_choice.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ a +] ← loaded from rougail-test + - :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_default.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_default.gitlab.md index 10ff3523..848c29b7 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_namespace_secrets/16_5redefine_default_calculation.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.gitlab.md index 33ae5a9e..f907f898 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_family.gitlab.md index a60fff6f..ca57cd14 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_help.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_help.gitlab.md index d8591bfd..9f143013 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_help.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16_5redefine_hidden.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_hidden.gitlab.md index d142999b..4a8465c1 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :notebook: [+ a variable +]: [- no -] + - :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_namespace_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_multi.gitlab.md index aa52a04d..0e8d3f3c 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/16_5test_redefine.gitlab.md index 26dcf926..7a451ad4 100644 --- a/tests/results/test_namespace_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace_secrets/16_5test_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/16_6choice_redefine.gitlab.md index 06fd7566..b257a746 100644 --- a/tests/results/test_namespace_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace_secrets/16_6choice_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_namespace_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_namespace_secrets/16_6exists_redefine_family.gitlab.md index e827536d..f308e3a6 100644 --- a/tests/results/test_namespace_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace_secrets/16_6exists_redefine_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/16exists_exists.gitlab.md b/tests/results/test_namespace_secrets/16exists_exists.gitlab.md index 774d6629..69e26651 100644 --- a/tests/results/test_namespace_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_namespace_secrets/16exists_exists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: Description: [+ string1 +] ← loaded from rougail-test + - :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/17_5redefine_leadership.gitlab.md b/tests/results/test_namespace_secrets/17_5redefine_leadership.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_secrets/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_namespace_secrets/17_5redefine_leadership.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_secrets/20_0family_append.gitlab.md b/tests/results/test_namespace_secrets/20_0family_append.gitlab.md index fc5474b7..fcc4d7fe 100644 --- a/tests/results/test_namespace_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_namespace_secrets/20_0family_append.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_namespace_secrets/20_0multi_family.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace_secrets/20_0multi_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0multi_family_basic.gitlab.md b/tests/results/test_namespace_secrets/20_0multi_family_basic.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace_secrets/20_0multi_family_basic.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0multi_family_expert.gitlab.md b/tests/results/test_namespace_secrets/20_0multi_family_expert.gitlab.md index b3792224..a9518531 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace_secrets/20_0multi_family_expert.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_0multi_family_order.gitlab.md b/tests/results/test_namespace_secrets/20_0multi_family_order.gitlab.md index 6c5a227c..ee5c84a0 100644 --- a/tests/results/test_namespace_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace_secrets/20_0multi_family_order.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.gitlab.md index d84c9ecd..23cf1572 100644 --- a/tests/results/test_namespace_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_namespace_secrets/20_2family_looks_like_dynamic.gitlab.md index 5393db7b..9bf0d70c 100644 --- a/tests/results/test_namespace_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_namespace_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/20_2family_looks_like_variable.gitlab.md index 6e51915f..56cb8522 100644 --- a/tests/results/test_namespace_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_namespace_secrets/20_7help_family.gitlab.md b/tests/results/test_namespace_secrets/20_7help_family.gitlab.md index c938cf53..7818a4f7 100644 --- a/tests/results/test_namespace_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_namespace_secrets/20_7help_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_namespace_secrets/20_9default_information_parent.gitlab.md index 54214b87..130fb755 100644 --- a/tests/results/test_namespace_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace_secrets/20_9default_information_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition.gitlab.md index eb17e72c..fcb3871a 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.gitlab.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.gitlab.md index 4e7aa268..8c36dd68 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_boolean.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.gitlab.md index f2460814..18e5d369 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 0636c3f5..2b57a2b2 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.gitlab.md b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.gitlab.md index 85a07a04..ad196a2c 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_hidden_condition_with_variable.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 254bfb18..892a6f62 100644 --- a/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.gitlab.md index a4ac5fe8..5a8d2973 100644 --- a/tests/results/test_namespace_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.gitlab.md index 77513d2d..ea03d0e8 100644 --- a/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/24_7validators_variable_optional.gitlab.md index 110711e6..c9a709ab 100644 --- a/tests/results/test_namespace_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/24_7validators_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_diff_name.gitlab.md index 4edded9c..5a7a870f 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_diff_name.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.gitlab.md index 7a1e4d8c..951efe61 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.gitlab.md index 3ec8d2d5..6260abf7 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md index 7a181f67..5601ba9f 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_submulti_calculation.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.gitlab.md index c92fe343..22902558 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_leader_follower.gitlab.md index 060094a1..155ae333 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.gitlab.md index 42aca02b..49a94371 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_0leadership_reduce.gitlab.md index 31a43aed..5d9de3fb 100644 --- a/tests/results/test_namespace_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace_secrets/40_0leadership_reduce.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_1leadership_append_follower.gitlab.md index 88e00886..dee2a6d3 100644 --- a/tests/results/test_namespace_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace_secrets/40_1leadership_append_follower.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_2leadership_calculation_index_2.gitlab.md index 5ad06c3f..2e38b63c 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.gitlab.md index 1fe7fd83..ffb5fec5 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.gitlab.md +++ b/tests/results/test_namespace_secrets/40_2leadership_calculation_param_index.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.gitlab.md index 3a1a7317..7dd2a13a 100644 --- a/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/40_2leadership_leader_calculation.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index ecc0ab2d..5b45dea8 100644 --- a/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_namespace_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_8calculation_boolean.gitlab.md index 58a6743d..2fd2afac 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.gitlab.md b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.gitlab.md index 255f0761..e5a29bfc 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.gitlab.md +++ b/tests/results/test_namespace_secrets/40_8calculation_boolean_return_none.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) - - :notebook: a second variable: [+ true +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_8calculation_integer.gitlab.md index fa01ece4..fe13f94e 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace_secrets/40_8calculation_integer.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.gitlab.md index 409caee3..dc2ee9ce 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.gitlab.md index 25b98606..f5500bde 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.gitlab.md index 4e34f6fe..1e731359 100644 --- a/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_namespace_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index face255e..af861c6a 100644 --- a/tests/results/test_namespace_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index ba98907c..430a2447 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 27787c2a..e7cde94e 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index f2b06742..2e14eb73 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 8abfb35e..78e937f9 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e91c9da9..b4b858ff 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cc44ea2c..a8c38ae8 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable.gitlab.md index 65a3cae5..900df4e4 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index 3505c560..950cd91e 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,28 +1,28 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index c4f34f92..36879bba 100644 --- a/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_namespace_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/41_0choice_leader.gitlab.md index 1f9df434..47b922dd 100644 --- a/tests/results/test_namespace_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace_secrets/41_0choice_leader.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_0leadership_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_secrets/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/44_0leadership_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/44_0leadership_leader_hidden.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.gitlab.md index baed115a..566d67b8 100644 --- a/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_namespace_secrets/44_1leadership_append_hidden_follower.gitlab.md @@ -2,8 +2,8 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - - :open_file_folder: [+ a leadership +]: [- [] -] + - :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.gitlab.md b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.gitlab.md index a2af699c..7b5e2fcd 100644 --- a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: true) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower_index.gitlab.md index deae3834..c94e7f8e 100644 --- a/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_namespace_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_4leadership_mandatory.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.gitlab.md index b0b5010d..0e3f57ca 100644 --- a/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index 1798c6d8..164950d9 100644 --- a/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 4acf5f29..23d88b47 100644 --- a/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_namespace_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: yes) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.gitlab.md index b3128493..ece30473 100644 --- a/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.gitlab.md +++ b/tests/results/test_namespace_secrets/44_9calculated_default_leadership_leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.gitlab.md index 25c9986c..b6381c78 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.gitlab.md index 56741d4c..61798b1c 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: Dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: Dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.gitlab.md index 3324f057..0c649ccb 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md index b0678199..10cab53f 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_0_type_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dyn variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dyn variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.gitlab.md index b25adda6..d57efc09 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.gitlab.md index 6835884c..0aeb0d2b 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.gitlab.md index 5cbe2b85..6ba3e9a5 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md index 3ea04d05..9d322e4a 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_integer_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.gitlab.md index 52e68f15..1d7565d1 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_jinja_number.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.gitlab.md index 216054dc..0d314879 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fa2758ee..91335f10 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.gitlab.md index 807f0dd4..e377f81f 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_static.gitlab.md index 81966563..f1cdce30 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_static.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_test.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_test.gitlab.md index 7a355f32..497b06c3 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_test.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.gitlab.md index e1538014..221c10b1 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.gitlab.md index 528720b8..8366d36a 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_optional.gitlab.md index a9597865..0a702637 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.gitlab.md index 19d5baa4..6528840b 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 3e09f4ef..15909e16 100644 --- a/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_namespace_secrets/60_0family_hidden.gitlab.md index 4575d1e0..f783845b 100644 --- a/tests/results/test_namespace_secrets/60_0family_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_hidden.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: Rougail - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_namespace_secrets/60_0family_mode.gitlab.md b/tests/results/test_namespace_secrets/60_0family_mode.gitlab.md index c1fe61d1..df40ada6 100644 --- a/tests/results/test_namespace_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace_secrets/60_0family_mode.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.gitlab.md index 6d49cabf..5b1efe4d 100644 --- a/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 986d9816..d217053c 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 3860b07f..da38c2cb 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index da6ced73..457f4cf0 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index 12f75795..0e15a617 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.gitlab.md index da50bb2b..b046102c 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index 79806e8b..bd8bd966 100644 --- a/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.gitlab.md index 3ea2c7dd..a17f1c24 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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: a second variable: [+ string1 +] ← loaded from rougail-test + - [- 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) + - :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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.gitlab.md index 70f2186f..832d9038 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc2_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 dynamic variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.gitlab.md index 6da16091..b24fdce9 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index 701ae4f0..b19036b2 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index 8aa9fb93..85400d1b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index fa818856..b5d6d80a 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - - :notebook: dynval1: [- {} -] + - :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md index 86a5c6cc..0d3d89f4 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_disabled2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 + - [- 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_empty.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md index 3ffbcbc4..ecdca7b3 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :open_file_folder: Rougail - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test + - [- 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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md index 6832729d..614f2aa2 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_empty_3.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md index 1d515990..28928bd1 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md index f37d739e..e5907dab 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_boolean.gitlab.md @@ -2,17 +2,17 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md index 805a7cf2..56e5fb99 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_hidden_multi.gitlab.md @@ -2,24 +2,24 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - [- 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 -] + - [+ a value +] + - [+ a second value +] - :open_file_folder: dynval2 - :notebook: [+ A dynamic variable +]: - - [- a value -] - - [- a second value -] + - [+ 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index b15bfdfa..4653c375 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index d2f08eb4..7b10d58b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.gitlab.md index 7d88b734..a48f6c6b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 403ac7e1..576afbec 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index d3fcf533..a69eb639 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index 0647a41c..b7deaf2b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index 7fc8129d..3619af7b 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,16 +2,16 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.gitlab.md index 373169ef..9c1b208c 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md index 38591e96..767a8fbc 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_unknown_suffix_empty.gitlab.md @@ -1,33 +1,33 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.gitlab.md index 874063c2..d1063872 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md index 796b68ec..6b3a9c36 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside2_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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) + - :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 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_1_0.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md index 34fb2889..a317a540 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md index f180661f..ce194f2f 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_jinja_empty.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md index 02750ebb..d38c3fbf 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md index 03308863..9668b2c2 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_sub_suffix_empty.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index 5c2cb2a5..1cf48b29 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 72c28478..2b591268 100644 --- a/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.gitlab.md index 72daa035..1f4a8f70 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.gitlab.md index a10fcfd4..e9710619 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_inside_empty.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.gitlab.md index 48eca8aa..97dc6347 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 6ceaf6c5..5921e7e9 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: Rougail - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md index 431d8bba..f618c9ce 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md index 202bb7c3..2b83e962 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_1_0_2.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md index ae7f0aaf..92eb1e62 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty.gitlab.md @@ -1,35 +1,35 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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) + - :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) + - :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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md index b3063cfc..c318ac7a 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_sub_dynamic_empty2.gitlab.md @@ -1,45 +1,45 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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) + - :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) + - :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) + - :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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md index a3701928..5881974e 100644 --- a/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md +++ b/tests/results/test_namespace_secrets/60_6family_dynamic_suffix_auto_multi2.gitlab.md @@ -1,25 +1,25 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - [- 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.gitlab.md b/tests/results/test_namespace_secrets/60_9extra_dynamic.gitlab.md index 637c22cd..02e25398 100644 --- a/tests/results/test_namespace_secrets/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.gitlab.md b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.gitlab.md index fba21f46..f8854db9 100644 --- a/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.gitlab.md +++ b/tests/results/test_namespace_secrets/60_9extra_dynamic_extra.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :open_file_folder: dyn_a - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.gitlab.md index e1d8aa1f..540a6f98 100644 --- a/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_namespace_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_namespace_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_namespace_secrets/68_0family_leadership_mode.gitlab.md index e95c68e2..be1f1708 100644 --- a/tests/results/test_namespace_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_namespace_secrets/68_0family_leadership_mode.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_read_write/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/00_0version_underscore.gitlab.md +++ b/tests/results/test_read_write/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_read_write/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_read_write/00_1empty_variable.gitlab.md +++ b/tests/results/test_read_write/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/00_2default_calculated.gitlab.md b/tests/results/test_read_write/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_read_write/00_2default_calculated.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_read_write/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/00_2default_calculated_params_permissive.gitlab.md index 3afe291a..012cc0b3 100644 --- a/tests/results/test_read_write/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated_params_permissive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a_value) +- :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.gitlab.md b/tests/results/test_read_write/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_read_write/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_read_write/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_read_write/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_read_write/00_4load_subfolder.gitlab.md +++ b/tests/results/test_read_write/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_read_write/00_5load_notype.gitlab.md +++ b/tests/results/test_read_write/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write/00_6boolean.gitlab.md b/tests/results/test_read_write/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_read_write/00_6boolean.gitlab.md +++ b/tests/results/test_read_write/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_read_write/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_read_write/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/00_6choice.gitlab.md b/tests/results/test_read_write/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_read_write/00_6choice.gitlab.md +++ b/tests/results/test_read_write/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write/00_6choice_calculation.gitlab.md +++ b/tests/results/test_read_write/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write/00_6choice_link.gitlab.md b/tests/results/test_read_write/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_read_write/00_6choice_link.gitlab.md +++ b/tests/results/test_read_write/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_read_write/00_6choice_variable.gitlab.md +++ b/tests/results/test_read_write/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_read_write/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_read_write/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_read_write/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_read_write/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write/00_6custom.gitlab.md b/tests/results/test_read_write/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_read_write/00_6custom.gitlab.md +++ b/tests/results/test_read_write/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write/00_6domainname.gitlab.md +++ b/tests/results/test_read_write/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write/00_6domainname_params.gitlab.md +++ b/tests/results/test_read_write/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_read_write/00_6float.gitlab.md +++ b/tests/results/test_read_write/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write/00_6integer.gitlab.md +++ b/tests/results/test_read_write/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_read_write/00_6ip.gitlab.md +++ b/tests/results/test_read_write/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_read_write/00_6network.gitlab.md +++ b/tests/results/test_read_write/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write/00_6number.gitlab.md +++ b/tests/results/test_read_write/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_read_write/00_6port.gitlab.md +++ b/tests/results/test_read_write/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_read_write/00_6regexp.gitlab.md +++ b/tests/results/test_read_write/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_read_write/00_6regexp_link.gitlab.md b/tests/results/test_read_write/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_read_write/00_6regexp_link.gitlab.md +++ b/tests/results/test_read_write/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6secret.gitlab.md index 779b7c15..a8b62a7a 100644 --- a/tests/results/test_read_write/00_6secret.gitlab.md +++ b/tests/results/test_read_write/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6secret_param.gitlab.md index a2451c23..fde07521 100644 --- a/tests/results/test_read_write/00_6secret_param.gitlab.md +++ b/tests/results/test_read_write/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_read_write/00_6string.gitlab.md +++ b/tests/results/test_read_write/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_read_write/00_7choice_quote.gitlab.md +++ b/tests/results/test_read_write/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write/00_7help.gitlab.md b/tests/results/test_read_write/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write/00_7help.gitlab.md +++ b/tests/results/test_read_write/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write/00_7help_quote.gitlab.md +++ b/tests/results/test_read_write/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_read_write/00_7help_sup.gitlab.md +++ b/tests/results/test_read_write/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_read_write/00_7value_doublequote.gitlab.md +++ b/tests/results/test_read_write/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write/00_7value_doublequote2.gitlab.md b/tests/results/test_read_write/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_read_write/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_read_write/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write/00_7value_doublequote3.gitlab.md b/tests/results/test_read_write/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_read_write/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_read_write/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write/00_7value_quote.gitlab.md b/tests/results/test_read_write/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_read_write/00_7value_quote.gitlab.md +++ b/tests/results/test_read_write/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write/00_8calculation_information.gitlab.md b/tests/results/test_read_write/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/00_8calculation_information.gitlab.md +++ b/tests/results/test_read_write/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_read_write/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_read_write/00_8test.gitlab.md +++ b/tests/results/test_read_write/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/00_9choice_variable_multi.gitlab.md b/tests/results/test_read_write/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_read_write/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/00_9choice_variables.gitlab.md b/tests/results/test_read_write/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_read_write/00_9choice_variables.gitlab.md +++ b/tests/results/test_read_write/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_read_write/00_9default_calculation.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_read_write/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_read_write/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_read_write/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_read_write/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_read_write/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_read_write/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_read_write/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_read_write/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write/00_9default_integer.gitlab.md +++ b/tests/results/test_read_write/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write/00_9default_number.gitlab.md b/tests/results/test_read_write/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write/00_9default_number.gitlab.md +++ b/tests/results/test_read_write/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write/01_6boolean_multi.gitlab.md b/tests/results/test_read_write/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_read_write/01_6boolean_multi.gitlab.md +++ b/tests/results/test_read_write/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/01_6custom_multi.gitlab.md b/tests/results/test_read_write/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_read_write/01_6custom_multi.gitlab.md +++ b/tests/results/test_read_write/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_read_write/01_6float_multi.gitlab.md +++ b/tests/results/test_read_write/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_read_write/01_6integer_multi.gitlab.md +++ b/tests/results/test_read_write/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_read_write/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_read_write/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_read_write/01_6string_empty.gitlab.md +++ b/tests/results/test_read_write/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_read_write/01_6string_multi.gitlab.md +++ b/tests/results/test_read_write/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_read_write/01_6string_multi_length.gitlab.md +++ b/tests/results/test_read_write/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_read_write/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_read_write/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_read_write/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_read_write/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_read_write/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_read_write/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_read_write/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_read_write/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_read_write/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_read_write/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_read_write/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write/02_0tags.gitlab.md b/tests/results/test_read_write/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write/02_0tags.gitlab.md +++ b/tests/results/test_read_write/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_read_write/04_0type_param.gitlab.md +++ b/tests/results/test_read_write/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_read_write/04_0type_param_integer.gitlab.md +++ b/tests/results/test_read_write/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_read_write/04_1auto_save.gitlab.md b/tests/results/test_read_write/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_read_write/04_1auto_save.gitlab.md +++ b/tests/results/test_read_write/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_read_write/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_read_write/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_read_write/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_read_write/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_read_write/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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_1default_calculation_hidden.gitlab.md b/tests/results/test_read_write/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_read_write/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_read_write/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/04_1default_calculation_hidden_3.gitlab.md index 0ad88d74..1344e520 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_read_write/04_1default_calculation_hidden_3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) +- :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.gitlab.md b/tests/results/test_read_write/04_1default_calculation_hidden_4.gitlab.md index 82195750..d9a452de 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_read_write/04_1default_calculation_hidden_4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/04_1default_calculation_hidden_5.gitlab.md index 955daf88..fefd8edb 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_read_write/04_1default_calculation_hidden_5.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write/04_1default_calculation_hidden_6.gitlab.md index d787f88e..94af01bb 100644 --- a/tests/results/test_read_write/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_read_write/04_1default_calculation_hidden_6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write/04_5disabled_calculation_boolean.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_optional.gitlab.md index fcb2898f..bf967002 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_optional_default.gitlab.md index 1cb04000..1c4b63d9 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_optional_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable5.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_read_write/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_read_write/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/04_5validators.gitlab.md b/tests/results/test_read_write/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_read_write/04_5validators.gitlab.md +++ b/tests/results/test_read_write/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/04_5validators_differ.gitlab.md b/tests/results/test_read_write/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_read_write/04_5validators_differ.gitlab.md +++ b/tests/results/test_read_write/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_read_write/04_5validators_multi.gitlab.md +++ b/tests/results/test_read_write/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_read_write/04_5validators_multi2.gitlab.md +++ b/tests/results/test_read_write/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_read_write/04_5validators_multi3.gitlab.md +++ b/tests/results/test_read_write/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_read_write/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write/04_5validators_warnings.gitlab.md +++ b/tests/results/test_read_write/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write/04_5validators_warnings_all.gitlab.md b/tests/results/test_read_write/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_read_write/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_read_write/05_0multi_not_uniq.gitlab.md b/tests/results/test_read_write/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_read_write/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write/05_0multi_uniq.gitlab.md +++ b/tests/results/test_read_write/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_read_write/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_read_write/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_read_write/16_0redefine_description.gitlab.md b/tests/results/test_read_write/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_read_write/16_0redefine_description.gitlab.md +++ b/tests/results/test_read_write/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/16_3family_empty_at_ends.gitlab.md b/tests/results/test_read_write/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_read_write/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_read_write/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/16_5exists_nonexists.gitlab.md b/tests/results/test_read_write/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_read_write/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_read_write/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_5redefine_calculation.gitlab.md b/tests/results/test_read_write/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/16_5redefine_choice.gitlab.md b/tests/results/test_read_write/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_read_write/16_5redefine_choice.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_default.gitlab.md b/tests/results/test_read_write/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write/16_5redefine_default.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write/16_5redefine_default_calculation.gitlab.md b/tests/results/test_read_write/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_read_write/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_read_write/16_5redefine_family.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_help.gitlab.md b/tests/results/test_read_write/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_read_write/16_5redefine_help.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/16_5redefine_multi.gitlab.md b/tests/results/test_read_write/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write/16_5redefine_multi.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_read_write/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_read_write/16_5test_redefine.gitlab.md +++ b/tests/results/test_read_write/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_read_write/16_6choice_redefine.gitlab.md +++ b/tests/results/test_read_write/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write/16_6exists_redefine_family.gitlab.md b/tests/results/test_read_write/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_read_write/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_read_write/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/16exists_exists.gitlab.md b/tests/results/test_read_write/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_read_write/16exists_exists.gitlab.md +++ b/tests/results/test_read_write/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/20_0family_append.gitlab.md b/tests/results/test_read_write/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_read_write/20_0family_append.gitlab.md +++ b/tests/results/test_read_write/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_read_write/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write/20_0multi_family.gitlab.md +++ b/tests/results/test_read_write/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/20_0multi_family_basic.gitlab.md b/tests/results/test_read_write/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_read_write/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/20_0multi_family_expert.gitlab.md b/tests/results/test_read_write/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_read_write/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/20_0multi_family_order.gitlab.md b/tests/results/test_read_write/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_read_write/20_0multi_family_order.gitlab.md +++ b/tests/results/test_read_write/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_read_write/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_read_write/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_read_write/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_read_write/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_read_write/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_read_write/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_read_write/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write/20_7help_family.gitlab.md b/tests/results/test_read_write/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_read_write/20_7help_family.gitlab.md +++ b/tests/results/test_read_write/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/20_9default_information_parent.gitlab.md b/tests/results/test_read_write/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_read_write/20_9default_information_parent.gitlab.md +++ b/tests/results/test_read_write/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_read_write/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_read_write/20_9family_absolute.gitlab.md +++ b/tests/results/test_read_write/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_read_write/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md index 98579bca..952bc256 100644 --- a/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_read_write/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) +- :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.gitlab.md b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/24_0family_mandatory_condition.gitlab.md b/tests/results/test_read_write/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_read_write/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_read_write/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_read_write/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_read_write/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_read_write/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_read_write/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write/40_0leadership.gitlab.md +++ b/tests/results/test_read_write/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_read_write/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_read_write/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_read_write/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_read_write/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_read_write/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_read_write/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_read_write/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_read_write/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_read_write/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_read_write/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_read_write/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_read_write/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_read_write/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_read_write/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_read_write/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_read_write/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_read_write/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_read_write/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_read_write/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_read_write/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write/40_8calculation_multi_variable.gitlab.md b/tests/results/test_read_write/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_read_write/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_read_write/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_read_write/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_read_write/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_read_write/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_read_write/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_read_write/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_read_write/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_read_write/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_read_write/41_0choice_leader.gitlab.md +++ b/tests/results/test_read_write/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_read_write/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_read_write/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_read_write/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_read_write/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_read_write/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_read_write/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_read_write/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write/60_0family_dynamic.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_empty.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_read_write/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_read_write/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_read_write/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_read_write/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_source_hidden.gitlab.md index 4587d6d8..260b7a96 100644 --- a/tests/results/test_read_write/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_source_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_static.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_read_write/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_test.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_read_write/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_read_write/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_read_write/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_read_write/60_0family_mode.gitlab.md +++ b/tests/results/test_read_write/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_read_write/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_read_write/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_read_write/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_read_write/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_read_write/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_read_write/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.gitlab.md index a4106dbf..a6f0137a 100644 --- a/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_variable_outside_suffix.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_read_write/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_read_write/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_read_write/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_read_write/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_read_write/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_read_write/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_read_write/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write/68_0family_leadership_mode.gitlab.md b/tests/results/test_read_write/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_read_write/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_read_write/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_read_write_errors/00_0version_underscore.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/00_0version_underscore.gitlab.md +++ b/tests/results/test_read_write_errors/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_1empty_variable.gitlab.md b/tests/results/test_read_write_errors/00_1empty_variable.gitlab.md index fd2b0bd8..2b87abb6 100644 --- a/tests/results/test_read_write_errors/00_1empty_variable.gitlab.md +++ b/tests/results/test_read_write_errors/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: empty: [- null -] +- :notebook: empty: [+ null +] diff --git a/tests/results/test_read_write_errors/00_2default_calculated.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated.gitlab.md index 55da2b15..2aa13ffa 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] +- :notebook: a first variable: [+ no +] - :notebook: a second variable: - - [- no -] + - [+ no +] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_multi.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated_multi.gitlab.md index 910b9dca..a96bc955 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated_multi.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a first variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] - :notebook: a second variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.gitlab.md index 4fb0ce3d..0e60555d 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated_params_permissive.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a second variable: [- a_value -] +- :notebook: a second variable: [+ a_value +] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated_variable.gitlab.md index 817eba1c..7ba1a41b 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- [] -] -- :notebook: a second variable: [- [] -] +- :notebook: a first variable: [+ [] +] +- :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/00_2default_calculated_variable_description.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated_variable_description.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated_variable_description_multi_line.gitlab.md index 896bc51f..8742f587 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] -- :notebook: a new variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.gitlab.md index 817eba1c..7ba1a41b 100644 --- a/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_read_write_errors/00_2default_calculated_variable_transitive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- [] -] -- :notebook: a second variable: [- [] -] +- :notebook: a first variable: [+ [] +] +- :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/00_4load_subfolder.gitlab.md b/tests/results/test_read_write_errors/00_4load_subfolder.gitlab.md index 4b8a2b82..b05dfbca 100644 --- a/tests/results/test_read_write_errors/00_4load_subfolder.gitlab.md +++ b/tests/results/test_read_write_errors/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_5load_notype.gitlab.md b/tests/results/test_read_write_errors/00_5load_notype.gitlab.md index 96bdc16f..6256aa24 100644 --- a/tests/results/test_read_write_errors/00_5load_notype.gitlab.md +++ b/tests/results/test_read_write_errors/00_5load_notype.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- non -] +- :notebook: a variable: [+ non +] diff --git a/tests/results/test_read_write_errors/00_6boolean.gitlab.md b/tests/results/test_read_write_errors/00_6boolean.gitlab.md index acf93c30..5c510c1d 100644 --- a/tests/results/test_read_write_errors/00_6boolean.gitlab.md +++ b/tests/results/test_read_write_errors/00_6boolean.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_read_write_errors/00_6boolean_no_mandatory.gitlab.md index ad73d979..f822cc0f 100644 --- a/tests/results/test_read_write_errors/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_errors/00_6boolean_no_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- true -] +- :notebook: a variable: [+ true +] diff --git a/tests/results/test_read_write_errors/00_6choice.gitlab.md b/tests/results/test_read_write_errors/00_6choice.gitlab.md index e7fea5d8..0155bc05 100644 --- a/tests/results/test_read_write_errors/00_6choice.gitlab.md +++ b/tests/results/test_read_write_errors/00_6choice.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6choice_calculation.gitlab.md index 96a1ec7b..7bb905e8 100644 --- a/tests/results/test_read_write_errors/00_6choice_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/00_6choice_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- 9 -] +- :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_read_write_errors/00_6choice_link.gitlab.md b/tests/results/test_read_write_errors/00_6choice_link.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_errors/00_6choice_link.gitlab.md +++ b/tests/results/test_read_write_errors/00_6choice_link.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_6choice_variable.gitlab.md b/tests/results/test_read_write_errors/00_6choice_variable.gitlab.md index 6881fbe5..3c57328e 100644 --- a/tests/results/test_read_write_errors/00_6choice_variable.gitlab.md +++ b/tests/results/test_read_write_errors/00_6choice_variable.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] +- :notebook: a first variable: [+ a +] diff --git a/tests/results/test_read_write_errors/00_6choice_variable_link.gitlab.md b/tests/results/test_read_write_errors/00_6choice_variable_link.gitlab.md index c33eca3d..b7d25d7d 100644 --- a/tests/results/test_read_write_errors/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_read_write_errors/00_6choice_variable_link.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a first variable: [- a -] -- :notebook: a third variable: [- a -] + - [+ 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.gitlab.md b/tests/results/test_read_write_errors/00_6choice_variable_link2.gitlab.md index 2071065f..873fc296 100644 --- a/tests/results/test_read_write_errors/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_read_write_errors/00_6choice_variable_link2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] +- :notebook: a first variable: [+ a +] - :open_file_folder: family - - :notebook: a third variable: [- a -] + - :notebook: a third variable: [+ a +] diff --git a/tests/results/test_read_write_errors/00_6custom.gitlab.md b/tests/results/test_read_write_errors/00_6custom.gitlab.md index 551fabf5..e7589cbf 100644 --- a/tests/results/test_read_write_errors/00_6custom.gitlab.md +++ b/tests/results/test_read_write_errors/00_6custom.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the seconf variable: [- value -] +- :notebook: the first variable: [+ null +] +- :notebook: the seconf variable: [+ value +] diff --git a/tests/results/test_read_write_errors/00_6domainname.gitlab.md b/tests/results/test_read_write_errors/00_6domainname.gitlab.md index 678901ce..8e91605c 100644 --- a/tests/results/test_read_write_errors/00_6domainname.gitlab.md +++ b/tests/results/test_read_write_errors/00_6domainname.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a domain name variable: [- my.domain.name -] +- :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_read_write_errors/00_6domainname_params.gitlab.md b/tests/results/test_read_write_errors/00_6domainname_params.gitlab.md index 678901ce..8e91605c 100644 --- a/tests/results/test_read_write_errors/00_6domainname_params.gitlab.md +++ b/tests/results/test_read_write_errors/00_6domainname_params.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a domain name variable: [- my.domain.name -] +- :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_read_write_errors/00_6float.gitlab.md b/tests/results/test_read_write_errors/00_6float.gitlab.md index cf0278ac..65fa6eff 100644 --- a/tests/results/test_read_write_errors/00_6float.gitlab.md +++ b/tests/results/test_read_write_errors/00_6float.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_read_write_errors/00_6integer.gitlab.md index a6f19431..1a626f8b 100644 --- a/tests/results/test_read_write_errors/00_6integer.gitlab.md +++ b/tests/results/test_read_write_errors/00_6integer.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6ip.gitlab.md index 2413139d..45283fed 100644 --- a/tests/results/test_read_write_errors/00_6ip.gitlab.md +++ b/tests/results/test_read_write_errors/00_6ip.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6network.gitlab.md index e54e981c..743f1fd4 100644 --- a/tests/results/test_read_write_errors/00_6network.gitlab.md +++ b/tests/results/test_read_write_errors/00_6network.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6number.gitlab.md index a6f19431..1a626f8b 100644 --- a/tests/results/test_read_write_errors/00_6number.gitlab.md +++ b/tests/results/test_read_write_errors/00_6number.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6port.gitlab.md index de9998c6..4b4ce60e 100644 --- a/tests/results/test_read_write_errors/00_6port.gitlab.md +++ b/tests/results/test_read_write_errors/00_6port.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6regexp.gitlab.md index 4df05b9c..21c3e3b8 100644 --- a/tests/results/test_read_write_errors/00_6regexp.gitlab.md +++ b/tests/results/test_read_write_errors/00_6regexp.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- #a1a1a1 -] +- :notebook: a first variable: [+ #a1a1a1 +] diff --git a/tests/results/test_read_write_errors/00_6regexp_link.gitlab.md b/tests/results/test_read_write_errors/00_6regexp_link.gitlab.md index dcba261b..7543663c 100644 --- a/tests/results/test_read_write_errors/00_6regexp_link.gitlab.md +++ b/tests/results/test_read_write_errors/00_6regexp_link.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- #a1a1a1 -] -- :notebook: a second variable: [- #a1a1a1 -] +- :notebook: a first variable: [+ #a1a1a1 +] +- :notebook: a second variable: [+ #a1a1a1 +] diff --git a/tests/results/test_read_write_errors/00_6secret.gitlab.md b/tests/results/test_read_write_errors/00_6secret.gitlab.md index c977e946..7a1e7370 100644 --- a/tests/results/test_read_write_errors/00_6secret.gitlab.md +++ b/tests/results/test_read_write_errors/00_6secret.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- value -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ value +] diff --git a/tests/results/test_read_write_errors/00_6secret_param.gitlab.md b/tests/results/test_read_write_errors/00_6secret_param.gitlab.md index 5a400085..11bf94f3 100644 --- a/tests/results/test_read_write_errors/00_6secret_param.gitlab.md +++ b/tests/results/test_read_write_errors/00_6secret_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- value -] -- :notebook: the third variable: [- value -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_6string.gitlab.md index 50903d3b..2539da3c 100644 --- a/tests/results/test_read_write_errors/00_6string.gitlab.md +++ b/tests/results/test_read_write_errors/00_6string.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_7choice_quote.gitlab.md index 6412e268..bee0fe78 100644 --- a/tests/results/test_read_write_errors/00_7choice_quote.gitlab.md +++ b/tests/results/test_read_write_errors/00_7choice_quote.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A choice: [- quote' -] +- :notebook: A choice: [+ quote' +] diff --git a/tests/results/test_read_write_errors/00_7help.gitlab.md b/tests/results/test_read_write_errors/00_7help.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_errors/00_7help.gitlab.md +++ b/tests/results/test_read_write_errors/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_7help_quote.gitlab.md b/tests/results/test_read_write_errors/00_7help_quote.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_errors/00_7help_quote.gitlab.md +++ b/tests/results/test_read_write_errors/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_7help_sup.gitlab.md b/tests/results/test_read_write_errors/00_7help_sup.gitlab.md index 485fa902..80907106 100644 --- a/tests/results/test_read_write_errors/00_7help_sup.gitlab.md +++ b/tests/results/test_read_write_errors/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first : [- null -] -- :notebook: the second : [- null -] +- :notebook: the first : [+ null +] +- :notebook: the second : [+ null +] diff --git a/tests/results/test_read_write_errors/00_7value_doublequote.gitlab.md b/tests/results/test_read_write_errors/00_7value_doublequote.gitlab.md index dbcc86ca..d37fbc1e 100644 --- a/tests/results/test_read_write_errors/00_7value_doublequote.gitlab.md +++ b/tests/results/test_read_write_errors/00_7value_doublequote.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote" -] +- :notebook: a variable: [+ quote" +] diff --git a/tests/results/test_read_write_errors/00_7value_doublequote2.gitlab.md b/tests/results/test_read_write_errors/00_7value_doublequote2.gitlab.md index ea568a74..5358ade0 100644 --- a/tests/results/test_read_write_errors/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_read_write_errors/00_7value_doublequote2.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote'" -] +- :notebook: a variable: [+ quote'" +] diff --git a/tests/results/test_read_write_errors/00_7value_doublequote3.gitlab.md b/tests/results/test_read_write_errors/00_7value_doublequote3.gitlab.md index 031eaba2..1fea646b 100644 --- a/tests/results/test_read_write_errors/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_read_write_errors/00_7value_doublequote3.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote\"\' -] +- :notebook: a variable: [+ quote\"\' +] diff --git a/tests/results/test_read_write_errors/00_7value_quote.gitlab.md b/tests/results/test_read_write_errors/00_7value_quote.gitlab.md index c1f068e4..a675f3ef 100644 --- a/tests/results/test_read_write_errors/00_7value_quote.gitlab.md +++ b/tests/results/test_read_write_errors/00_7value_quote.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote' -] +- :notebook: a variable: [+ quote' +] diff --git a/tests/results/test_read_write_errors/00_8calculation_information.gitlab.md b/tests/results/test_read_write_errors/00_8calculation_information.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/00_8calculation_information.gitlab.md +++ b/tests/results/test_read_write_errors/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_8test.gitlab.md b/tests/results/test_read_write_errors/00_8test.gitlab.md index 1baaa150..70cf3436 100644 --- a/tests/results/test_read_write_errors/00_8test.gitlab.md +++ b/tests/results/test_read_write_errors/00_8test.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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: [- [] -] +- :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_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_errors/00_9choice_variable_multi.gitlab.md index 817eba1c..7ba1a41b 100644 --- a/tests/results/test_read_write_errors/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_errors/00_9choice_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- [] -] -- :notebook: a second variable: [- [] -] +- :notebook: a first variable: [+ [] +] +- :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/00_9choice_variables.gitlab.md b/tests/results/test_read_write_errors/00_9choice_variables.gitlab.md index d637fe8f..02f76647 100644 --- a/tests/results/test_read_write_errors/00_9choice_variables.gitlab.md +++ b/tests/results/test_read_write_errors/00_9choice_variables.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first source variable: [- val1 -] -- :notebook: the second source variable: [- val2 -] -- :notebook: a variable: [- val1 -] +- :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.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation.gitlab.md index 4e1c9404..36296569 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- string_1_True_ -] +- :notebook: a variable: [+ string_1_True_ +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_information.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_information.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :notebook: a first variable: [+ null +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.gitlab.md index a6c70373..4a784a09 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_variable: [- val1 -] +- :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md index a6c70373..4a784a09 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_variable: [- val1 -] +- :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md index 8ac2fbc5..33b64ab2 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_variable: [- val1 -] +- :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- value -] + - [+ val1 +] + - [+ value +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_optional.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_optional.gitlab.md index 09957600..318734c6 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_optional.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_calculated_variable: [- [] -] +- :notebook: my_calculated_variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.gitlab.md index f2c11cbf..f41b43b7 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_optional_exists.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: my_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_read_write_errors/00_9default_calculation_param_optional.gitlab.md b/tests/results/test_read_write_errors/00_9default_calculation_param_optional.gitlab.md index 37b6e271..27719bb6 100644 --- a/tests/results/test_read_write_errors/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_calculation_param_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [- no -] +- :notebook: a first variable: [+ no +] +- :notebook: a second variable: [+ no +] diff --git a/tests/results/test_read_write_errors/00_9default_information_other_variable.gitlab.md b/tests/results/test_read_write_errors/00_9default_information_other_variable.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_errors/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :notebook: a first variable: [+ null +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_9default_information_other_variable2.gitlab.md b/tests/results/test_read_write_errors/00_9default_information_other_variable2.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_errors/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :notebook: a first variable: [+ null +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/00_9default_integer.gitlab.md b/tests/results/test_read_write_errors/00_9default_integer.gitlab.md index 96a1ec7b..7bb905e8 100644 --- a/tests/results/test_read_write_errors/00_9default_integer.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_integer.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- 9 -] +- :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_read_write_errors/00_9default_number.gitlab.md b/tests/results/test_read_write_errors/00_9default_number.gitlab.md index 96a1ec7b..7bb905e8 100644 --- a/tests/results/test_read_write_errors/00_9default_number.gitlab.md +++ b/tests/results/test_read_write_errors/00_9default_number.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- 9 -] +- :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_read_write_errors/01_6boolean_multi.gitlab.md b/tests/results/test_read_write_errors/01_6boolean_multi.gitlab.md index 1b5ddbaf..b9a85dfa 100644 --- a/tests/results/test_read_write_errors/01_6boolean_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_6boolean_multi.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the first variable: - - [- true -] + - [+ true +] - :notebook: the second variable: - - [- true -] + - [+ true +] - :notebook: the third variable: - - [- true -] + - [+ true +] - :notebook: the forth variable: - - [- false -] + - [+ false +] - :notebook: the fifth variable: - - [- false -] + - [+ false +] - :notebook: the sixth variable: - - [- false -] + - [+ false +] - :notebook: the seventh variable: - - [- true -] + - [+ true +] - :notebook: the eighth variable: - - [- true -] + - [+ true +] diff --git a/tests/results/test_read_write_errors/01_6custom_multi.gitlab.md b/tests/results/test_read_write_errors/01_6custom_multi.gitlab.md index fe278187..84bcb09f 100644 --- a/tests/results/test_read_write_errors/01_6custom_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_6custom_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first custom variable: [- [] -] +- :notebook: a first custom variable: [+ [] +] - :notebook: a second custom variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_read_write_errors/01_6float_multi.gitlab.md b/tests/results/test_read_write_errors/01_6float_multi.gitlab.md index cdd7d5f7..4af1fa8e 100644 --- a/tests/results/test_read_write_errors/01_6float_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_6float_multi.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the first variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the second variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the third variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the forth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the fifth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the sixth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the seventh variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the eighth variable: - - [- 0.0 -] + - [+ 0.0 +] diff --git a/tests/results/test_read_write_errors/01_6integer_multi.gitlab.md b/tests/results/test_read_write_errors/01_6integer_multi.gitlab.md index 5520b354..c3de2a7e 100644 --- a/tests/results/test_read_write_errors/01_6integer_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_6integer_multi.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - [+ 10 +] - :notebook: the fifth variable: - - [- 10 -] + - [+ 10 +] - :notebook: the sixth variable: - - [- 10 -] + - [+ 10 +] - :notebook: the seventh variable: - - [- 0 -] + - [+ 0 +] - :notebook: the eighth variable: - - [- 0 -] + - [+ 0 +] diff --git a/tests/results/test_read_write_errors/01_6integer_multi_mandatory.gitlab.md b/tests/results/test_read_write_errors/01_6integer_multi_mandatory.gitlab.md index 562a9476..3068ce9e 100644 --- a/tests/results/test_read_write_errors/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_read_write_errors/01_6integer_multi_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- [] -] +- :notebook: the first variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/01_6string_empty.gitlab.md b/tests/results/test_read_write_errors/01_6string_empty.gitlab.md index c0d04605..18a7f2e5 100644 --- a/tests/results/test_read_write_errors/01_6string_empty.gitlab.md +++ b/tests/results/test_read_write_errors/01_6string_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the second variable: - - [- value -] - - [- null -] + - [+ value +] + - [+ null +] diff --git a/tests/results/test_read_write_errors/01_6string_multi.gitlab.md b/tests/results/test_read_write_errors/01_6string_multi.gitlab.md index f153d85e..7a959919 100644 --- a/tests/results/test_read_write_errors/01_6string_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_6string_multi.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- [] -] -- :notebook: the second variable: [- [] -] -- :notebook: the third variable: [- [] -] +- :notebook: the first variable: [+ [] +] +- :notebook: the second variable: [+ [] +] +- :notebook: the third variable: [+ [] +] - :notebook: the forth variable: - - [- value -] + - [+ value +] - :notebook: the fifth variable: - - [- value -] + - [+ value +] - :notebook: the sixth variable: - - [- value -] + - [+ value +] - :notebook: the seventh variable: - - [- value -] + - [+ value +] - :notebook: the eighth variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_read_write_errors/01_6string_multi_length.gitlab.md b/tests/results/test_read_write_errors/01_6string_multi_length.gitlab.md index 20e34d9c..ac77ae2b 100644 --- a/tests/results/test_read_write_errors/01_6string_multi_length.gitlab.md +++ b/tests/results/test_read_write_errors/01_6string_multi_length.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the variable: - - [- val1 -] - - [- val2 -] - - [- val3 -] + - [+ val1 +] + - [+ val2 +] + - [+ val3 +] - :notebook: the variable: - - [- val4 -] - - [- val5 -] + - [+ val4 +] + - [+ val5 +] diff --git a/tests/results/test_read_write_errors/01_7value_multi_doublequote.gitlab.md b/tests/results/test_read_write_errors/01_7value_multi_doublequote.gitlab.md index 0b34f11e..a3f70cd6 100644 --- a/tests/results/test_read_write_errors/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_read_write_errors/01_7value_multi_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- quote" -] + - [+ quote" +] diff --git a/tests/results/test_read_write_errors/01_7value_multi_doublequote2.gitlab.md b/tests/results/test_read_write_errors/01_7value_multi_doublequote2.gitlab.md index c7320ff3..2f62e40c 100644 --- a/tests/results/test_read_write_errors/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_read_write_errors/01_7value_multi_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- quote'" -] + - [+ quote'" +] diff --git a/tests/results/test_read_write_errors/01_7value_multi_quote.gitlab.md b/tests/results/test_read_write_errors/01_7value_multi_quote.gitlab.md index 2d0fe5de..2de1505e 100644 --- a/tests/results/test_read_write_errors/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_read_write_errors/01_7value_multi_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- quote' -] + - [+ quote' +] diff --git a/tests/results/test_read_write_errors/01_8calculation_information_multi.gitlab.md b/tests/results/test_read_write_errors/01_8calculation_information_multi.gitlab.md index 2c916332..dc55fbbf 100644 --- a/tests/results/test_read_write_errors/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_8calculation_information_multi.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- [] -] +- :notebook: a variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/01_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_errors/01_9choice_variable_multi.gitlab.md index fa647987..844514e3 100644 --- a/tests/results/test_read_write_errors/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_errors/01_9choice_variable_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a first variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a second variable: [- null -] + - [+ a +] + - [+ b +] + - [+ c +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/01_9choice_variable_optional.gitlab.md b/tests/results/test_read_write_errors/01_9choice_variable_optional.gitlab.md index 9f3312cd..aa75a862 100644 --- a/tests/results/test_read_write_errors/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_read_write_errors/01_9choice_variable_optional.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- c -] +- :notebook: a variable: [+ c +] diff --git a/tests/results/test_read_write_errors/02_0tags.gitlab.md b/tests/results/test_read_write_errors/02_0tags.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_errors/02_0tags.gitlab.md +++ b/tests/results/test_read_write_errors/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_0type_param.gitlab.md b/tests/results/test_read_write_errors/04_0type_param.gitlab.md index f5c8dcbc..9b1faf72 100644 --- a/tests/results/test_read_write_errors/04_0type_param.gitlab.md +++ b/tests/results/test_read_write_errors/04_0type_param.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A limited number: [- 10 -] +- :notebook: A limited number: [+ 10 +] diff --git a/tests/results/test_read_write_errors/04_0type_param_integer.gitlab.md b/tests/results/test_read_write_errors/04_0type_param_integer.gitlab.md index ed9c3171..ae9d7966 100644 --- a/tests/results/test_read_write_errors/04_0type_param_integer.gitlab.md +++ b/tests/results/test_read_write_errors/04_0type_param_integer.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A limited integer: [- 10 -] +- :notebook: A limited integer: [+ 10 +] diff --git a/tests/results/test_read_write_errors/04_1auto_save.gitlab.md b/tests/results/test_read_write_errors/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_read_write_errors/04_1auto_save.gitlab.md +++ b/tests/results/test_read_write_errors/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_read_write_errors/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_read_write_errors/04_1auto_save_and_calculated.gitlab.md index 69370869..68943268 100644 --- a/tests/results/test_read_write_errors/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_read_write_errors/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [+ no +] +- :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.gitlab.md b/tests/results/test_read_write_errors/04_1auto_save_and_calculated_hidden.gitlab.md index 26286a14..ed5e1456 100644 --- a/tests/results/test_read_write_errors/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_read_write_errors/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [+ yes +] +- :notebook: a first variable: [+ no +] +- :notebook: a second variable: [- yes -] diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden.gitlab.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden.gitlab.md index fc3588d3..d1919ff1 100644 --- a/tests/results/test_read_write_errors/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] -- :notebook: a third variable: [- value -] +- :notebook: a first variable: [+ value +] +- :notebook: a third variable: [+ value +] diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.gitlab.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.gitlab.md index fc3588d3..d1919ff1 100644 --- a/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] -- :notebook: a third variable: [- value -] +- :notebook: a first variable: [+ value +] +- :notebook: a third variable: [+ value +] diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.gitlab.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.gitlab.md index 9c7fade8..9a50e9ce 100644 --- a/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_3.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a third variable: [- value -] +- :notebook: a third variable: [+ value +] diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.gitlab.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.gitlab.md index f47efc1a..464dfc96 100644 --- a/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a second variable: [- null -] -- :notebook: a third variable: [- value -] +- :notebook: a second variable: [+ null +] +- :notebook: a third variable: [+ value +] diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.gitlab.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.gitlab.md index 77ddcfa4..7ee231bc 100644 --- a/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] +- :notebook: a first variable: [+ value +] diff --git a/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.gitlab.md b/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.gitlab.md index 5301ef0e..0d292eae 100644 --- a/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_read_write_errors/04_1default_calculation_hidden_6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] -- :notebook: a third variable: [- null -] +- :notebook: a first variable: [+ value +] +- :notebook: a third variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.gitlab.md index cf82ab66..27f4e954 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_boolean.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a conditional variable: [- no -] -- :notebook: a first variable: [- null -] +- :notebook: a conditional variable: [+ no +] +- :notebook: a first variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_optional.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_optional.gitlab.md index d5851491..bcd494f2 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_optional.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] +- :notebook: a condition: [+ no +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md index ed0f7eb4..40885a47 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] -- :notebook: a forth variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable.gitlab.md index 11508d86..75edb655 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ false +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.gitlab.md index 93f0eca8..d1e79ac3 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable10.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- true -] +- :notebook: a condition: [+ true +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.gitlab.md index 93f0eca8..d1e79ac3 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable2.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- true -] +- :notebook: a condition: [+ true +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.gitlab.md index d17ca615..338f2c88 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable3.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- yes -] +- :notebook: a condition: [+ yes +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.gitlab.md index 68f6d7b6..9f493af2 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- yes -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ yes +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.gitlab.md index 11508d86..75edb655 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ false +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md index b88f5ac0..4e9bd15b 100644 --- a/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_read_write_errors/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a variable: [- [] -] +- :notebook: a condition: [+ false +] +- :notebook: a variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/04_5validators.gitlab.md b/tests/results/test_read_write_errors/04_5validators.gitlab.md index d0820056..73a445d6 100644 --- a/tests/results/test_read_write_errors/04_5validators.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: An integer: [- null -] +- :notebook: An integer: [+ null +] diff --git a/tests/results/test_read_write_errors/04_5validators_differ.gitlab.md b/tests/results/test_read_write_errors/04_5validators_differ.gitlab.md index 9045b80f..1c75c67d 100644 --- a/tests/results/test_read_write_errors/04_5validators_differ.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators_differ.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- oui -] -- :notebook: A second variable: [- no -] +- :notebook: a first variable: [+ oui +] +- :notebook: A second variable: [+ no +] diff --git a/tests/results/test_read_write_errors/04_5validators_multi.gitlab.md b/tests/results/test_read_write_errors/04_5validators_multi.gitlab.md index fdce67a7..38425fa0 100644 --- a/tests/results/test_read_write_errors/04_5validators_multi.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_read_write_errors/04_5validators_multi2.gitlab.md b/tests/results/test_read_write_errors/04_5validators_multi2.gitlab.md index fdce67a7..38425fa0 100644 --- a/tests/results/test_read_write_errors/04_5validators_multi2.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators_multi2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_read_write_errors/04_5validators_multi3.gitlab.md b/tests/results/test_read_write_errors/04_5validators_multi3.gitlab.md index 8b6f0928..0073896d 100644 --- a/tests/results/test_read_write_errors/04_5validators_multi3.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators_multi3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- 0 -] - - [- 1 -] - - [- 2 -] + - [+ 0 +] + - [+ 1 +] + - [+ 2 +] diff --git a/tests/results/test_read_write_errors/04_5validators_warnings.gitlab.md b/tests/results/test_read_write_errors/04_5validators_warnings.gitlab.md index bc721dc0..c2ebac8a 100644 --- a/tests/results/test_read_write_errors/04_5validators_warnings.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators_warnings.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: An integer: [- 1000 -] +- :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_read_write_errors/04_5validators_warnings_all.gitlab.md b/tests/results/test_read_write_errors/04_5validators_warnings_all.gitlab.md index bc721dc0..c2ebac8a 100644 --- a/tests/results/test_read_write_errors/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_read_write_errors/04_5validators_warnings_all.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: An integer: [- 1000 -] +- :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_read_write_errors/05_0multi_not_uniq.gitlab.md b/tests/results/test_read_write_errors/05_0multi_not_uniq.gitlab.md index 15d20deb..1b522283 100644 --- a/tests/results/test_read_write_errors/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_read_write_errors/05_0multi_not_uniq.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_read_write_errors/05_0multi_uniq.gitlab.md b/tests/results/test_read_write_errors/05_0multi_uniq.gitlab.md index 15d20deb..1b522283 100644 --- a/tests/results/test_read_write_errors/05_0multi_uniq.gitlab.md +++ b/tests/results/test_read_write_errors/05_0multi_uniq.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_read_write_errors/12_1auto_save_expert.gitlab.md b/tests/results/test_read_write_errors/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_read_write_errors/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_read_write_errors/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_read_write_errors/16_0redefine_description.gitlab.md b/tests/results/test_read_write_errors/16_0redefine_description.gitlab.md index 53759d6c..3d4b0456 100644 --- a/tests/results/test_read_write_errors/16_0redefine_description.gitlab.md +++ b/tests/results/test_read_write_errors/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: Redefined: [- null -] +- :notebook: Redefined: [+ null +] diff --git a/tests/results/test_read_write_errors/16_3family_empty_at_ends.gitlab.md b/tests/results/test_read_write_errors/16_3family_empty_at_ends.gitlab.md index c8480962..9fedd84d 100644 --- a/tests/results/test_read_write_errors/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_read_write_errors/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: family - - :notebook: var1: [- null -] + - :notebook: var1: [+ null +] diff --git a/tests/results/test_read_write_errors/16_5exists_nonexists.gitlab.md b/tests/results/test_read_write_errors/16_5exists_nonexists.gitlab.md index 6ed65b51..60dbe056 100644 --- a/tests/results/test_read_write_errors/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_read_write_errors/16_5exists_nonexists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- no -] -- :notebook: a new variable: [- yes -] +- :notebook: a variable: [+ no +] +- :notebook: a new variable: [+ yes +] diff --git a/tests/results/test_read_write_errors/16_5redefine_calculation.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_calculation.gitlab.md index 2f21ea69..a7df63d1 100644 --- a/tests/results/test_read_write_errors/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- yes -] +- :notebook: a variable: [+ yes +] diff --git a/tests/results/test_read_write_errors/16_5redefine_choice.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_choice.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/16_5redefine_choice.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/16_5redefine_default.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_default.gitlab.md index 2f21ea69..a7df63d1 100644 --- a/tests/results/test_read_write_errors/16_5redefine_default.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_default.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- yes -] +- :notebook: a variable: [+ yes +] diff --git a/tests/results/test_read_write_errors/16_5redefine_default_calculation.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_default_calculation.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_errors/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/16_5redefine_family.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_family.gitlab.md index b352402d..d63c6f3b 100644 --- a/tests/results/test_read_write_errors/16_5redefine_family.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/16_5redefine_help.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_help.gitlab.md index 911f0ede..1172f917 100644 --- a/tests/results/test_read_write_errors/16_5redefine_help.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - - :notebook: redefine help: [- null -] + - :notebook: redefine help: [+ null +] diff --git a/tests/results/test_read_write_errors/16_5redefine_multi.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_multi.gitlab.md index 15d20deb..1b522283 100644 --- a/tests/results/test_read_write_errors/16_5redefine_multi.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md b/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md index f139d52e..702972e2 100644 --- a/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ no +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/16_5test_redefine.gitlab.md b/tests/results/test_read_write_errors/16_5test_redefine.gitlab.md index c4bd3ac2..0ccf6fd7 100644 --- a/tests/results/test_read_write_errors/16_5test_redefine.gitlab.md +++ b/tests/results/test_read_write_errors/16_5test_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [- non -] -- :notebook: a third variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_errors/16_6choice_redefine.gitlab.md index 8b5c827e..a2659921 100644 --- a/tests/results/test_read_write_errors/16_6choice_redefine.gitlab.md +++ b/tests/results/test_read_write_errors/16_6choice_redefine.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A choice: [- c -] +- :notebook: A choice: [+ c +] diff --git a/tests/results/test_read_write_errors/16_6exists_redefine_family.gitlab.md b/tests/results/test_read_write_errors/16_6exists_redefine_family.gitlab.md index 13da6221..6d106e2c 100644 --- a/tests/results/test_read_write_errors/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_read_write_errors/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a second family - - :notebook: a second variable: [- null -] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/16exists_exists.gitlab.md b/tests/results/test_read_write_errors/16exists_exists.gitlab.md index 7ebf626b..83abb185 100644 --- a/tests/results/test_read_write_errors/16exists_exists.gitlab.md +++ b/tests/results/test_read_write_errors/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: Description: [- null -] +- :notebook: Description: [+ null +] diff --git a/tests/results/test_read_write_errors/20_0family_append.gitlab.md b/tests/results/test_read_write_errors/20_0family_append.gitlab.md index 9cd6cb10..659b5f58 100644 --- a/tests/results/test_read_write_errors/20_0family_append.gitlab.md +++ b/tests/results/test_read_write_errors/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A family - - :notebook: The first variable: [- null -] - - :notebook: The second variable: [- null -] + - :notebook: The first variable: [+ null +] + - :notebook: The second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/20_0multi_family.gitlab.md b/tests/results/test_read_write_errors/20_0multi_family.gitlab.md index 05bc5a5c..147ba32f 100644 --- a/tests/results/test_read_write_errors/20_0multi_family.gitlab.md +++ b/tests/results/test_read_write_errors/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/20_0multi_family_basic.gitlab.md b/tests/results/test_read_write_errors/20_0multi_family_basic.gitlab.md index 05bc5a5c..147ba32f 100644 --- a/tests/results/test_read_write_errors/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_read_write_errors/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/20_0multi_family_expert.gitlab.md b/tests/results/test_read_write_errors/20_0multi_family_expert.gitlab.md index 05bc5a5c..147ba32f 100644 --- a/tests/results/test_read_write_errors/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_read_write_errors/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/20_0multi_family_order.gitlab.md b/tests/results/test_read_write_errors/20_0multi_family_order.gitlab.md index 830130f7..d395ff58 100644 --- a/tests/results/test_read_write_errors/20_0multi_family_order.gitlab.md +++ b/tests/results/test_read_write_errors/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a first variable: [- null -] + - :notebook: a first variable: [+ null +] - :open_file_folder: a sub family - - :notebook: a variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/20_0validators_differ_redefine.gitlab.md b/tests/results/test_read_write_errors/20_0validators_differ_redefine.gitlab.md index 00ab0ffc..4c545a45 100644 --- a/tests/results/test_read_write_errors/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_read_write_errors/20_0validators_differ_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [- no -] -- :notebook: a third variable: [- yes -] +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_read_write_errors/20_2family_looks_like_dynamic.gitlab.md index bd07f99f..40cc7eff 100644 --- a/tests/results/test_read_write_errors/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_read_write_errors/20_2family_looks_like_dynamic.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: my_family - :notebook: dynamic: - - [- val1 -] - - [- val2 -] - - :notebook: a variable: [- true -] + - [+ val1 +] + - [+ val2 +] + - :notebook: a variable: [+ true +] diff --git a/tests/results/test_read_write_errors/20_2family_looks_like_variable.gitlab.md b/tests/results/test_read_write_errors/20_2family_looks_like_variable.gitlab.md index abf1774b..9a465c3a 100644 --- a/tests/results/test_read_write_errors/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_read_write_errors/20_2family_looks_like_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: my_family - - :notebook: default: [- true -] + - :notebook: default: [+ true +] diff --git a/tests/results/test_read_write_errors/20_7help_family.gitlab.md b/tests/results/test_read_write_errors/20_7help_family.gitlab.md index 979e48be..e2c6bdb2 100644 --- a/tests/results/test_read_write_errors/20_7help_family.gitlab.md +++ b/tests/results/test_read_write_errors/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: the first family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: the second family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_read_write_errors/20_9default_information_parent.gitlab.md b/tests/results/test_read_write_errors/20_9default_information_parent.gitlab.md index de78e27a..23502b23 100644 --- a/tests/results/test_read_write_errors/20_9default_information_parent.gitlab.md +++ b/tests/results/test_read_write_errors/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: family - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/20_9family_absolute.gitlab.md b/tests/results/test_read_write_errors/20_9family_absolute.gitlab.md index 3566dc40..a5126a20 100644 --- a/tests/results/test_read_write_errors/20_9family_absolute.gitlab.md +++ b/tests/results/test_read_write_errors/20_9family_absolute.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: first variable: [- null -] +- :notebook: first variable: [+ null +] - :open_file_folder: a family - - :notebook: a second variable: [- null -] + - :notebook: a second variable: [+ null +] - :open_file_folder: a sub family - :notebook: third variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] - :open_file_folder: a family - - :notebook: a variable2: [- null -] - - :notebook: var3: [- string4 -] + - :notebook: a variable2: [+ null +] + - :notebook: var3: [+ string4 +] - :open_file_folder: a sub family - :notebook: fourth variable: - - [- null -] - - [- null -] - - [- string4 -] + - [+ null +] + - [+ null +] + - [+ string4 +] diff --git a/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md index 865755c0..67dea065 100644 --- a/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_errors/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the variable use has condition: [- no -] +- :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md index e236dd07..0eb22917 100644 --- a/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_read_write_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the variable use has condition: [- true -] +- :notebook: the variable use has condition: [+ true +] diff --git a/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md index a1013df1..1fa1b1a1 100644 --- a/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_errors/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the variable use has condition: [- no -] +- :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: a subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/24_0family_mandatory_condition.gitlab.md b/tests/results/test_read_write_errors/24_0family_mandatory_condition.gitlab.md index f139d52e..702972e2 100644 --- a/tests/results/test_read_write_errors/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_read_write_errors/24_0family_mandatory_condition.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ no +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md b/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md index ffdb8edf..ee71d037 100644 --- a/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_read_write_errors/24_0family_mandatory_condition_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- true -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ true +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/24_7validators_variable_optional.gitlab.md b/tests/results/test_read_write_errors/24_7validators_variable_optional.gitlab.md index b19d8a8d..860b1c45 100644 --- a/tests/results/test_read_write_errors/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_read_write_errors/24_7validators_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - - :notebook: a first integer: [- null -] - - :notebook: a second integer: [- 1 -] + - :notebook: a first integer: [+ null +] + - :notebook: a second integer: [+ 1 +] diff --git a/tests/results/test_read_write_errors/40_0leadership.gitlab.md b/tests/results/test_read_write_errors/40_0leadership.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/40_0leadership.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_0leadership_diff_name.gitlab.md b/tests/results/test_read_write_errors/40_0leadership_diff_name.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership_diff_name.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md b/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership_follower_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_0leadership_follower_default_value.gitlab.md b/tests/results/test_read_write_errors/40_0leadership_follower_default_value.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership_follower_default_value.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_0leadership_leader_follower.gitlab.md b/tests/results/test_read_write_errors/40_0leadership_leader_follower.gitlab.md index 3ba8e0c1..8dc54eb9 100644 --- a/tests/results/test_read_write_errors/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership_leader_follower.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] - - :notebook: a follower: [- value1 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- value2 -] + - :notebook: a leader: [+ value2 +] + - :notebook: a follower: [+ value2 +] diff --git a/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.gitlab.md b/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.gitlab.md index 7b003d6b..b54c0f0f 100644 --- a/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership_leader_not_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: general - - :notebook: No change: [- non -] + - :notebook: No change: [+ non +] - :open_file_folder: general1 - - :open_file_folder: leader: [- [] -] + - :open_file_folder: leader: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_0leadership_reduce.gitlab.md b/tests/results/test_read_write_errors/40_0leadership_reduce.gitlab.md index 5304f9b0..fb3ca626 100644 --- a/tests/results/test_read_write_errors/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_read_write_errors/40_0leadership_reduce.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value_1 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_2 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_2 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_3 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_3 +] + - :notebook: a follower: [+ null +] diff --git a/tests/results/test_read_write_errors/40_1leadership_append_follower.gitlab.md b/tests/results/test_read_write_errors/40_1leadership_append_follower.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_read_write_errors/40_1leadership_append_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_2leadership_calculation_index.gitlab.md b/tests/results/test_read_write_errors/40_2leadership_calculation_index.gitlab.md index 6ce7d9fe..683301e2 100644 --- a/tests/results/test_read_write_errors/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_read_write_errors/40_2leadership_calculation_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- a -] - - :notebook: a follower: [- 0 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.gitlab.md b/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.gitlab.md index 6ce7d9fe..683301e2 100644 --- a/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_read_write_errors/40_2leadership_calculation_index_2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- a -] - - :notebook: a follower: [- 0 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_read_write_errors/40_6leadership_follower_multi.gitlab.md b/tests/results/test_read_write_errors/40_6leadership_follower_multi.gitlab.md index 1b2f28d7..b1c7c2b3 100644 --- a/tests/results/test_read_write_errors/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_read_write_errors/40_6leadership_follower_multi.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: A leadership: [- [] -] +- :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md b/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md index 1b2f28d7..b1c7c2b3 100644 --- a/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: A leadership: [- [] -] +- :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/40_8calculation_boolean.gitlab.md b/tests/results/test_read_write_errors/40_8calculation_boolean.gitlab.md index 383406f6..06ef2d35 100644 --- a/tests/results/test_read_write_errors/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_errors/40_8calculation_boolean.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a boolean variable: [- false -] +- :notebook: a boolean variable: [+ false +] - :notebook: a first multi variable: - - [- false -] + - [+ false +] - :notebook: a second multi variable: - - [- true -] - - [- false -] + - [+ true +] + - [+ false +] diff --git a/tests/results/test_read_write_errors/40_8calculation_multi_variable.gitlab.md b/tests/results/test_read_write_errors/40_8calculation_multi_variable.gitlab.md index 8ff0a6a4..81950c85 100644 --- a/tests/results/test_read_write_errors/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_read_write_errors/40_8calculation_multi_variable.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a first variable: - - [- no -] - - [- yes -] -- :notebook: a second variable: [- no -] -- :notebook: a third variable: [- yes -] + - [+ 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.gitlab.md b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent.gitlab.md index 3fda66a8..28ea22d0 100644 --- a/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- no -] +- :notebook: a variable: [+ no +] - :open_file_folder: a family - - :notebook: a calculated variable: [- no -] + - :notebook: a calculated variable: [+ no +] diff --git a/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md index 76da8059..5301c70e 100644 --- a/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_read_write_errors/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: first family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] - :open_file_folder: second family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] diff --git a/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md b/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index 9a7e4de1..24094e22 100644 --- a/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_read_write_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] + - :notebook: a leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] + - [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value2 -] + - [+ value2 +] diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md index 92a4ff85..53850d8f 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-last.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-last.gitlab.md index 92a4ff85..53850d8f 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-no-mandatory.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index cec531c7..17d0700f 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: leader - :open_file_folder: leader - - :notebook: leader: [- a -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ a +] + - :notebook: follower: [+ null +] - :open_file_folder: leader - - :notebook: leader: [- b -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ b +] + - :notebook: follower: [+ null +] - :notebook: variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md index 319982d9..4b3d894c 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- val11 -] - - [- val11 -] + - [+ val11 +] + - [+ val11 +] diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md index 57a526db..68bde566 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-last.gitlab.md index 12a9af27..d0e0db7e 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader.gitlab.md index c3f5c57b..379c055e 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_read_write_errors/40_9leadership-calculation-variable.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-variable.gitlab.md index d2775e4c..0e24219a 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-variable.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ 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 -] + - :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 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.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md index 9f6239fd..7c53a4a9 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 -] + - :notebook: a leader: [+ null +] + - :notebook: a follower: [+ val +] - :open_file_folder: a leader - - :notebook: a leader: [- null -] - - :notebook: a follower: [- val -] + - :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.gitlab.md b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index 9c792a4a..604f4e64 100644 --- a/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_read_write_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_read_write_errors/41_0choice_leader.gitlab.md b/tests/results/test_read_write_errors/41_0choice_leader.gitlab.md index f770a333..0568752a 100644 --- a/tests/results/test_read_write_errors/41_0choice_leader.gitlab.md +++ b/tests/results/test_read_write_errors/41_0choice_leader.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: The leadership: [- [] -] +- :open_file_folder: The leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md index 56263f31..878d22d8 100644 --- a/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_read_write_errors/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: aleader - - :notebook: aleader: [- a -] + - :notebook: aleader: [+ a +] - :open_file_folder: aleader - - :notebook: aleader: [- b -] - - :notebook: a follower: [- value -] + - :notebook: aleader: [+ b +] + - :notebook: a follower: [+ value +] diff --git a/tests/results/test_read_write_errors/44_4leadership_mandatory.gitlab.md b/tests/results/test_read_write_errors/44_4leadership_mandatory.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_read_write_errors/44_4leadership_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.gitlab.md b/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_read_write_errors/44_4leadership_mandatory_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md b/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md index d5851491..bcd494f2 100644 --- a/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] +- :notebook: a condition: [+ no +] diff --git a/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md b/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md index 122086cb..8ec4c794 100644 --- a/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_read_write_errors/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- yes -] -- :open_file_folder: a leadership: [- [] -] +- :notebook: a condition: [+ yes +] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic.gitlab.md index da717c1f..8aac66dc 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_1_1.gitlab.md index da717c1f..8aac66dc 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_1_1.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_empty.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md index 78dd04ee..6ebd59d6 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val.1 -] - - [- val.2 -] + - [+ val.1 +] + - [+ val.2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val.1 -] - - :notebook: A dynamic variable: [- val.1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_no_description.gitlab.md index 591b8ba7..57439de8 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_no_description.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md index 9b6db569..6373ce70 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_source_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_static.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_static.gitlab.md index ccb99a49..9b3717f6 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_test.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_test.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_test.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.gitlab.md index 74cfa450..1bfa3d13 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_upper_char.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- Val1 -] - - [- VAL2 -] + - [+ Val1 +] + - [+ VAL2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md index d0ff9f68..5ca890b7 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] +- :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md index 0907aad9..ce5bab3d 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md index 5b212df6..82a78b8f 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val1: [- a value -] + - :notebook: A dynamic variable with suffix val1: [+ a value +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val2: [- a value -] + - :notebook: A dynamic variable with suffix val2: [+ a value +] diff --git a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_0family_mode.gitlab.md b/tests/results/test_read_write_errors/60_0family_mode.gitlab.md index 703f83d3..390f3f04 100644 --- a/tests/results/test_read_write_errors/60_0family_mode.gitlab.md +++ b/tests/results/test_read_write_errors/60_0family_mode.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - - :notebook: A variable: [- non -] + - :notebook: A variable: [+ non +] diff --git a/tests/results/test_read_write_errors/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_read_write_errors/60_1family_dynamic_jinja.gitlab.md index 11e94f8c..cc58a8e4 100644 --- a/tests/results/test_read_write_errors/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_read_write_errors/60_1family_dynamic_jinja.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 8340dd8a..6c6cd789 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family - - :notebook: with a variable: [- null -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 29bd3edc..048ffed8 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family inside dynamic family - - :notebook: a dynamic variable: [- val1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 54bbb0cf..4dcb5929 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a identifier variable: [- [] -] -- :notebook: a varible outside dynamic family: [- null -] +- :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_empty.gitlab.md b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index cfa58971..6efd0497 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] -- :notebook: a second variable: [- null -] +- :notebook: a suffix variable: [+ [] +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md index 7f76f7d0..d00b7760 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffx variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] -- :notebook: a second variable: [- val -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.gitlab.md index b469bf68..d896c9d3 100644 --- a/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffx variable: [- [] -] -- :notebook: a second variable: [- null -] +- :notebook: a suffx variable: [+ [] +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.gitlab.md index 34caaf10..6f392400 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable for val1: [- null -] + - :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 dynamic variable for val2: [+ null +] +- :notebook: A new variable: [+ null +] - :notebook: A new variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md index 8cbe3a4c..6eb96b4e 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val1 -] + - :notebook: Suffix has value: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val2 -] + - :notebook: Suffix has value: [+ val2 +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md index d0ff9f68..5ca890b7 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] +- :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md index af8535c1..c29f9a50 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md index ea198494..b17fa29d 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val1 -] + - :notebook: A dynamic variable: [+ val1 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val2 -] + - :notebook: A dynamic variable: [+ val2 +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 2ec4d801..1b440cc4 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A identifier variable: [- [] -] +- :notebook: A identifier variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md index f4be378e..a2488a22 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] -- :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md index 35e567b3..a4ca697a 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [- null -] - - :notebook: A new variable: [- null -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index fa2fa9a4..9577433d 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic famify for val2 - - :notebook: A dynamic variable: [- null -] -- :notebook: A new variable: [- null -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.gitlab.md index f24d5d28..e4449e31 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] -- :notebook: A variable calculated: [- null -] +- :notebook: A suffix variable: [+ [] +] +- :notebook: A variable calculated: [+ null +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md index 1e96d586..2b6a7e6b 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a new variable: [- null -] + - :notebook: a new variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md index 7d862519..7d937946 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val1 -] + - :notebook: a variable inside dynamic family: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val2 -] -- :notebook: a variable: [- val1 -] + - :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.gitlab.md b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 1bbbc545..4a411f7d 100644 --- a/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: asuffix variable: [- [] -] -- :notebook: a variable: [- null -] +- :notebook: asuffix variable: [+ [] +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_errors/60_6family_dynamic_leadership.gitlab.md b/tests/results/test_read_write_errors/60_6family_dynamic_leadership.gitlab.md index 05055749..4819e1a2 100644 --- a/tests/results/test_read_write_errors/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_read_write_errors/60_6family_dynamic_leadership.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md b/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md index d0ff9f68..5ca890b7 100644 --- a/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_read_write_errors/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] +- :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.gitlab.md index 72518de7..fe279176 100644 --- a/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_read_write_errors/60_9family_dynamic_calc_both.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- val2 -] +- :notebook: a suffix variable: [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_errors/68_0family_leadership_mode.gitlab.md b/tests/results/test_read_write_errors/68_0family_leadership_mode.gitlab.md index 1b2f28d7..b1c7c2b3 100644 --- a/tests/results/test_read_write_errors/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_read_write_errors/68_0family_leadership_mode.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: A leadership: [- [] -] +- :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_read_write_mandatory/00_0version_underscore.gitlab.md b/tests/results/test_read_write_mandatory/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/00_0version_underscore.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_read_write_mandatory/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_read_write_mandatory/00_1empty_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_2default_calculated.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated_params_permissive.gitlab.md index 3afe291a..012cc0b3 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_params_permissive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a_value) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_read_write_mandatory/00_4load_subfolder.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_read_write_mandatory/00_5load_notype.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_mandatory/00_6boolean.gitlab.md b/tests/results/test_read_write_mandatory/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_read_write_mandatory/00_6boolean.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/00_6choice.gitlab.md b/tests/results/test_read_write_mandatory/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_read_write_mandatory/00_6choice.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_mandatory/00_6choice_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory/00_6choice_link.gitlab.md b/tests/results/test_read_write_mandatory/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_read_write_mandatory/00_6choice_link.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_read_write_mandatory/00_6choice_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_read_write_mandatory/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_read_write_mandatory/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_mandatory/00_6custom.gitlab.md b/tests/results/test_read_write_mandatory/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_read_write_mandatory/00_6custom.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write_mandatory/00_6domainname.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write_mandatory/00_6domainname_params.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_read_write_mandatory/00_6float.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write_mandatory/00_6integer.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_read_write_mandatory/00_6ip.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_read_write_mandatory/00_6network.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write_mandatory/00_6number.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_read_write_mandatory/00_6port.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_read_write_mandatory/00_6regexp.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_read_write_mandatory/00_6regexp_link.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6secret.gitlab.md index 779b7c15..a8b62a7a 100644 --- a/tests/results/test_read_write_mandatory/00_6secret.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6secret_param.gitlab.md index a2451c23..fde07521 100644 --- a/tests/results/test_read_write_mandatory/00_6secret_param.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_read_write_mandatory/00_6string.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_read_write_mandatory/00_7choice_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory/00_7help.gitlab.md b/tests/results/test_read_write_mandatory/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_mandatory/00_7help.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_mandatory/00_7help_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_read_write_mandatory/00_7help_sup.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_read_write_mandatory/00_7value_doublequote.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote2.gitlab.md b/tests/results/test_read_write_mandatory/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_read_write_mandatory/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write_mandatory/00_7value_doublequote3.gitlab.md b/tests/results/test_read_write_mandatory/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_read_write_mandatory/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write_mandatory/00_7value_quote.gitlab.md b/tests/results/test_read_write_mandatory/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_read_write_mandatory/00_7value_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory/00_8calculation_information.gitlab.md b/tests/results/test_read_write_mandatory/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/00_8calculation_information.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_read_write_mandatory/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_read_write_mandatory/00_8test.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_mandatory/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_read_write_mandatory/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/00_9choice_variables.gitlab.md b/tests/results/test_read_write_mandatory/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_read_write_mandatory/00_9choice_variables.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_mandatory/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_mandatory/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_mandatory/00_9default_integer.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory/00_9default_number.gitlab.md b/tests/results/test_read_write_mandatory/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_mandatory/00_9default_number.gitlab.md +++ b/tests/results/test_read_write_mandatory/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_mandatory/01_6boolean_multi.gitlab.md b/tests/results/test_read_write_mandatory/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_read_write_mandatory/01_6boolean_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/01_6custom_multi.gitlab.md b/tests/results/test_read_write_mandatory/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_read_write_mandatory/01_6custom_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_read_write_mandatory/01_6float_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_read_write_mandatory/01_6integer_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_read_write_mandatory/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_read_write_mandatory/01_6string_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_read_write_mandatory/01_6string_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_read_write_mandatory/01_6string_multi_length.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_read_write_mandatory/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_read_write_mandatory/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_read_write_mandatory/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_read_write_mandatory/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory/02_0tags.gitlab.md b/tests/results/test_read_write_mandatory/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_mandatory/02_0tags.gitlab.md +++ b/tests/results/test_read_write_mandatory/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_read_write_mandatory/04_0type_param.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_read_write_mandatory/04_0type_param_integer.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_read_write_mandatory/04_1auto_save.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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_1default_calculation_hidden.gitlab.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_3.gitlab.md index 0ad88d74..1344e520 100644 --- a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_4.gitlab.md index 82195750..d9a452de 100644 --- a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_5.gitlab.md index 955daf88..fefd8edb 100644 --- a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_5.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_6.gitlab.md index d787f88e..94af01bb 100644 --- a/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_1default_calculation_hidden_6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.gitlab.md index fcb2898f..bf967002 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional_default.gitlab.md index 1cb04000..1c4b63d9 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_optional_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable5.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/04_5validators.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_read_write_mandatory/04_5validators.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/04_5validators_differ.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_read_write_mandatory/04_5validators_differ.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_read_write_mandatory/04_5validators_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_read_write_mandatory/04_5validators_multi2.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_read_write_mandatory/04_5validators_multi3.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write_mandatory/04_5validators_warnings.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write_mandatory/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_read_write_mandatory/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_mandatory/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_read_write_mandatory/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_mandatory/05_0multi_uniq.gitlab.md +++ b/tests/results/test_read_write_mandatory/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_read_write_mandatory/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_read_write_mandatory/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_read_write_mandatory/16_0redefine_description.gitlab.md b/tests/results/test_read_write_mandatory/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_read_write_mandatory/16_0redefine_description.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.gitlab.md b/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5exists_nonexists.gitlab.md b/tests/results/test_read_write_mandatory/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_read_write_mandatory/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_5redefine_calculation.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_mandatory/16_5redefine_choice.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_choice.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_default.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_default.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_help.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16_5redefine_multi.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_read_write_mandatory/16_5test_redefine.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_read_write_mandatory/16_6choice_redefine.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory/16_6exists_redefine_family.gitlab.md b/tests/results/test_read_write_mandatory/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_read_write_mandatory/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/16exists_exists.gitlab.md b/tests/results/test_read_write_mandatory/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_read_write_mandatory/16exists_exists.gitlab.md +++ b/tests/results/test_read_write_mandatory/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_0family_append.gitlab.md b/tests/results/test_read_write_mandatory/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_read_write_mandatory/20_0family_append.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_read_write_mandatory/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_mandatory/20_0multi_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_basic.gitlab.md b/tests/results/test_read_write_mandatory/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_mandatory/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_expert.gitlab.md b/tests/results/test_read_write_mandatory/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_mandatory/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_order.gitlab.md b/tests/results/test_read_write_mandatory/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_read_write_mandatory/20_0multi_family_order.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_read_write_mandatory/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_read_write_mandatory/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_read_write_mandatory/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory/20_7help_family.gitlab.md b/tests/results/test_read_write_mandatory/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_read_write_mandatory/20_7help_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/20_9default_information_parent.gitlab.md b/tests/results/test_read_write_mandatory/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_read_write_mandatory/20_9default_information_parent.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_read_write_mandatory/20_9family_absolute.gitlab.md +++ b/tests/results/test_read_write_mandatory/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md index 98579bca..952bc256 100644 --- a/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_mandatory/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.gitlab.md b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_read_write_mandatory/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_read_write_mandatory/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_read_write_mandatory/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write_mandatory/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write_mandatory/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_read_write_mandatory/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.gitlab.md b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_read_write_mandatory/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_read_write_mandatory/41_0choice_leader.gitlab.md +++ b/tests/results/test_read_write_mandatory/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_read_write_mandatory/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_read_write_mandatory/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_read_write_mandatory/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write_mandatory/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md index 4587d6d8..260b7a96 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_source_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_static.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_read_write_mandatory/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_read_write_mandatory/60_0family_mode.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md index a4106dbf..a6f0137a 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_variable_outside_suffix.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_read_write_mandatory/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory/68_0family_leadership_mode.gitlab.md b/tests/results/test_read_write_mandatory/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_read_write_mandatory/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_read_write_mandatory/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md index 3afe291a..012cc0b3 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a_value) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6boolean.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/00_6choice.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6custom.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6float.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6integer.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6ip.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6network.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6number.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6port.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6secret.gitlab.md index a968e0a0..97f97ca8 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6secret.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6secret_param.gitlab.md index 82fa4804..d8340fef 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_6string.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_mandatory_secrets/00_7help.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7help.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_8test.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_mandatory_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory_secrets/02_0tags.gitlab.md b/tests/results/test_read_write_mandatory_secrets/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_mandatory_secrets/02_0tags.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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_1default_calculation_hidden.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md index 0ad88d74..1344e520 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md index 82195750..d9a452de 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md index 955daf88..fefd8edb 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md index d787f88e..94af01bb 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md index fcb2898f..bf967002 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md index 1cb04000..1c4b63d9 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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_variable9.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_5redefine_calculation.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second 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/16exists_exists.gitlab.md b/tests/results/test_read_write_mandatory_secrets/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_read_write_mandatory_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_0family_append.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_basic.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_expert.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_order.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_mandatory_secrets/20_7help_family.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 98579bca..952bc256 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md index 4587d6d8..260b7a96 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index a4106dbf..a6f0137a 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_variable_outside_suffix.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_read_write_mandatory_secrets/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_read_write_secrets/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_read_write_secrets/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_read_write_secrets/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_read_write_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_2default_calculated.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.gitlab.md index 3afe291a..012cc0b3 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a_value) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_read_write_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_read_write_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_read_write_secrets/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_read_write_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_read_write_secrets/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_read_write_secrets/00_6boolean.gitlab.md b/tests/results/test_read_write_secrets/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_read_write_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/00_6choice.gitlab.md b/tests/results/test_read_write_secrets/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_read_write_secrets/00_6choice.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_secrets/00_6choice_link.gitlab.md b/tests/results/test_read_write_secrets/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_read_write_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_read_write_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_read_write_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_read_write_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_read_write_secrets/00_6custom.gitlab.md b/tests/results/test_read_write_secrets/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_read_write_secrets/00_6custom.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_read_write_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_read_write_secrets/00_6float.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write_secrets/00_6integer.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_read_write_secrets/00_6ip.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_read_write_secrets/00_6network.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_read_write_secrets/00_6number.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_read_write_secrets/00_6port.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_read_write_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_read_write_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6secret.gitlab.md index a968e0a0..97f97ca8 100644 --- a/tests/results/test_read_write_secrets/00_6secret.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_read_write_secrets/00_6secret_param.gitlab.md index 82fa4804..d8340fef 100644 --- a/tests/results/test_read_write_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_read_write_secrets/00_6string.gitlab.md +++ b/tests/results/test_read_write_secrets/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_read_write_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_secrets/00_7help.gitlab.md b/tests/results/test_read_write_secrets/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_secrets/00_7help.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_read_write_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_read_write_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote2.gitlab.md b/tests/results/test_read_write_secrets/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_read_write_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_read_write_secrets/00_7value_doublequote3.gitlab.md b/tests/results/test_read_write_secrets/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_read_write_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_read_write_secrets/00_7value_quote.gitlab.md b/tests/results/test_read_write_secrets/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_read_write_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_read_write_secrets/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_read_write_secrets/00_8calculation_information.gitlab.md b/tests/results/test_read_write_secrets/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_read_write_secrets/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_read_write_secrets/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_read_write_secrets/00_8test.gitlab.md +++ b/tests/results/test_read_write_secrets/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_secrets/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_read_write_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/00_9choice_variables.gitlab.md b/tests/results/test_read_write_secrets/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_read_write_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_read_write_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_secrets/00_9default_number.gitlab.md b/tests/results/test_read_write_secrets/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_read_write_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_read_write_secrets/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_read_write_secrets/01_6boolean_multi.gitlab.md b/tests/results/test_read_write_secrets/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_read_write_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/01_6custom_multi.gitlab.md b/tests/results/test_read_write_secrets/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_read_write_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_read_write_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_read_write_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_read_write_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_read_write_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_read_write_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_read_write_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_read_write_secrets/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_read_write_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_read_write_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_read_write_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_read_write_secrets/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_read_write_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_read_write_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_read_write_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_secrets/02_0tags.gitlab.md b/tests/results/test_read_write_secrets/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_read_write_secrets/02_0tags.gitlab.md +++ b/tests/results/test_read_write_secrets/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_read_write_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_read_write_secrets/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_read_write_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_read_write_secrets/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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_1default_calculation_hidden.gitlab.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.gitlab.md index 0ad88d74..1344e520 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.gitlab.md index 82195750..d9a452de 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.gitlab.md index 955daf88..fefd8edb 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.gitlab.md index d787f88e..94af01bb 100644 --- a/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_read_write_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.gitlab.md index fcb2898f..bf967002 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.gitlab.md index 1cb04000..1c4b63d9 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable5.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/04_5validators.gitlab.md b/tests/results/test_read_write_secrets/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_read_write_secrets/04_5validators.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/04_5validators_differ.gitlab.md b/tests/results/test_read_write_secrets/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_read_write_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_read_write_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_read_write_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_read_write_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :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.gitlab.md b/tests/results/test_read_write_secrets/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_read_write_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_read_write_secrets/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :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.gitlab.md b/tests/results/test_read_write_secrets/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_read_write_secrets/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_read_write_secrets/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_read_write_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_read_write_secrets/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_read_write_secrets/16_0redefine_description.gitlab.md b/tests/results/test_read_write_secrets/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_read_write_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_read_write_secrets/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_read_write_secrets/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_read_write_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_read_write_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_read_write_secrets/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_read_write_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_5redefine_calculation.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_read_write_secrets/16_5redefine_choice.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_default.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :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/16_5redefine_help.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_read_write_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_read_write_secrets/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_read_write_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_read_write_secrets/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_read_write_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_read_write_secrets/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_read_write_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_read_write_secrets/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/16exists_exists.gitlab.md b/tests/results/test_read_write_secrets/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_read_write_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_read_write_secrets/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_0family_append.gitlab.md b/tests/results/test_read_write_secrets/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_read_write_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_read_write_secrets/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_read_write_secrets/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_read_write_secrets/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_basic.gitlab.md b/tests/results/test_read_write_secrets/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_read_write_secrets/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_expert.gitlab.md b/tests/results/test_read_write_secrets/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_read_write_secrets/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :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/20_0multi_family_order.gitlab.md b/tests/results/test_read_write_secrets/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_read_write_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_read_write_secrets/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_read_write_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_read_write_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_read_write_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_read_write_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_read_write_secrets/20_7help_family.gitlab.md b/tests/results/test_read_write_secrets/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_read_write_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_read_write_secrets/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_read_write_secrets/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_read_write_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_read_write_secrets/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_read_write_secrets/20_9family_absolute.gitlab.md +++ b/tests/results/test_read_write_secrets/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 98579bca..952bc256 100644 --- a/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_read_write_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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) +- :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.gitlab.md b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_read_write_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_read_write_secrets/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_read_write_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_read_write_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_read_write_secrets/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_read_write_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_read_write_secrets/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_read_write_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_read_write_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_read_write_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_secrets/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_read_write_secrets/40_8calculation_multi_variable.gitlab.md b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_read_write_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_read_write_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_read_write_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_read_write_secrets/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_read_write_secrets/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_read_write_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_read_write_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_read_write_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md index 4587d6d8..260b7a96 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 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.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_mode.gitlab.md b/tests/results/test_read_write_secrets/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_read_write_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_read_write_secrets/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_read_write_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index a4106dbf..a6f0137a 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new 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_variable_outside_suffix.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_read_write_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_read_write_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_read_write_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_read_write_secrets/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_read_write_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_read_write_secrets/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_0version_underscore.gitlab.md b/tests/results/test_read_write_secrets_errors/00_0version_underscore.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/00_0version_underscore.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_1empty_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/00_1empty_variable.gitlab.md index fd2b0bd8..2b87abb6 100644 --- a/tests/results/test_read_write_secrets_errors/00_1empty_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: empty: [- null -] +- :notebook: empty: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated.gitlab.md index 55da2b15..2aa13ffa 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] +- :notebook: a first variable: [+ no +] - :notebook: a second variable: - - [- no -] + - [+ no +] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md index 910b9dca..a96bc955 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_multi.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a first variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] - :notebook: a second variable: - - [- no -] - - [- yes -] - - [- maybe -] + - [+ no +] + - [+ yes +] + - [+ maybe +] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md index 4fb0ce3d..0e60555d 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_params_permissive.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a second variable: [- a_value -] +- :notebook: a second variable: [+ a_value +] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md index 817eba1c..7ba1a41b 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- [] -] -- :notebook: a second variable: [- [] -] +- :notebook: a first variable: [+ [] +] +- :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.gitlab.md index 896bc51f..8742f587 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] -- :notebook: a new variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.gitlab.md index 817eba1c..7ba1a41b 100644 --- a/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_2default_calculated_variable_transitive.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- [] -] -- :notebook: a second variable: [- [] -] +- :notebook: a first variable: [+ [] +] +- :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/00_4load_subfolder.gitlab.md b/tests/results/test_read_write_secrets_errors/00_4load_subfolder.gitlab.md index 4b8a2b82..b05dfbca 100644 --- a/tests/results/test_read_write_secrets_errors/00_4load_subfolder.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_5load_notype.gitlab.md b/tests/results/test_read_write_secrets_errors/00_5load_notype.gitlab.md index 96bdc16f..6256aa24 100644 --- a/tests/results/test_read_write_secrets_errors/00_5load_notype.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_5load_notype.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- non -] +- :notebook: a variable: [+ non +] diff --git a/tests/results/test_read_write_secrets_errors/00_6boolean.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6boolean.gitlab.md index acf93c30..5c510c1d 100644 --- a/tests/results/test_read_write_secrets_errors/00_6boolean.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6boolean.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6boolean_no_mandatory.gitlab.md index ad73d979..f822cc0f 100644 --- a/tests/results/test_read_write_secrets_errors/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6boolean_no_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- true -] +- :notebook: a variable: [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/00_6choice.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6choice.gitlab.md index e7fea5d8..0155bc05 100644 --- a/tests/results/test_read_write_secrets_errors/00_6choice.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6choice.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6choice_calculation.gitlab.md index 96a1ec7b..7bb905e8 100644 --- a/tests/results/test_read_write_secrets_errors/00_6choice_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6choice_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- 9 -] +- :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_link.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6choice_link.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_secrets_errors/00_6choice_link.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6choice_link.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6choice_variable.gitlab.md index 6881fbe5..3c57328e 100644 --- a/tests/results/test_read_write_secrets_errors/00_6choice_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6choice_variable.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] +- :notebook: a first variable: [+ a +] diff --git a/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.gitlab.md index c33eca3d..b7d25d7d 100644 --- a/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a first variable: [- a -] -- :notebook: a third variable: [- a -] + - [+ 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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link2.gitlab.md index 2071065f..873fc296 100644 --- a/tests/results/test_read_write_secrets_errors/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6choice_variable_link2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a first variable: [- a -] + - [+ a +] + - [+ b +] + - [+ c +] +- :notebook: a first variable: [+ a +] - :open_file_folder: family - - :notebook: a third variable: [- a -] + - :notebook: a third variable: [+ a +] diff --git a/tests/results/test_read_write_secrets_errors/00_6custom.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6custom.gitlab.md index 551fabf5..e7589cbf 100644 --- a/tests/results/test_read_write_secrets_errors/00_6custom.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6custom.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the seconf variable: [- value -] +- :notebook: the first variable: [+ null +] +- :notebook: the seconf variable: [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/00_6domainname.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6domainname.gitlab.md index 678901ce..8e91605c 100644 --- a/tests/results/test_read_write_secrets_errors/00_6domainname.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6domainname.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a domain name variable: [- my.domain.name -] +- :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_read_write_secrets_errors/00_6domainname_params.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6domainname_params.gitlab.md index 678901ce..8e91605c 100644 --- a/tests/results/test_read_write_secrets_errors/00_6domainname_params.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6domainname_params.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a domain name variable: [- my.domain.name -] +- :notebook: a domain name variable: [+ my.domain.name +] diff --git a/tests/results/test_read_write_secrets_errors/00_6float.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6float.gitlab.md index cf0278ac..65fa6eff 100644 --- a/tests/results/test_read_write_secrets_errors/00_6float.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6float.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6integer.gitlab.md index a6f19431..1a626f8b 100644 --- a/tests/results/test_read_write_secrets_errors/00_6integer.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6integer.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6ip.gitlab.md index 2413139d..45283fed 100644 --- a/tests/results/test_read_write_secrets_errors/00_6ip.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6ip.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6network.gitlab.md index e54e981c..743f1fd4 100644 --- a/tests/results/test_read_write_secrets_errors/00_6network.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6network.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6number.gitlab.md index a6f19431..1a626f8b 100644 --- a/tests/results/test_read_write_secrets_errors/00_6number.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6number.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6port.gitlab.md index de9998c6..4b4ce60e 100644 --- a/tests/results/test_read_write_secrets_errors/00_6port.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6port.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6regexp.gitlab.md index 4df05b9c..21c3e3b8 100644 --- a/tests/results/test_read_write_secrets_errors/00_6regexp.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6regexp.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- #a1a1a1 -] +- :notebook: a first variable: [+ #a1a1a1 +] diff --git a/tests/results/test_read_write_secrets_errors/00_6regexp_link.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6regexp_link.gitlab.md index dcba261b..7543663c 100644 --- a/tests/results/test_read_write_secrets_errors/00_6regexp_link.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6regexp_link.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- #a1a1a1 -] -- :notebook: a second variable: [- #a1a1a1 -] +- :notebook: a first variable: [+ #a1a1a1 +] +- :notebook: a second variable: [+ #a1a1a1 +] diff --git a/tests/results/test_read_write_secrets_errors/00_6secret.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6secret.gitlab.md index 6ab62ba5..90b9c740 100644 --- a/tests/results/test_read_write_secrets_errors/00_6secret.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6secret.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- ********** -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ ********** +] diff --git a/tests/results/test_read_write_secrets_errors/00_6secret_param.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6secret_param.gitlab.md index 3c99a59e..8a2e6c96 100644 --- a/tests/results/test_read_write_secrets_errors/00_6secret_param.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6secret_param.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- ********** -] -- :notebook: the third variable: [- ********** -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_6string.gitlab.md index 50903d3b..2539da3c 100644 --- a/tests/results/test_read_write_secrets_errors/00_6string.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_6string.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7choice_quote.gitlab.md index 6412e268..bee0fe78 100644 --- a/tests/results/test_read_write_secrets_errors/00_7choice_quote.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7choice_quote.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A choice: [- quote' -] +- :notebook: A choice: [+ quote' +] diff --git a/tests/results/test_read_write_secrets_errors/00_7help.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7help.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_secrets_errors/00_7help.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_7help_quote.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7help_quote.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_secrets_errors/00_7help_quote.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_7help_sup.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7help_sup.gitlab.md index 485fa902..80907106 100644 --- a/tests/results/test_read_write_secrets_errors/00_7help_sup.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first : [- null -] -- :notebook: the second : [- null -] +- :notebook: the first : [+ null +] +- :notebook: the second : [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_7value_doublequote.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7value_doublequote.gitlab.md index dbcc86ca..d37fbc1e 100644 --- a/tests/results/test_read_write_secrets_errors/00_7value_doublequote.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7value_doublequote.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote" -] +- :notebook: a variable: [+ quote" +] diff --git a/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.gitlab.md index ea568a74..5358ade0 100644 --- a/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7value_doublequote2.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote'" -] +- :notebook: a variable: [+ quote'" +] diff --git a/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.gitlab.md index 031eaba2..1fea646b 100644 --- a/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7value_doublequote3.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote\"\' -] +- :notebook: a variable: [+ quote\"\' +] diff --git a/tests/results/test_read_write_secrets_errors/00_7value_quote.gitlab.md b/tests/results/test_read_write_secrets_errors/00_7value_quote.gitlab.md index c1f068e4..a675f3ef 100644 --- a/tests/results/test_read_write_secrets_errors/00_7value_quote.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_7value_quote.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- quote' -] +- :notebook: a variable: [+ quote' +] diff --git a/tests/results/test_read_write_secrets_errors/00_8calculation_information.gitlab.md b/tests/results/test_read_write_secrets_errors/00_8calculation_information.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/00_8calculation_information.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_8test.gitlab.md b/tests/results/test_read_write_secrets_errors/00_8test.gitlab.md index 1baaa150..70cf3436 100644 --- a/tests/results/test_read_write_secrets_errors/00_8test.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_8test.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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: [- [] -] +- :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_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.gitlab.md index 817eba1c..7ba1a41b 100644 --- a/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9choice_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- [] -] -- :notebook: a second variable: [- [] -] +- :notebook: a first variable: [+ [] +] +- :notebook: a second variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/00_9choice_variables.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9choice_variables.gitlab.md index d637fe8f..02f76647 100644 --- a/tests/results/test_read_write_secrets_errors/00_9choice_variables.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9choice_variables.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first source variable: [- val1 -] -- :notebook: the second source variable: [- val2 -] -- :notebook: a variable: [- val1 -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation.gitlab.md index 4e1c9404..36296569 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- string_1_True_ -] +- :notebook: a variable: [+ string_1_True_ +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional.gitlab.md index a6c70373..4a784a09 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_variable: [- val1 -] +- :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md index a6c70373..4a784a09 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_variable: [- val1 -] +- :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] + - [+ val1 +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md index 8ac2fbc5..33b64ab2 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_variable: [- val1 -] +- :notebook: my_variable: [+ val1 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- value -] + - [+ val1 +] + - [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md index 09957600..318734c6 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: my_calculated_variable: [- [] -] +- :notebook: my_calculated_variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md index f2c11cbf..f41b43b7 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_optional_exists.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: my_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :notebook: my_calculated_variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md index 37b6e271..27719bb6 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_calculation_param_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [- no -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable2.gitlab.md index 6ccdc39c..5b56bd16 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] +- :notebook: a first variable: [+ null +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_integer.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_integer.gitlab.md index 96a1ec7b..7bb905e8 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_integer.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_integer.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- 9 -] +- :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_read_write_secrets_errors/00_9default_number.gitlab.md b/tests/results/test_read_write_secrets_errors/00_9default_number.gitlab.md index 96a1ec7b..7bb905e8 100644 --- a/tests/results/test_read_write_secrets_errors/00_9default_number.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/00_9default_number.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- 9 -] +- :notebook: a variable: [+ 9 +] diff --git a/tests/results/test_read_write_secrets_errors/01_6boolean_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6boolean_multi.gitlab.md index 1b5ddbaf..b9a85dfa 100644 --- a/tests/results/test_read_write_secrets_errors/01_6boolean_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6boolean_multi.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the first variable: - - [- true -] + - [+ true +] - :notebook: the second variable: - - [- true -] + - [+ true +] - :notebook: the third variable: - - [- true -] + - [+ true +] - :notebook: the forth variable: - - [- false -] + - [+ false +] - :notebook: the fifth variable: - - [- false -] + - [+ false +] - :notebook: the sixth variable: - - [- false -] + - [+ false +] - :notebook: the seventh variable: - - [- true -] + - [+ true +] - :notebook: the eighth variable: - - [- true -] + - [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/01_6custom_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6custom_multi.gitlab.md index fe278187..84bcb09f 100644 --- a/tests/results/test_read_write_secrets_errors/01_6custom_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6custom_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first custom variable: [- [] -] +- :notebook: a first custom variable: [+ [] +] - :notebook: a second custom variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/01_6float_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6float_multi.gitlab.md index cdd7d5f7..4af1fa8e 100644 --- a/tests/results/test_read_write_secrets_errors/01_6float_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6float_multi.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the first variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the second variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the third variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the forth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the fifth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the sixth variable: - - [- 10.1 -] + - [+ 10.1 +] - :notebook: the seventh variable: - - [- 0.0 -] + - [+ 0.0 +] - :notebook: the eighth variable: - - [- 0.0 -] + - [+ 0.0 +] diff --git a/tests/results/test_read_write_secrets_errors/01_6integer_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6integer_multi.gitlab.md index 5520b354..c3de2a7e 100644 --- a/tests/results/test_read_write_secrets_errors/01_6integer_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6integer_multi.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - [+ 10 +] - :notebook: the fifth variable: - - [- 10 -] + - [+ 10 +] - :notebook: the sixth variable: - - [- 10 -] + - [+ 10 +] - :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_mandatory.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.gitlab.md index 562a9476..3068ce9e 100644 --- a/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6integer_multi_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- [] -] +- :notebook: the first variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/01_6string_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6string_empty.gitlab.md index c0d04605..18a7f2e5 100644 --- a/tests/results/test_read_write_secrets_errors/01_6string_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6string_empty.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the second variable: - - [- value -] - - [- null -] + - [+ value +] + - [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/01_6string_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6string_multi.gitlab.md index f153d85e..7a959919 100644 --- a/tests/results/test_read_write_secrets_errors/01_6string_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6string_multi.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- [] -] -- :notebook: the second variable: [- [] -] -- :notebook: the third variable: [- [] -] +- :notebook: the first variable: [+ [] +] +- :notebook: the second variable: [+ [] +] +- :notebook: the third variable: [+ [] +] - :notebook: the forth variable: - - [- value -] + - [+ value +] - :notebook: the fifth variable: - - [- value -] + - [+ value +] - :notebook: the sixth variable: - - [- value -] + - [+ value +] - :notebook: the seventh variable: - - [- value -] + - [+ value +] - :notebook: the eighth variable: - - [- value -] + - [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/01_6string_multi_length.gitlab.md b/tests/results/test_read_write_secrets_errors/01_6string_multi_length.gitlab.md index 20e34d9c..ac77ae2b 100644 --- a/tests/results/test_read_write_secrets_errors/01_6string_multi_length.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_6string_multi_length.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: the variable: - - [- val1 -] - - [- val2 -] - - [- val3 -] + - [+ val1 +] + - [+ val2 +] + - [+ val3 +] - :notebook: the variable: - - [- val4 -] - - [- val5 -] + - [+ val4 +] + - [+ val5 +] diff --git a/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md index 0b34f11e..a3f70cd6 100644 --- a/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- quote" -] + - [+ quote" +] diff --git a/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md index c7320ff3..2f62e40c 100644 --- a/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_7value_multi_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- quote'" -] + - [+ quote'" +] diff --git a/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.gitlab.md b/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.gitlab.md index 2d0fe5de..2de1505e 100644 --- a/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_7value_multi_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- quote' -] + - [+ quote' +] diff --git a/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md index 2c916332..dc55fbbf 100644 --- a/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_8calculation_information_multi.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- [] -] +- :notebook: a variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md index fa647987..844514e3 100644 --- a/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_9choice_variable_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a first variable: - - [- a -] - - [- b -] - - [- c -] -- :notebook: a second variable: [- null -] + - [+ a +] + - [+ b +] + - [+ c +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md b/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md index 9f3312cd..aa75a862 100644 --- a/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/01_9choice_variable_optional.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- c -] +- :notebook: a variable: [+ c +] diff --git a/tests/results/test_read_write_secrets_errors/02_0tags.gitlab.md b/tests/results/test_read_write_secrets_errors/02_0tags.gitlab.md index 6bf9a083..a0de9d86 100644 --- a/tests/results/test_read_write_secrets_errors/02_0tags.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the first variable: [- null -] -- :notebook: the second variable: [- null -] +- :notebook: the first variable: [+ null +] +- :notebook: the second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_0type_param.gitlab.md b/tests/results/test_read_write_secrets_errors/04_0type_param.gitlab.md index f5c8dcbc..9b1faf72 100644 --- a/tests/results/test_read_write_secrets_errors/04_0type_param.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_0type_param.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A limited number: [- 10 -] +- :notebook: A limited number: [+ 10 +] diff --git a/tests/results/test_read_write_secrets_errors/04_0type_param_integer.gitlab.md b/tests/results/test_read_write_secrets_errors/04_0type_param_integer.gitlab.md index ed9c3171..ae9d7966 100644 --- a/tests/results/test_read_write_secrets_errors/04_0type_param_integer.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_0type_param_integer.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A limited integer: [- 10 -] +- :notebook: A limited integer: [+ 10 +] diff --git a/tests/results/test_read_write_secrets_errors/04_1auto_save.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_read_write_secrets_errors/04_1auto_save.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md index 69370869..68943268 100644 --- a/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [+ no +] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.gitlab.md index 26286a14..ed5e1456 100644 --- a/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [+ yes +] +- :notebook: a first variable: [+ no +] +- :notebook: a second variable: [- yes -] diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md index fc3588d3..d1919ff1 100644 --- a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] -- :notebook: a third variable: [- value -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_2.gitlab.md index fc3588d3..d1919ff1 100644 --- a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] -- :notebook: a third variable: [- value -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_3.gitlab.md index 9c7fade8..9a50e9ce 100644 --- a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_3.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a third variable: [- value -] +- :notebook: a third variable: [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md index f47efc1a..464dfc96 100644 --- a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a second variable: [- null -] -- :notebook: a third variable: [- value -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_5.gitlab.md index 77ddcfa4..7ee231bc 100644 --- a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] +- :notebook: a first variable: [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md index 5301ef0e..0d292eae 100644 --- a/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_1default_calculation_hidden_6.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- value -] -- :notebook: a third variable: [- null -] +- :notebook: a first variable: [+ value +] +- :notebook: a third variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md index cf82ab66..27f4e954 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_boolean.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a conditional variable: [- no -] -- :notebook: a first variable: [- null -] +- :notebook: a conditional variable: [+ no +] +- :notebook: a first variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md index d5851491..bcd494f2 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] +- :notebook: a condition: [+ no +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md index ed0f7eb4..40885a47 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_optional_default.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a first variable: [- null -] -- :notebook: a second variable: [- null -] -- :notebook: a forth variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable.gitlab.md index 11508d86..75edb655 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ false +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md index 93f0eca8..d1e79ac3 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable10.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- true -] +- :notebook: a condition: [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md index 93f0eca8..d1e79ac3 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable2.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- true -] +- :notebook: a condition: [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md index d17ca615..338f2c88 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable3.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- yes -] +- :notebook: a condition: [+ yes +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md index 68f6d7b6..9f493af2 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- yes -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ yes +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable5.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md index 11508d86..75edb655 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ false +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md index b88f5ac0..4e9bd15b 100644 --- a/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- false -] -- :notebook: a variable: [- [] -] +- :notebook: a condition: [+ false +] +- :notebook: a variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators.gitlab.md index d0820056..73a445d6 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: An integer: [- null -] +- :notebook: An integer: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_differ.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators_differ.gitlab.md index 9045b80f..1c75c67d 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators_differ.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators_differ.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- oui -] -- :notebook: A second variable: [- no -] +- :notebook: a first variable: [+ oui +] +- :notebook: A second variable: [+ no +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators_multi.gitlab.md index fdce67a7..38425fa0 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators_multi.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_multi2.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators_multi2.gitlab.md index fdce67a7..38425fa0 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators_multi2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators_multi2.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- no -] - - [- yes -] + - [+ no +] + - [+ yes +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_multi3.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators_multi3.gitlab.md index 8b6f0928..0073896d 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators_multi3.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators_multi3.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a second variable: - - [- 0 -] - - [- 1 -] - - [- 2 -] + - [+ 0 +] + - [+ 1 +] + - [+ 2 +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_warnings.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators_warnings.gitlab.md index bc721dc0..c2ebac8a 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators_warnings.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators_warnings.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: An integer: [- 1000 -] +- :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md b/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md index bc721dc0..c2ebac8a 100644 --- a/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/04_5validators_warnings_all.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: An integer: [- 1000 -] +- :notebook: An integer: [+ 1000 +] diff --git a/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md b/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md index 15d20deb..1b522283 100644 --- a/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/05_0multi_not_uniq.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_read_write_secrets_errors/05_0multi_uniq.gitlab.md b/tests/results/test_read_write_secrets_errors/05_0multi_uniq.gitlab.md index 15d20deb..1b522283 100644 --- a/tests/results/test_read_write_secrets_errors/05_0multi_uniq.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/05_0multi_uniq.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.gitlab.md b/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_read_write_secrets_errors/16_0redefine_description.gitlab.md b/tests/results/test_read_write_secrets_errors/16_0redefine_description.gitlab.md index 53759d6c..3d4b0456 100644 --- a/tests/results/test_read_write_secrets_errors/16_0redefine_description.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: Redefined: [- null -] +- :notebook: Redefined: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md b/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md index c8480962..9fedd84d 100644 --- a/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: family - - :notebook: var1: [- null -] + - :notebook: var1: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.gitlab.md index 6ed65b51..60dbe056 100644 --- a/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5exists_nonexists.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- no -] -- :notebook: a new variable: [- yes -] +- :notebook: a variable: [+ no +] +- :notebook: a new variable: [+ yes +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.gitlab.md index 2f21ea69..a7df63d1 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- yes -] +- :notebook: a variable: [+ yes +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_choice.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_choice.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_choice.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_default.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_default.gitlab.md index 2f21ea69..a7df63d1 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_default.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_default.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- yes -] +- :notebook: a variable: [+ yes +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md index 575c9d5e..8dc6e1a8 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_family.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_family.gitlab.md index b352402d..d63c6f3b 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_help.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_help.gitlab.md index 911f0ede..1172f917 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_help.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - - :notebook: redefine help: [- null -] + - :notebook: redefine help: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_multi.gitlab.md index 15d20deb..1b522283 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a variable: - - [- non -] + - [+ non +] diff --git a/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md index f139d52e..702972e2 100644 --- a/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ no +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16_5test_redefine.gitlab.md b/tests/results/test_read_write_secrets_errors/16_5test_redefine.gitlab.md index c4bd3ac2..0ccf6fd7 100644 --- a/tests/results/test_read_write_secrets_errors/16_5test_redefine.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_5test_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [- non -] -- :notebook: a third variable: [- null -] +- :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.gitlab.md b/tests/results/test_read_write_secrets_errors/16_6choice_redefine.gitlab.md index 8b5c827e..a2659921 100644 --- a/tests/results/test_read_write_secrets_errors/16_6choice_redefine.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_6choice_redefine.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A choice: [- c -] +- :notebook: A choice: [+ c +] diff --git a/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md b/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md index 13da6221..6d106e2c 100644 --- a/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: new description - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a second family - - :notebook: a second variable: [- null -] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/16exists_exists.gitlab.md b/tests/results/test_read_write_secrets_errors/16exists_exists.gitlab.md index 7ebf626b..83abb185 100644 --- a/tests/results/test_read_write_secrets_errors/16exists_exists.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: Description: [- null -] +- :notebook: Description: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_0family_append.gitlab.md b/tests/results/test_read_write_secrets_errors/20_0family_append.gitlab.md index 9cd6cb10..659b5f58 100644 --- a/tests/results/test_read_write_secrets_errors/20_0family_append.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A family - - :notebook: The first variable: [- null -] - - :notebook: The second variable: [- null -] + - :notebook: The first variable: [+ null +] + - :notebook: The second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family.gitlab.md b/tests/results/test_read_write_secrets_errors/20_0multi_family.gitlab.md index 05bc5a5c..147ba32f 100644 --- a/tests/results/test_read_write_secrets_errors/20_0multi_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.gitlab.md b/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.gitlab.md index 05bc5a5c..147ba32f 100644 --- a/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.gitlab.md b/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.gitlab.md index 05bc5a5c..147ba32f 100644 --- a/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_0multi_family_order.gitlab.md b/tests/results/test_read_write_secrets_errors/20_0multi_family_order.gitlab.md index 830130f7..d395ff58 100644 --- a/tests/results/test_read_write_secrets_errors/20_0multi_family_order.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- null -] +- :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a first variable: [- null -] + - :notebook: a first variable: [+ null +] - :open_file_folder: a sub family - - :notebook: a variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md b/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md index 00ab0ffc..4c545a45 100644 --- a/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_0validators_differ_redefine.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a first variable: [- no -] -- :notebook: a second variable: [- no -] -- :notebook: a third variable: [- yes -] +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_dynamic.gitlab.md index bd07f99f..40cc7eff 100644 --- a/tests/results/test_read_write_secrets_errors/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_dynamic.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: my_family - :notebook: dynamic: - - [- val1 -] - - [- val2 -] - - :notebook: a variable: [- true -] + - [+ val1 +] + - [+ val2 +] + - :notebook: a variable: [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md index abf1774b..9a465c3a 100644 --- a/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_2family_looks_like_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: my_family - - :notebook: default: [- true -] + - :notebook: default: [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/20_7help_family.gitlab.md b/tests/results/test_read_write_secrets_errors/20_7help_family.gitlab.md index 979e48be..e2c6bdb2 100644 --- a/tests/results/test_read_write_secrets_errors/20_7help_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: the first family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: the second family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_9default_information_parent.gitlab.md b/tests/results/test_read_write_secrets_errors/20_9default_information_parent.gitlab.md index de78e27a..23502b23 100644 --- a/tests/results/test_read_write_secrets_errors/20_9default_information_parent.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: family - - :notebook: a first variable: [- null -] - - :notebook: a second variable: [- null -] + - :notebook: a first variable: [+ null +] + - :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/20_9family_absolute.gitlab.md b/tests/results/test_read_write_secrets_errors/20_9family_absolute.gitlab.md index 3566dc40..a5126a20 100644 --- a/tests/results/test_read_write_secrets_errors/20_9family_absolute.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/20_9family_absolute.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: first variable: [- null -] +- :notebook: first variable: [+ null +] - :open_file_folder: a family - - :notebook: a second variable: [- null -] + - :notebook: a second variable: [+ null +] - :open_file_folder: a sub family - :notebook: third variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] - :open_file_folder: a family - - :notebook: a variable2: [- null -] - - :notebook: var3: [- string4 -] + - :notebook: a variable2: [+ null +] + - :notebook: var3: [+ string4 +] - :open_file_folder: a sub family - :notebook: fourth variable: - - [- null -] - - [- null -] - - [- string4 -] + - [+ null +] + - [+ null +] + - [+ string4 +] diff --git a/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md index 865755c0..67dea065 100644 --- a/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the variable use has condition: [- no -] +- :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md index e236dd07..0eb22917 100644 --- a/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the variable use has condition: [- true -] +- :notebook: the variable use has condition: [+ true +] diff --git a/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md index a1013df1..1fa1b1a1 100644 --- a/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: the variable use has condition: [- no -] +- :notebook: the variable use has condition: [+ no +] - :open_file_folder: possibly hidden family - :open_file_folder: a subfamily - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md index f139d52e..702972e2 100644 --- a/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ no +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md index ffdb8edf..ee71d037 100644 --- a/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/24_0family_mandatory_condition_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- true -] -- :notebook: a variable: [- null -] +- :notebook: a condition: [+ true +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md b/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md index b19d8a8d..860b1c45 100644 --- a/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/24_7validators_variable_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - - :notebook: a first integer: [- null -] - - :notebook: a second integer: [- 1 -] + - :notebook: a first integer: [+ null +] + - :notebook: a second integer: [+ 1 +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_diff_name.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_follower_default_value.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md index 3ba8e0c1..8dc54eb9 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_follower.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] - - :notebook: a follower: [- value1 -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- value2 -] + - :notebook: a leader: [+ value2 +] + - :notebook: a follower: [+ value2 +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md index 7b003d6b..b54c0f0f 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_leader_not_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: general - - :notebook: No change: [- non -] + - :notebook: No change: [+ non +] - :open_file_folder: general1 - - :open_file_folder: leader: [- [] -] + - :open_file_folder: leader: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.gitlab.md b/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.gitlab.md index 5304f9b0..fb3ca626 100644 --- a/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_0leadership_reduce.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value_1 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_2 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_2 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value_3 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value_3 +] + - :notebook: a follower: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md b/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_1leadership_append_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md index 6ce7d9fe..683301e2 100644 --- a/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- a -] - - :notebook: a follower: [- 0 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md index 6ce7d9fe..683301e2 100644 --- a/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_2leadership_calculation_index_2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- a -] - - :notebook: a follower: [- 0 -] + - :notebook: a leader: [+ a +] + - :notebook: a follower: [+ 0 +] - :open_file_folder: a leader - - :notebook: a leader: [- b -] - - :notebook: a follower: [- 1 -] + - :notebook: a leader: [+ b +] + - :notebook: a follower: [+ 1 +] - :open_file_folder: a leader - - :notebook: a leader: [- c -] - - :notebook: a follower: [- 2 -] + - :notebook: a leader: [+ c +] + - :notebook: a follower: [+ 2 +] diff --git a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md index 1b2f28d7..b1c7c2b3 100644 --- a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: A leadership: [- [] -] +- :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md index 1b2f28d7..b1c7c2b3 100644 --- a/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: A leadership: [- [] -] +- :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.gitlab.md b/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.gitlab.md index 383406f6..06ef2d35 100644 --- a/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_boolean.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a boolean variable: [- false -] +- :notebook: a boolean variable: [+ false +] - :notebook: a first multi variable: - - [- false -] + - [+ false +] - :notebook: a second multi variable: - - [- true -] - - [- false -] + - [+ true +] + - [+ false +] diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md index 8ff0a6a4..81950c85 100644 --- a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a first variable: - - [- no -] - - [- yes -] -- :notebook: a second variable: [- no -] -- :notebook: a third variable: [- yes -] + - [+ 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.gitlab.md b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent.gitlab.md index 3fda66a8..28ea22d0 100644 --- a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a variable: [- no -] +- :notebook: a variable: [+ no +] - :open_file_folder: a family - - :notebook: a calculated variable: [- no -] + - :notebook: a calculated variable: [+ no +] diff --git a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md index 76da8059..5301c70e 100644 --- a/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: first family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] - :open_file_folder: second family - - :notebook: a variable: [- no -] + - :notebook: a variable: [+ no +] diff --git a/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index 9a7e4de1..24094e22 100644 --- a/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] + - :notebook: a leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] + - [+ value1 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value2 -] + - [+ value2 +] diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md index 92a4ff85..53850d8f 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-last.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.gitlab.md index 92a4ff85..53850d8f 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 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-follower-no-mandatory.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index cec531c7..17d0700f 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: leader - :open_file_folder: leader - - :notebook: leader: [- a -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ a +] + - :notebook: follower: [+ null +] - :open_file_folder: leader - - :notebook: leader: [- b -] - - :notebook: follower: [- null -] + - :notebook: leader: [+ b +] + - :notebook: follower: [+ null +] - :notebook: variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md index 319982d9..4b3d894c 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- val11 -] - - [- val11 -] + - [+ val11 +] + - [+ val11 +] diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md index 57a526db..68bde566 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.gitlab.md index 12a9af27..d0e0db7e 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader.gitlab.md index c3f5c57b..379c055e 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ 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 -] + - :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 leader: [+ value2 +] + - :notebook: a follower: [+ val11 +] + - :notebook: an other follower: [+ val21 +] - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md index d2775e4c..0e24219a 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a calculated variable: - - [- value1 -] - - [- value2 -] + - [+ 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 -] + - :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 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.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md index 9f6239fd..7c53a4a9 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 -] + - :notebook: a leader: [+ null +] + - :notebook: a follower: [+ val +] - :open_file_folder: a leader - - :notebook: a leader: [- null -] - - :notebook: a follower: [- val -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index 9c792a4a..604f4e64 100644 --- a/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: a leader - - :notebook: a leader: [- value1 -] - - :notebook: a follower: [- null -] + - :notebook: a leader: [+ value1 +] + - :notebook: a follower: [+ null +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] - - :notebook: a follower: [- null -] + - :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 leader: [+ value1 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] - :open_file_folder: a leader - - :notebook: a leader: [- value2 -] + - :notebook: a leader: [+ value2 +] - :notebook: a follower: - - [- value1 -] - - [- value2 -] + - [+ value1 +] + - [+ value2 +] diff --git a/tests/results/test_read_write_secrets_errors/41_0choice_leader.gitlab.md b/tests/results/test_read_write_secrets_errors/41_0choice_leader.gitlab.md index f770a333..0568752a 100644 --- a/tests/results/test_read_write_secrets_errors/41_0choice_leader.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/41_0choice_leader.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: The leadership: [- [] -] +- :open_file_folder: The leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md index 56263f31..878d22d8 100644 --- a/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a leadership - :open_file_folder: aleader - - :notebook: aleader: [- a -] + - :notebook: aleader: [+ a +] - :open_file_folder: aleader - - :notebook: aleader: [- b -] - - :notebook: a follower: [- value -] + - :notebook: aleader: [+ b +] + - :notebook: a follower: [+ value +] diff --git a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md index 6cb3a1f4..67a370d5 100644 --- a/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/44_4leadership_mandatory_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: a leadership: [- [] -] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md b/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md index d5851491..bcd494f2 100644 --- a/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- no -] +- :notebook: a condition: [+ no +] diff --git a/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md b/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md index 122086cb..8ec4c794 100644 --- a/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a condition: [- yes -] -- :open_file_folder: a leadership: [- [] -] +- :notebook: a condition: [+ yes +] +- :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic.gitlab.md index da717c1f..8aac66dc 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md index da717c1f..8aac66dc 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md index 78dd04ee..6ebd59d6 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val.1 -] - - [- val.2 -] + - [+ val.1 +] + - [+ val.2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val.1 -] - - :notebook: A dynamic variable: [- val.1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description.gitlab.md index 591b8ba7..57439de8 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] - :open_file_folder: A dynamic family - - :notebook: var: [- null -] + - :notebook: var: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md index 9b6db569..6373ce70 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_source_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md index ccb99a49..9b3717f6 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [- null -] + - :notebook: a variable inside a dynamic family: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_test.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md index 74cfa450..1bfa3d13 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_upper_char.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- Val1 -] - - [- VAL2 -] + - [+ Val1 +] + - [+ VAL2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md index d0ff9f68..5ca890b7 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] +- :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md index 0907aad9..ce5bab3d 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val -] + - :notebook: a variable inside dynamic family: [+ val +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md index 5b212df6..82a78b8f 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val1: [- a value -] + - :notebook: A dynamic variable with suffix val1: [+ a value +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable with suffix val2: [- a value -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md index 93493497..558d3eaa 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] +- :notebook: A suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_0family_mode.gitlab.md b/tests/results/test_read_write_secrets_errors/60_0family_mode.gitlab.md index 703f83d3..390f3f04 100644 --- a/tests/results/test_read_write_secrets_errors/60_0family_mode.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_0family_mode.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a family - - :notebook: A variable: [- non -] + - :notebook: A variable: [+ non +] diff --git a/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md index 11e94f8c..cc58a8e4 100644 --- a/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_1family_dynamic_jinja.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: A dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index 8340dd8a..6c6cd789 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family - - :notebook: with a variable: [- null -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 29bd3edc..048ffed8 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - :open_file_folder: a family inside dynamic family - - :notebook: a dynamic variable: [- val1 -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 54bbb0cf..4dcb5929 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a identifier variable: [- [] -] -- :notebook: a varible outside dynamic family: [- null -] +- :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_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index cfa58971..6efd0497 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] -- :notebook: a second variable: [- null -] +- :notebook: a suffix variable: [+ [] +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md index 7f76f7d0..d00b7760 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffx variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] + - :notebook: a dynamic variable: [+ val +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- val -] -- :notebook: a second variable: [- val -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.gitlab.md index b469bf68..d896c9d3 100644 --- a/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffx variable: [- [] -] -- :notebook: a second variable: [- null -] +- :notebook: a suffx variable: [+ [] +] +- :notebook: a second variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md index 34caaf10..6f392400 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable for val1: [- null -] + - :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 dynamic variable for val2: [+ null +] +- :notebook: A new variable: [+ null +] - :notebook: A new variable: - - [- null -] - - [- null -] + - [+ null +] + - [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md index 8cbe3a4c..6eb96b4e 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val1 -] + - :notebook: Suffix has value: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: Suffix has value: [- val2 -] + - :notebook: Suffix has value: [+ val2 +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md index d0ff9f68..5ca890b7 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] +- :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md index af8535c1..c29f9a50 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md index ea198494..b17fa29d 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A identifier variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val1 -] + - :notebook: A dynamic variable: [+ val1 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [- val2 -] + - :notebook: A dynamic variable: [+ val2 +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 2ec4d801..1b440cc4 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A identifier variable: [- [] -] +- :notebook: A identifier variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md index f4be378e..a2488a22 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: A suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [- null -] -- :notebook: A variable calculated: [- null -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md index 35e567b3..a4ca697a 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [- null -] - - :notebook: A new variable: [- null -] + - :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 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index fa2fa9a4..9577433d 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [- null -] + - :notebook: A dynamic variable: [+ null +] - :open_file_folder: A dynamic famify for val2 - - :notebook: A dynamic variable: [- null -] -- :notebook: A new variable: [- null -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.gitlab.md index f24d5d28..e4449e31 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: A suffix variable: [- [] -] -- :notebook: A variable calculated: [- null -] +- :notebook: A suffix variable: [+ [] +] +- :notebook: A variable calculated: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md index 1e96d586..2b6a7e6b 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_hidden_suffix.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [- null -] + - :notebook: a variable: [+ null +] - :open_file_folder: a family - - :notebook: a new variable: [- null -] + - :notebook: a new variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md index 7d862519..7d937946 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val1 -] + - :notebook: a variable inside dynamic family: [+ val1 +] - :open_file_folder: a dynamic family - - :notebook: a variable inside dynamic family: [- val2 -] -- :notebook: a variable: [- val1 -] + - :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.gitlab.md b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 1bbbc545..4a411f7d 100644 --- a/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: asuffix variable: [- [] -] -- :notebook: a variable: [- null -] +- :notebook: asuffix variable: [+ [] +] +- :notebook: a variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md index 05055749..4819e1a2 100644 --- a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: - :notebook: a suffix variable: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] - :open_file_folder: a dynamic family - - :open_file_folder: a leadership: [- [] -] + - :open_file_folder: a leadership: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md index d0ff9f68..5ca890b7 100644 --- a/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- [] -] +- :notebook: a suffix variable: [+ [] +] diff --git a/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md b/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md index 72518de7..fe279176 100644 --- a/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/60_9family_dynamic_calc_both.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: a suffix variable: [- val2 -] +- :notebook: a suffix variable: [+ val2 +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [- null -] + - :notebook: a dynamic variable: [+ null +] diff --git a/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md b/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md index 1b2f28d7..b1c7c2b3 100644 --- a/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_read_write_secrets_errors/68_0family_leadership_mode.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: A leadership: [- [] -] +- :open_file_folder: A leadership: [+ [] +] diff --git a/tests/results/test_secrets/00_0version_underscore.gitlab.md b/tests/results/test_secrets/00_0version_underscore.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_secrets/00_0version_underscore.gitlab.md +++ b/tests/results/test_secrets/00_0version_underscore.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_1empty_variable.gitlab.md b/tests/results/test_secrets/00_1empty_variable.gitlab.md index e4fe8476..1b86c63e 100644 --- a/tests/results/test_secrets/00_1empty_variable.gitlab.md +++ b/tests/results/test_secrets/00_1empty_variable.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: empty: [+ string1 +] ← loaded from rougail-test +- :notebook: empty: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/00_2default_calculated.gitlab.md b/tests/results/test_secrets/00_2default_calculated.gitlab.md index 068a8789..f92d0ee5 100644 --- a/tests/results/test_secrets/00_2default_calculated.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ 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: string1) - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_secrets/00_2default_calculated_multi.gitlab.md index f80f7464..01c66533 100644 --- a/tests/results/test_secrets/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/00_2default_calculated_params_permissive.gitlab.md index 13866103..8ff93bcd 100644 --- a/tests/results/test_secrets/00_2default_calculated_params_permissive.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated_params_permissive.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) + - :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.gitlab.md b/tests/results/test_secrets/00_2default_calculated_variable.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_secrets/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/00_2default_calculated_variable_description.gitlab.md index 38c887f5..236f5765 100644 --- a/tests/results/test_secrets/00_2default_calculated_variable_description.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated_variable_description.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md index 239329bf..024f26fa 100644 --- a/tests/results/test_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated_variable_description_multi_line.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/00_2default_calculated_variable_transitive.gitlab.md index ed65076a..d388a387 100644 --- a/tests/results/test_secrets/00_2default_calculated_variable_transitive.gitlab.md +++ b/tests/results/test_secrets/00_2default_calculated_variable_transitive.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/00_4load_subfolder.gitlab.md index 923db5c2..b9bd4cd9 100644 --- a/tests/results/test_secrets/00_4load_subfolder.gitlab.md +++ b/tests/results/test_secrets/00_4load_subfolder.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_5load_notype.gitlab.md index 61086f51..a3648ea1 100644 --- a/tests/results/test_secrets/00_5load_notype.gitlab.md +++ b/tests/results/test_secrets/00_5load_notype.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_secrets/00_6boolean.gitlab.md b/tests/results/test_secrets/00_6boolean.gitlab.md index 0595f04d..fec3bc0b 100644 --- a/tests/results/test_secrets/00_6boolean.gitlab.md +++ b/tests/results/test_secrets/00_6boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_secrets/00_6boolean_no_mandatory.gitlab.md index fc977203..6635fde9 100644 --- a/tests/results/test_secrets/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_secrets/00_6boolean_no_mandatory.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/00_6choice.gitlab.md b/tests/results/test_secrets/00_6choice.gitlab.md index 8982a592..caa9a97c 100644 --- a/tests/results/test_secrets/00_6choice.gitlab.md +++ b/tests/results/test_secrets/00_6choice.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6choice_calculation.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_secrets/00_6choice_calculation.gitlab.md +++ b/tests/results/test_secrets/00_6choice_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_secrets/00_6choice_link.gitlab.md b/tests/results/test_secrets/00_6choice_link.gitlab.md index 6d940990..3daf20b1 100644 --- a/tests/results/test_secrets/00_6choice_link.gitlab.md +++ b/tests/results/test_secrets/00_6choice_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6choice_variable.gitlab.md index c96d0311..a71e9b27 100644 --- a/tests/results/test_secrets/00_6choice_variable.gitlab.md +++ b/tests/results/test_secrets/00_6choice_variable.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/00_6choice_variable_link.gitlab.md index 41365116..20258acb 100644 --- a/tests/results/test_secrets/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_secrets/00_6choice_variable_link.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/00_6choice_variable_link2.gitlab.md index 7ba704fa..52be8a70 100644 --- a/tests/results/test_secrets/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_secrets/00_6choice_variable_link2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1) diff --git a/tests/results/test_secrets/00_6custom.gitlab.md b/tests/results/test_secrets/00_6custom.gitlab.md index 0189c88d..0c7d688f 100644 --- a/tests/results/test_secrets/00_6custom.gitlab.md +++ b/tests/results/test_secrets/00_6custom.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6domainname.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_secrets/00_6domainname.gitlab.md +++ b/tests/results/test_secrets/00_6domainname.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6domainname_params.gitlab.md index ae7d094f..e8a87148 100644 --- a/tests/results/test_secrets/00_6domainname_params.gitlab.md +++ b/tests/results/test_secrets/00_6domainname_params.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6float.gitlab.md index da3b1e99..1d998460 100644 --- a/tests/results/test_secrets/00_6float.gitlab.md +++ b/tests/results/test_secrets/00_6float.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6integer.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_secrets/00_6integer.gitlab.md +++ b/tests/results/test_secrets/00_6integer.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6ip.gitlab.md index 00e51197..884516c1 100644 --- a/tests/results/test_secrets/00_6ip.gitlab.md +++ b/tests/results/test_secrets/00_6ip.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6network.gitlab.md index 5dc5a8f7..6bc5530c 100644 --- a/tests/results/test_secrets/00_6network.gitlab.md +++ b/tests/results/test_secrets/00_6network.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6number.gitlab.md index d113c3aa..be3b6727 100644 --- a/tests/results/test_secrets/00_6number.gitlab.md +++ b/tests/results/test_secrets/00_6number.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6port.gitlab.md index afa2f02e..11835540 100644 --- a/tests/results/test_secrets/00_6port.gitlab.md +++ b/tests/results/test_secrets/00_6port.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6regexp.gitlab.md index 426174fc..7b610971 100644 --- a/tests/results/test_secrets/00_6regexp.gitlab.md +++ b/tests/results/test_secrets/00_6regexp.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) +- :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) diff --git a/tests/results/test_secrets/00_6regexp_link.gitlab.md b/tests/results/test_secrets/00_6regexp_link.gitlab.md index 8d215a98..0bcef460 100644 --- a/tests/results/test_secrets/00_6regexp_link.gitlab.md +++ b/tests/results/test_secrets/00_6regexp_link.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_6secret.gitlab.md index a968e0a0..97f97ca8 100644 --- a/tests/results/test_secrets/00_6secret.gitlab.md +++ b/tests/results/test_secrets/00_6secret.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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.gitlab.md b/tests/results/test_secrets/00_6secret_param.gitlab.md index 82fa4804..d8340fef 100644 --- a/tests/results/test_secrets/00_6secret_param.gitlab.md +++ b/tests/results/test_secrets/00_6secret_param.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: **********) +- :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.gitlab.md b/tests/results/test_secrets/00_6string.gitlab.md index b10138f5..0f337dd7 100644 --- a/tests/results/test_secrets/00_6string.gitlab.md +++ b/tests/results/test_secrets/00_6string.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_7choice_quote.gitlab.md index f876b5dd..7e65279f 100644 --- a/tests/results/test_secrets/00_7choice_quote.gitlab.md +++ b/tests/results/test_secrets/00_7choice_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_secrets/00_7help.gitlab.md b/tests/results/test_secrets/00_7help.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_secrets/00_7help.gitlab.md +++ b/tests/results/test_secrets/00_7help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_7help_quote.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_secrets/00_7help_quote.gitlab.md +++ b/tests/results/test_secrets/00_7help_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_7help_sup.gitlab.md index b383890c..ac1d4b90 100644 --- a/tests/results/test_secrets/00_7help_sup.gitlab.md +++ b/tests/results/test_secrets/00_7help_sup.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first : [+ string1 +] ← loaded from rougail-test -- :notebook: the second : [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_7value_doublequote.gitlab.md index cdcf0ee0..f189f108 100644 --- a/tests/results/test_secrets/00_7value_doublequote.gitlab.md +++ b/tests/results/test_secrets/00_7value_doublequote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote") diff --git a/tests/results/test_secrets/00_7value_doublequote2.gitlab.md b/tests/results/test_secrets/00_7value_doublequote2.gitlab.md index a663f439..3e7e1a8b 100644 --- a/tests/results/test_secrets/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_secrets/00_7value_doublequote2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") diff --git a/tests/results/test_secrets/00_7value_doublequote3.gitlab.md b/tests/results/test_secrets/00_7value_doublequote3.gitlab.md index e9fbd377..25077480 100644 --- a/tests/results/test_secrets/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_secrets/00_7value_doublequote3.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') diff --git a/tests/results/test_secrets/00_7value_quote.gitlab.md b/tests/results/test_secrets/00_7value_quote.gitlab.md index 788071c5..0c1efcaf 100644 --- a/tests/results/test_secrets/00_7value_quote.gitlab.md +++ b/tests/results/test_secrets/00_7value_quote.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote') diff --git a/tests/results/test_secrets/00_8calculation_information.gitlab.md b/tests/results/test_secrets/00_8calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_secrets/00_8calculation_information.gitlab.md +++ b/tests/results/test_secrets/00_8calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_8test.gitlab.md b/tests/results/test_secrets/00_8test.gitlab.md index 80f2a92d..c0815f1f 100644 --- a/tests/results/test_secrets/00_8test.gitlab.md +++ b/tests/results/test_secrets/00_8test.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- test1 -] ← loaded from rougail-test + - [- test2 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/00_9choice_variable_multi.gitlab.md b/tests/results/test_secrets/00_9choice_variable_multi.gitlab.md index cfde7abb..ac21615c 100644 --- a/tests/results/test_secrets/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_secrets/00_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a first variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :notebook: a second variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/00_9choice_variables.gitlab.md b/tests/results/test_secrets/00_9choice_variables.gitlab.md index 443ac796..287ac4a2 100644 --- a/tests/results/test_secrets/00_9choice_variables.gitlab.md +++ b/tests/results/test_secrets/00_9choice_variables.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_9default_calculation.gitlab.md index e4f147c1..39c88fc8 100644 --- a/tests/results/test_secrets/00_9default_calculation.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) +- :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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_information.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_secrets/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_information.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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_9default_calculation_information_other_variable.gitlab.md b/tests/results/test_secrets/00_9default_calculation_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_secrets/00_9default_calculation_information_other_variable.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_multi_optional.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_secrets/00_9default_calculation_multi_optional.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_multi_optional2.gitlab.md index eeffed5b..9d1d0adc 100644 --- a/tests/results/test_secrets/00_9default_calculation_multi_optional2.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional2.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_multi_optional_default.gitlab.md index 4bf68821..2a7eba1a 100644 --- a/tests/results/test_secrets/00_9default_calculation_multi_optional_default.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_multi_optional_default.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) +- :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 + - [- 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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_optional.gitlab.md index 311464a5..ee6735b5 100644 --- a/tests/results/test_secrets/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: my_calculated_variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_optional_exists.gitlab.md index 1f78057c..12720a7e 100644 --- a/tests/results/test_secrets/00_9default_calculation_optional_exists.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_optional_exists.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/00_9default_calculation_param_optional.gitlab.md index e1e33391..270d2676 100644 --- a/tests/results/test_secrets/00_9default_calculation_param_optional.gitlab.md +++ b/tests/results/test_secrets/00_9default_calculation_param_optional.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/00_9default_information_other_variable.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_secrets/00_9default_information_other_variable.gitlab.md +++ b/tests/results/test_secrets/00_9default_information_other_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_9default_information_other_variable2.gitlab.md index e3061c15..dd4f034c 100644 --- a/tests/results/test_secrets/00_9default_information_other_variable2.gitlab.md +++ b/tests/results/test_secrets/00_9default_information_other_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/00_9default_integer.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_secrets/00_9default_integer.gitlab.md +++ b/tests/results/test_secrets/00_9default_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_secrets/00_9default_number.gitlab.md b/tests/results/test_secrets/00_9default_number.gitlab.md index be010c24..d1288098 100644 --- a/tests/results/test_secrets/00_9default_number.gitlab.md +++ b/tests/results/test_secrets/00_9default_number.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) +- :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9) diff --git a/tests/results/test_secrets/01_6boolean_multi.gitlab.md b/tests/results/test_secrets/01_6boolean_multi.gitlab.md index 643aaafb..5d310257 100644 --- a/tests/results/test_secrets/01_6boolean_multi.gitlab.md +++ b/tests/results/test_secrets/01_6boolean_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: the first variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the forth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the seventh variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the eighth variable: - - [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/01_6custom_multi.gitlab.md b/tests/results/test_secrets/01_6custom_multi.gitlab.md index a173cac3..4209eb56 100644 --- a/tests/results/test_secrets/01_6custom_multi.gitlab.md +++ b/tests/results/test_secrets/01_6custom_multi.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_6float_multi.gitlab.md index 14c7b70f..93e48755 100644 --- a/tests/results/test_secrets/01_6float_multi.gitlab.md +++ b/tests/results/test_secrets/01_6float_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_6integer_multi.gitlab.md index d2072ce7..e30525a2 100644 --- a/tests/results/test_secrets/01_6integer_multi.gitlab.md +++ b/tests/results/test_secrets/01_6integer_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_6integer_multi_mandatory.gitlab.md index 7cdb234c..836b7568 100644 --- a/tests/results/test_secrets/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_secrets/01_6integer_multi_mandatory.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: the first variable: - - [+ 1 +] ← loaded from rougail-test - - [+ 2 +] ← loaded from rougail-test - - [+ 3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_secrets/01_6string_empty.gitlab.md index 38a3619c..5fbc910b 100644 --- a/tests/results/test_secrets/01_6string_empty.gitlab.md +++ b/tests/results/test_secrets/01_6string_empty.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_6string_multi.gitlab.md index 4cf95050..3142597e 100644 --- a/tests/results/test_secrets/01_6string_multi.gitlab.md +++ b/tests/results/test_secrets/01_6string_multi.gitlab.md @@ -1,39 +1,39 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_6string_multi_length.gitlab.md index 631d4c5e..db6dabfb 100644 --- a/tests/results/test_secrets/01_6string_multi_length.gitlab.md +++ b/tests/results/test_secrets/01_6string_multi_length.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_7value_multi_doublequote.gitlab.md index 66904d69..7974ca1b 100644 --- a/tests/results/test_secrets/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_secrets/01_7value_multi_doublequote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_7value_multi_doublequote2.gitlab.md index 0a82d5af..9042903f 100644 --- a/tests/results/test_secrets/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_secrets/01_7value_multi_doublequote2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_7value_multi_quote.gitlab.md index f953ff32..33da1434 100644 --- a/tests/results/test_secrets/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_secrets/01_7value_multi_quote.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_8calculation_information_multi.gitlab.md index 283d94ef..24d1736f 100644 --- a/tests/results/test_secrets/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_secrets/01_8calculation_information_multi.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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.gitlab.md b/tests/results/test_secrets/01_9choice_variable_multi.gitlab.md index 14a644db..f2fff686 100644 --- a/tests/results/test_secrets/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_secrets/01_9choice_variable_multi.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/01_9choice_variable_optional.gitlab.md index 2863165c..c8b8b854 100644 --- a/tests/results/test_secrets/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_secrets/01_9choice_variable_optional.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_secrets/02_0tags.gitlab.md b/tests/results/test_secrets/02_0tags.gitlab.md index af040b6d..7659b9a1 100644 --- a/tests/results/test_secrets/02_0tags.gitlab.md +++ b/tests/results/test_secrets/02_0tags.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test -- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/04_0type_param.gitlab.md index 4b7f99b0..ee97f7cd 100644 --- a/tests/results/test_secrets/04_0type_param.gitlab.md +++ b/tests/results/test_secrets/04_0type_param.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited number: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_secrets/04_0type_param_integer.gitlab.md b/tests/results/test_secrets/04_0type_param_integer.gitlab.md index 0ce8abaf..234a5b5f 100644 --- a/tests/results/test_secrets/04_0type_param_integer.gitlab.md +++ b/tests/results/test_secrets/04_0type_param_integer.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) +- :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10) diff --git a/tests/results/test_secrets/04_1auto_save.gitlab.md b/tests/results/test_secrets/04_1auto_save.gitlab.md index 2d2d1fbc..e1a60ad6 100644 --- a/tests/results/test_secrets/04_1auto_save.gitlab.md +++ b/tests/results/test_secrets/04_1auto_save.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: an auto save variable: [+ no +] +- :notebook: an auto save variable: [- no -] diff --git a/tests/results/test_secrets/04_1auto_save_and_calculated.gitlab.md b/tests/results/test_secrets/04_1auto_save_and_calculated.gitlab.md index d7e48173..469ed912 100644 --- a/tests/results/test_secrets/04_1auto_save_and_calculated.gitlab.md +++ b/tests/results/test_secrets/04_1auto_save_and_calculated.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.gitlab.md index 55b5776a..b6f6045b 100644 --- a/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.gitlab.md +++ b/tests/results/test_secrets/04_1auto_save_and_calculated_hidden.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +] +- :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.gitlab.md b/tests/results/test_secrets/04_1auto_save_and_hidden.gitlab.md index bcf7ff49..48a99f7a 100644 --- a/tests/results/test_secrets/04_1auto_save_and_hidden.gitlab.md +++ b/tests/results/test_secrets/04_1auto_save_and_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: [+ autosave variable +]: [+ yes +] +- :notebook: [+ autosave variable +]: [- yes -] diff --git a/tests/results/test_secrets/04_1default_calculation_hidden.gitlab.md b/tests/results/test_secrets/04_1default_calculation_hidden.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_secrets/04_1default_calculation_hidden.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/04_1default_calculation_hidden_2.gitlab.md index b6c9b41a..f4e039fd 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden_2.gitlab.md +++ b/tests/results/test_secrets/04_1default_calculation_hidden_2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified 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 +] ← loaded from rougail-test -- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test +- :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.gitlab.md b/tests/results/test_secrets/04_1default_calculation_hidden_3.gitlab.md index 83e58822..170642de 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden_3.gitlab.md +++ b/tests/results/test_secrets/04_1default_calculation_hidden_3.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test_secrets/04_1default_calculation_hidden_4.gitlab.md index a2670320..b4eab162 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden_4.gitlab.md +++ b/tests/results/test_secrets/04_1default_calculation_hidden_4.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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.gitlab.md b/tests/results/test_secrets/04_1default_calculation_hidden_5.gitlab.md index 9aa189d6..205a661e 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden_5.gitlab.md +++ b/tests/results/test_secrets/04_1default_calculation_hidden_5.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test_secrets/04_1default_calculation_hidden_6.gitlab.md index 30a44aa9..cb9b1286 100644 --- a/tests/results/test_secrets/04_1default_calculation_hidden_6.gitlab.md +++ b/tests/results/test_secrets/04_1default_calculation_hidden_6.gitlab.md @@ -2,10 +2,10 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 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.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_boolean.gitlab.md index d89de0a2..46e2de93 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_boolean.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_optional.gitlab.md index 86d7cc94..286460f7 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_optional.gitlab.md @@ -2,11 +2,11 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 +- :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.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_optional_default.gitlab.md index 5fbf4a7b..ec898881 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_optional_default.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_optional_default.gitlab.md @@ -2,13 +2,13 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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 -] +- :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.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable10.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable10.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable10.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable2.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable2.gitlab.md index 0b6acc2c..ed39194e 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable2.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable3.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable3.gitlab.md index a19e6418..f38884ea 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable3.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable4.gitlab.md index 440396d9..2bfd3c07 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable4.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a condition: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable5.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable5.gitlab.md index bf47084a..43cde7f8 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable5.gitlab.md @@ -2,9 +2,9 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: [+ a condition +]: [- false -] -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: [+ a condition +]: [+ false +] +- :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable6.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable6.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable6.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable7.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable7.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable7.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable8.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable8.gitlab.md index 2ecc7531..3f303baa 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable8.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable8.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a condition +]: [- true -] +- :notebook: [+ a condition +]: [+ true +] diff --git a/tests/results/test_secrets/04_5disabled_calculation_variable9.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable9.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable9.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/04_5disabled_calculation_variable_multi.gitlab.md b/tests/results/test_secrets/04_5disabled_calculation_variable_multi.gitlab.md index e1b77616..3395fd99 100644 --- a/tests/results/test_secrets/04_5disabled_calculation_variable_multi.gitlab.md +++ b/tests/results/test_secrets/04_5disabled_calculation_variable_multi.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :notebook: a condition: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/04_5validators.gitlab.md b/tests/results/test_secrets/04_5validators.gitlab.md index 659464a6..0174f065 100644 --- a/tests/results/test_secrets/04_5validators.gitlab.md +++ b/tests/results/test_secrets/04_5validators.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test +- :notebook: An integer: [- 1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/04_5validators_differ.gitlab.md b/tests/results/test_secrets/04_5validators_differ.gitlab.md index 9ba018f5..42963e31 100644 --- a/tests/results/test_secrets/04_5validators_differ.gitlab.md +++ b/tests/results/test_secrets/04_5validators_differ.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/04_5validators_multi.gitlab.md index 67bf484a..80c92a68 100644 --- a/tests/results/test_secrets/04_5validators_multi.gitlab.md +++ b/tests/results/test_secrets/04_5validators_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/04_5validators_multi2.gitlab.md index e8bda7df..4f2aedad 100644 --- a/tests/results/test_secrets/04_5validators_multi2.gitlab.md +++ b/tests/results/test_secrets/04_5validators_multi2.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/04_5validators_multi3.gitlab.md index 25c9e383..f3a2d97a 100644 --- a/tests/results/test_secrets/04_5validators_multi3.gitlab.md +++ b/tests/results/test_secrets/04_5validators_multi3.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a second variable: - - [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) + - [- 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.gitlab.md b/tests/results/test_secrets/04_5validators_warnings.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_secrets/04_5validators_warnings.gitlab.md +++ b/tests/results/test_secrets/04_5validators_warnings.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_secrets/04_5validators_warnings_all.gitlab.md b/tests/results/test_secrets/04_5validators_warnings_all.gitlab.md index c502c75e..2d362be2 100644 --- a/tests/results/test_secrets/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_secrets/04_5validators_warnings_all.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: An integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) +- :notebook: An integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1000) diff --git a/tests/results/test_secrets/05_0multi_not_uniq.gitlab.md b/tests/results/test_secrets/05_0multi_not_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_secrets/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_secrets/05_0multi_not_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/05_0multi_uniq.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_secrets/05_0multi_uniq.gitlab.md +++ b/tests/results/test_secrets/05_0multi_uniq.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/12_1auto_save_expert.gitlab.md index 57054d05..4fc539eb 100644 --- a/tests/results/test_secrets/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_secrets/12_1auto_save_expert.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ no +] +- :notebook: a variable: [- no -] diff --git a/tests/results/test_secrets/16_0redefine_description.gitlab.md b/tests/results/test_secrets/16_0redefine_description.gitlab.md index 2f71cc1a..87010fc4 100644 --- a/tests/results/test_secrets/16_0redefine_description.gitlab.md +++ b/tests/results/test_secrets/16_0redefine_description.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Redefined: [+ string1 +] ← loaded from rougail-test +- :notebook: Redefined: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/16_3family_empty_at_ends.gitlab.md b/tests/results/test_secrets/16_3family_empty_at_ends.gitlab.md index 6b55da95..582e4ddb 100644 --- a/tests/results/test_secrets/16_3family_empty_at_ends.gitlab.md +++ b/tests/results/test_secrets/16_3family_empty_at_ends.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: family - - :notebook: var1: [+ string1 +] ← loaded from rougail-test + - :notebook: var1: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/16_5exists_nonexists.gitlab.md b/tests/results/test_secrets/16_5exists_nonexists.gitlab.md index 9487099b..61200957 100644 --- a/tests/results/test_secrets/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_secrets/16_5exists_nonexists.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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.gitlab.md b/tests/results/test_secrets/16_5exists_redefine.gitlab.md index c0b17e62..3935b6a0 100644 --- a/tests/results/test_secrets/16_5exists_redefine.gitlab.md +++ b/tests/results/test_secrets/16_5exists_redefine.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a first variable +]: [- yes -] +- :notebook: [+ a first variable +]: [+ yes +] diff --git a/tests/results/test_secrets/16_5redefine_calculation.gitlab.md b/tests/results/test_secrets/16_5redefine_calculation.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_secrets/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_calculation.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/16_5redefine_choice.gitlab.md b/tests/results/test_secrets/16_5redefine_choice.gitlab.md index e0cbfbd7..353e222d 100644 --- a/tests/results/test_secrets/16_5redefine_choice.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_choice.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ a +] ← loaded from rougail-test +- :notebook: a variable: [- a -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_default.gitlab.md b/tests/results/test_secrets/16_5redefine_default.gitlab.md index 3c4178cc..02f6c08c 100644 --- a/tests/results/test_secrets/16_5redefine_default.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_default.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes) diff --git a/tests/results/test_secrets/16_5redefine_default_calculation.gitlab.md b/tests/results/test_secrets/16_5redefine_default_calculation.gitlab.md index 74f49299..21fdfad3 100644 --- a/tests/results/test_secrets/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_default_calculation.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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/16_5redefine_family.gitlab.md b/tests/results/test_secrets/16_5redefine_family.gitlab.md index 54ad1d4b..a69c29c3 100644 --- a/tests/results/test_secrets/16_5redefine_family.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_family.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_help.gitlab.md b/tests/results/test_secrets/16_5redefine_help.gitlab.md index 068fa3d9..6c1c3743 100644 --- a/tests/results/test_secrets/16_5redefine_help.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_help.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - - :notebook: redefine help: [+ string1 +] ← loaded from rougail-test + - :notebook: redefine help: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/16_5redefine_hidden.gitlab.md b/tests/results/test_secrets/16_5redefine_hidden.gitlab.md index 73993b0b..e05d930b 100644 --- a/tests/results/test_secrets/16_5redefine_hidden.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :notebook: [+ a variable +]: [- no -] +- :notebook: [+ a variable +]: [+ no +] diff --git a/tests/results/test_secrets/16_5redefine_multi.gitlab.md b/tests/results/test_secrets/16_5redefine_multi.gitlab.md index ea86d7b7..3a2267db 100644 --- a/tests/results/test_secrets/16_5redefine_multi.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_multi.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_secrets/16_5redefine_remove_disable_calculation.gitlab.md +++ b/tests/results/test_secrets/16_5redefine_remove_disable_calculation.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/16_5test_redefine.gitlab.md index 52893996..2c9ecbe5 100644 --- a/tests/results/test_secrets/16_5test_redefine.gitlab.md +++ b/tests/results/test_secrets/16_5test_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/16_6choice_redefine.gitlab.md index 23bb13ad..77d8d999 100644 --- a/tests/results/test_secrets/16_6choice_redefine.gitlab.md +++ b/tests/results/test_secrets/16_6choice_redefine.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: A choice: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) +- :notebook: A choice: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c) diff --git a/tests/results/test_secrets/16_6exists_redefine_family.gitlab.md b/tests/results/test_secrets/16_6exists_redefine_family.gitlab.md index 20305fc6..f915f7d0 100644 --- a/tests/results/test_secrets/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_secrets/16_6exists_redefine_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: new description - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a second family - - :notebook: a second variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a second variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/16exists_exists.gitlab.md b/tests/results/test_secrets/16exists_exists.gitlab.md index 53c920b3..4be431c1 100644 --- a/tests/results/test_secrets/16exists_exists.gitlab.md +++ b/tests/results/test_secrets/16exists_exists.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: Description: [+ string1 +] ← loaded from rougail-test +- :notebook: Description: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/17_5redefine_leadership.gitlab.md b/tests/results/test_secrets/17_5redefine_leadership.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_secrets/17_5redefine_leadership.gitlab.md +++ b/tests/results/test_secrets/17_5redefine_leadership.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_secrets/20_0family_append.gitlab.md b/tests/results/test_secrets/20_0family_append.gitlab.md index af742066..7c84733e 100644 --- a/tests/results/test_secrets/20_0family_append.gitlab.md +++ b/tests/results/test_secrets/20_0family_append.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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_0multi_family.gitlab.md b/tests/results/test_secrets/20_0multi_family.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_secrets/20_0multi_family.gitlab.md +++ b/tests/results/test_secrets/20_0multi_family.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/20_0multi_family_basic.gitlab.md b/tests/results/test_secrets/20_0multi_family_basic.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_secrets/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_secrets/20_0multi_family_basic.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/20_0multi_family_expert.gitlab.md b/tests/results/test_secrets/20_0multi_family_expert.gitlab.md index 049afbe0..1d878951 100644 --- a/tests/results/test_secrets/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_secrets/20_0multi_family_expert.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a family - :open_file_folder: a sub family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/20_0multi_family_order.gitlab.md b/tests/results/test_secrets/20_0multi_family_order.gitlab.md index aabf89a8..94d1798c 100644 --- a/tests/results/test_secrets/20_0multi_family_order.gitlab.md +++ b/tests/results/test_secrets/20_0multi_family_order.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test +- :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a first variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_secrets/20_0validators_differ_redefine.gitlab.md index 8862adb9..5ca71d92 100644 --- a/tests/results/test_secrets/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_secrets/20_0validators_differ_redefine.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) +- :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_2family_looks_like_dynamic.gitlab.md b/tests/results/test_secrets/20_2family_looks_like_dynamic.gitlab.md index 4ef5c21e..bd1df785 100644 --- a/tests/results/test_secrets/20_2family_looks_like_dynamic.gitlab.md +++ b/tests/results/test_secrets/20_2family_looks_like_dynamic.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/20_2family_looks_like_variable.gitlab.md index df22aa79..2df94454 100644 --- a/tests/results/test_secrets/20_2family_looks_like_variable.gitlab.md +++ b/tests/results/test_secrets/20_2family_looks_like_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: default: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true) diff --git a/tests/results/test_secrets/20_7help_family.gitlab.md b/tests/results/test_secrets/20_7help_family.gitlab.md index 0657a345..cbf4068a 100644 --- a/tests/results/test_secrets/20_7help_family.gitlab.md +++ b/tests/results/test_secrets/20_7help_family.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: the first family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: the second family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/20_9default_information_parent.gitlab.md b/tests/results/test_secrets/20_9default_information_parent.gitlab.md index 6062711a..a560c5af 100644 --- a/tests/results/test_secrets/20_9default_information_parent.gitlab.md +++ b/tests/results/test_secrets/20_9default_information_parent.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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.gitlab.md b/tests/results/test_secrets/20_9family_absolute.gitlab.md index 05407311..ded677c1 100644 --- a/tests/results/test_secrets/20_9family_absolute.gitlab.md +++ b/tests/results/test_secrets/20_9family_absolute.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: first variable: [+ string1 +] ← loaded from rougail-test +- :notebook: first variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a second variable: [+ string6 +] ← loaded from rougail-test + - :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 + - [- 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) + - :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) + - [- 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.gitlab.md b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.gitlab.md index b8faa9ea..6887d877 100644 --- a/tests/results/test_secrets/24_0family_hidden_condition_sub_family.gitlab.md +++ b/tests/results/test_secrets/24_0family_hidden_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md index 21fc5580..2cf20ed9 100644 --- a/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md +++ b/tests/results/test_secrets/24_0family_hidden_condition_variable_sub_family.gitlab.md @@ -2,12 +2,12 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ 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) +- :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 -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md index 2404fc9d..010bce1f 100644 --- a/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md +++ b/tests/results/test_secrets/24_0family_hidden_param_condition_sub_family.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: the variable use has condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :notebook: a variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/24_0family_mandatory_condition.gitlab.md b/tests/results/test_secrets/24_0family_mandatory_condition.gitlab.md index 1f82ad09..49d2b488 100644 --- a/tests/results/test_secrets/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_secrets/24_0family_mandatory_condition.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/24_0family_mandatory_condition_variable.gitlab.md index 4b597f6c..14412f5d 100644 --- a/tests/results/test_secrets/24_0family_mandatory_condition_variable.gitlab.md +++ b/tests/results/test_secrets/24_0family_mandatory_condition_variable.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 +- :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.gitlab.md b/tests/results/test_secrets/24_7validators_variable_optional.gitlab.md index feddb3f8..29c01c5b 100644 --- a/tests/results/test_secrets/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_secrets/24_7validators_variable_optional.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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/40_0leadership.gitlab.md b/tests/results/test_secrets/40_0leadership.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_secrets/40_0leadership.gitlab.md +++ b/tests/results/test_secrets/40_0leadership.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/40_0leadership_diff_name.gitlab.md index c1e2fdfb..9598589d 100644 --- a/tests/results/test_secrets/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_secrets/40_0leadership_diff_name.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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_follower_default_calculation.gitlab.md b/tests/results/test_secrets/40_0leadership_follower_default_calculation.gitlab.md index 907b2d32..7e5f52ab 100644 --- a/tests/results/test_secrets/40_0leadership_follower_default_calculation.gitlab.md +++ b/tests/results/test_secrets/40_0leadership_follower_default_calculation.gitlab.md @@ -1,20 +1,20 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_0leadership_follower_default_value.gitlab.md index b223dd92..7d310879 100644 --- a/tests/results/test_secrets/40_0leadership_follower_default_value.gitlab.md +++ b/tests/results/test_secrets/40_0leadership_follower_default_value.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_0leadership_leader_follower.gitlab.md index e7fefe90..1709a587 100644 --- a/tests/results/test_secrets/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_secrets/40_0leadership_leader_follower.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_0leadership_leader_not_multi.gitlab.md index e2e81af9..04e45fb3 100644 --- a/tests/results/test_secrets/40_0leadership_leader_not_multi.gitlab.md +++ b/tests/results/test_secrets/40_0leadership_leader_not_multi.gitlab.md @@ -1,23 +1,23 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/40_0leadership_reduce.gitlab.md index 76578b9d..d43eb4bf 100644 --- a/tests/results/test_secrets/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_secrets/40_0leadership_reduce.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/40_1leadership_append_follower.gitlab.md index 46c347af..59359dfe 100644 --- a/tests/results/test_secrets/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_secrets/40_1leadership_append_follower.gitlab.md @@ -1,22 +1,22 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/40_2leadership_calculation_index.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_secrets/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_secrets/40_2leadership_calculation_index.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_2leadership_calculation_index_2.gitlab.md index 4189747c..162b2622 100644 --- a/tests/results/test_secrets/40_2leadership_calculation_index_2.gitlab.md +++ b/tests/results/test_secrets/40_2leadership_calculation_index_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_6leadership_follower_multi.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_secrets/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_secrets/40_6leadership_follower_multi.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md index 9a0f7b0c..3ace6151 100644 --- a/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md +++ b/tests/results/test_secrets/40_6leadership_follower_multi_no_mandatory.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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 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 + - [- 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 + - [- 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.gitlab.md b/tests/results/test_secrets/40_8calculation_boolean.gitlab.md index 721fc35a..cdab71d7 100644 --- a/tests/results/test_secrets/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_secrets/40_8calculation_boolean.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a boolean variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) +- :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) + - [- 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) + - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false) diff --git a/tests/results/test_secrets/40_8calculation_multi_variable.gitlab.md b/tests/results/test_secrets/40_8calculation_multi_variable.gitlab.md index 27c9b121..9ab6f966 100644 --- a/tests/results/test_secrets/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_secrets/40_8calculation_multi_variable.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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.gitlab.md b/tests/results/test_secrets/40_8calculation_multi_variable_parent.gitlab.md index bf03b982..af08eb4f 100644 --- a/tests/results/test_secrets/40_8calculation_multi_variable_parent.gitlab.md +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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) + - :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.gitlab.md b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.gitlab.md index d518fa0f..d8f02022 100644 --- a/tests/results/test_secrets/40_8calculation_multi_variable_parent2.gitlab.md +++ b/tests/results/test_secrets/40_8calculation_multi_variable_parent2.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md index bd54df8e..db88a660 100644 --- a/tests/results/test_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md +++ b/tests/results/test_secrets/40_9calculation_variable_leader_follower_multi_inside.gitlab.md @@ -1,26 +1,26 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 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 + - [- 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 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 + - [- 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 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 + - [- 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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md index b208ed53..19c6318b 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-first.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md index 0c949d51..cfd5439a 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-last.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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 + - [- 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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md index 19f6e151..23c2ad34 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower-no-mandatory.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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: 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) + - [- 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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-follower.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-follower.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-follower.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md index 2f899d19..6ff0ca56 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-first.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md index e4cab6a5..ac2dde3e 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader-last.gitlab.md @@ -1,21 +1,21 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-outside-leader.gitlab.md index cfa925ab..7f22f240 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-outside-leader.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-outside-leader.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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 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) + - [- 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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-variable.gitlab.md index bce610b9..149cb498 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-variable.gitlab.md @@ -1,24 +1,24 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md index b8ce2709..37bf1d4d 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower.gitlab.md @@ -1,27 +1,27 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md index bbf5f4e4..81fbb1fa 100644 --- a/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md +++ b/tests/results/test_secrets/40_9leadership-calculation-variable_leader_follower_not_same.gitlab.md @@ -1,36 +1,36 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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 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) + - [- 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 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) + - [- 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 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) + - [- 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.gitlab.md b/tests/results/test_secrets/41_0choice_leader.gitlab.md index 893b5082..629de092 100644 --- a/tests/results/test_secrets/41_0choice_leader.gitlab.md +++ b/tests/results/test_secrets/41_0choice_leader.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/44_0leadership_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_secrets/44_0leadership_hidden.gitlab.md +++ b/tests/results/test_secrets/44_0leadership_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_secrets/44_0leadership_leader_hidden.gitlab.md b/tests/results/test_secrets/44_0leadership_leader_hidden.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_secrets/44_0leadership_leader_hidden.gitlab.md +++ b/tests/results/test_secrets/44_0leadership_leader_hidden.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_secrets/44_1leadership_append_hidden_follower.gitlab.md b/tests/results/test_secrets/44_1leadership_append_hidden_follower.gitlab.md index b238b781..dfc3ca97 100644 --- a/tests/results/test_secrets/44_1leadership_append_hidden_follower.gitlab.md +++ b/tests/results/test_secrets/44_1leadership_append_hidden_follower.gitlab.md @@ -1,7 +1,7 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: -- :open_file_folder: [+ a leadership +]: [- [] -] +- :open_file_folder: [+ a leadership +]: [+ [] +] diff --git a/tests/results/test_secrets/44_4disabled_calcultion_follower_index.gitlab.md b/tests/results/test_secrets/44_4disabled_calcultion_follower_index.gitlab.md index b4bfe591..ee9d9dca 100644 --- a/tests/results/test_secrets/44_4disabled_calcultion_follower_index.gitlab.md +++ b/tests/results/test_secrets/44_4disabled_calcultion_follower_index.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/44_4leadership_mandatory.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_secrets/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_secrets/44_4leadership_mandatory.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/44_4leadership_mandatory_follower.gitlab.md index cbd4b4ce..165f740b 100644 --- a/tests/results/test_secrets/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_secrets/44_4leadership_mandatory_follower.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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: 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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.gitlab.md index c6df65ba..0db07d7b 100644 --- a/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.gitlab.md +++ b/tests/results/test_secrets/44_5leadership_leader_hidden_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.gitlab.md index 0d8ddabc..d4cd7eb2 100644 --- a/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.gitlab.md +++ b/tests/results/test_secrets/44_6leadership_follower_disabled_calculation.gitlab.md @@ -1,18 +1,18 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a condition: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) +- :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/60_0family_dynamic.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_secrets/60_0family_dynamic.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_1_1.gitlab.md index 59169a52..b165686f 100644 --- a/tests/results/test_secrets/60_0family_dynamic_1_1.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_1_1.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_1_1_empty.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_secrets/60_0family_dynamic_1_1_empty.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_1_1_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_empty.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_empty.gitlab.md index 2eedee57..af851262 100644 --- a/tests/results/test_secrets/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_empty.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ string1 +] ← loaded from rougail-test - - [+ string2 +] ← loaded from rougail-test - - [+ string3 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_forbidden_char.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_forbidden_char.gitlab.md index c016dc50..d1c55ac7 100644 --- a/tests/results/test_secrets/60_0family_dynamic_forbidden_char.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_forbidden_char.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_no_description.gitlab.md index 0b1a346f..d89bbdb3 100644 --- a/tests/results/test_secrets/60_0family_dynamic_no_description.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_no_description.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_no_description_empty.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.gitlab.md index fe2a0c74..bc4e0c06 100644 --- a/tests/results/test_secrets/60_0family_dynamic_no_description_empty.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_no_description_empty.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: var: [+ string1 +] ← loaded from rougail-test + - :notebook: var: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_source_hidden.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_source_hidden.gitlab.md index 4d17de1f..a8ad32a5 100644 --- a/tests/results/test_secrets/60_0family_dynamic_source_hidden.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_source_hidden.gitlab.md @@ -2,14 +2,14 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :notebook: [+ A suffix variable +]: - - [- val1 -] - - [- val2 -] + - [+ val1 +] + - [+ val2 +] - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_static.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_static.gitlab.md index 8b92f789..20e60b3c 100644 --- a/tests/results/test_secrets/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_static.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable inside a dynamic family: [+ string1 +] ← loaded from rougail-test + - :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 + - :notebook: a variable inside a dynamic family: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_test.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_test.gitlab.md index 5448bed1..9b805417 100644 --- a/tests/results/test_secrets/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_test.gitlab.md @@ -1,13 +1,13 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_upper_char.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_upper_char.gitlab.md index d199d59d..3eca313d 100644 --- a/tests/results/test_secrets/60_0family_dynamic_upper_char.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_upper_char.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: A dynamic family - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_empty.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_variable_empty.gitlab.md index 4a815f7b..4d10ad3e 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_empty.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_variable_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_optional.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_variable_optional.gitlab.md index fc8c98bd..5eb83d83 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_optional.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_variable_optional.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :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 inside dynamic family: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val) diff --git a/tests/results/test_secrets/60_0family_dynamic_variable_suffix.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.gitlab.md index accc8183..bc0e5952 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_suffix.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md index 78ff54b1..d2943697 100644 --- a/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md +++ b/tests/results/test_secrets/60_0family_dynamic_variable_suffix_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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_hidden.gitlab.md b/tests/results/test_secrets/60_0family_hidden.gitlab.md index b0dfacb0..ae57b551 100644 --- a/tests/results/test_secrets/60_0family_hidden.gitlab.md +++ b/tests/results/test_secrets/60_0family_hidden.gitlab.md @@ -1,8 +1,8 @@ > [!note] Caption: > > - [+ Unmodifiable variable +] -> - [- Default value -] +> - [+ Default value +] Variables: - :open_file_folder: [+ a family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] diff --git a/tests/results/test_secrets/60_0family_mode.gitlab.md b/tests/results/test_secrets/60_0family_mode.gitlab.md index 4c4e33b2..e6cd7fa4 100644 --- a/tests/results/test_secrets/60_0family_mode.gitlab.md +++ b/tests/results/test_secrets/60_0family_mode.gitlab.md @@ -1,9 +1,9 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - :notebook: A variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non) diff --git a/tests/results/test_secrets/60_1family_dynamic_jinja.gitlab.md b/tests/results/test_secrets/60_1family_dynamic_jinja.gitlab.md index 43792ecc..b45560fd 100644 --- a/tests/results/test_secrets/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_secrets/60_1family_dynamic_jinja.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - [- 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) + - :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 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 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.gitlab.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md index d4d3d0ff..5af07e18 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md index 928e0edb..a147d524 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md index 6c2b0028..5fdbf67a 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_2_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md index e6c39a0f..72143984 100644 --- a/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md +++ b/tests/results/test_secrets/60_2family_dynamic_jinja_fill_sub_group_empty.gitlab.md @@ -1,17 +1,17 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_2family_dynamic_outside_calc.gitlab.md index 72b3a211..da3b06ca 100644 --- a/tests/results/test_secrets/60_2family_dynamic_outside_calc.gitlab.md +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md index c06ebd69..b6b7d9fc 100644 --- a/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md +++ b/tests/results/test_secrets/60_2family_dynamic_outside_calc_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffx variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_description.gitlab.md index 93da88e4..936caa53 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_description.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_description.gitlab.md @@ -1,16 +1,16 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 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 + - [- 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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.gitlab.md index e2841328..bebc24fc 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md index e552ab9d..8c17123a 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix2_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 6961b4c7..3ee22e21 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -1,10 +1,10 @@ > [!note] Caption: > > - Variable -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: -- :notebook: dynval1: [- {} -] +- :notebook: dynval1: [+ {} +] - :open_file_folder: dynval2 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: A dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md index 202300bf..1e9176a2 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md index 6939f373..a453f8c4 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_suffix_param_empty.gitlab.md @@ -1,14 +1,14 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A identifier variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable.gitlab.md index d086e7fc..bd37ad38 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_variable.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md index 60a67d96..502177dd 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md index e38ff159..3dee4508 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_disabled_outside.gitlab.md @@ -1,11 +1,11 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :open_file_folder: A dynamic famify for val1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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 + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md index a4e8b71c..84f9b3c0 100644 --- a/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_calc_variable_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: A suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- val1 -] ← loaded from rougail-test + - [- val2 -] ← loaded from rougail-test - :open_file_folder: dynval1 - - :notebook: A dynamic variable: [+ string1 +] ← loaded from rougail-test + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.gitlab.md index 0e972fcb..caefb71e 100644 --- a/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_hidden_suffix.gitlab.md @@ -2,15 +2,15 @@ > > - Variable > - [+ Unmodifiable variable +] -> - [- Default value -] -> - [+ Modified value +] +> - [+ Default value +] +> - [- Modified value -] Variables: - :open_file_folder: a dynamic family - - :notebook: a variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a family - - :notebook: a new variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a new variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: [+ a dynamic family +] - - :notebook: [+ a variable +]: [- null -] + - :notebook: [+ a variable +]: [+ null +] - :open_file_folder: [+ a family +] - - :notebook: [+ a new variable +]: [- null -] + - :notebook: [+ a new variable +]: [+ null +] diff --git a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md index b35a2b76..c55d0ae6 100644 --- a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md index 7a9755ed..124eb013 100644 --- a/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md +++ b/tests/results/test_secrets/60_5family_dynamic_variable_outside_suffix_empty.gitlab.md @@ -1,15 +1,15 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: - :notebook: asuffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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) + - :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) + - :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.gitlab.md b/tests/results/test_secrets/60_6family_dynamic_leadership.gitlab.md index 80f945ed..e7891e7b 100644 --- a/tests/results/test_secrets/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_secrets/60_6family_dynamic_leadership.gitlab.md @@ -1,38 +1,38 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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) + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.gitlab.md index 47886661..2cb72da4 100644 --- a/tests/results/test_secrets/60_6family_dynamic_leadership_empty.gitlab.md +++ b/tests/results/test_secrets/60_6family_dynamic_leadership_empty.gitlab.md @@ -1,37 +1,37 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] Variables: - :notebook: a suffix variable: - - [+ val1 +] ← loaded from rougail-test - - [+ val2 +] ← loaded from rougail-test + - [- 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 + - :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 + - :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 + - :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 + - :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 + - :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 + - :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.gitlab.md b/tests/results/test_secrets/60_9family_dynamic_calc_both.gitlab.md index 709ef1f0..6a7898b7 100644 --- a/tests/results/test_secrets/60_9family_dynamic_calc_both.gitlab.md +++ b/tests/results/test_secrets/60_9family_dynamic_calc_both.gitlab.md @@ -1,12 +1,12 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- Modified value -] > - (:hourglass_flowing_sand: Original default value) Variables: -- :notebook: a suffix variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) +- :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 + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test - :open_file_folder: a dynamic family - - :notebook: a dynamic variable: [+ string1 +] ← loaded from rougail-test + - :notebook: a dynamic variable: [- string1 -] ← loaded from rougail-test diff --git a/tests/results/test_secrets/68_0family_leadership_mode.gitlab.md b/tests/results/test_secrets/68_0family_leadership_mode.gitlab.md index e1c66d7a..24be4030 100644 --- a/tests/results/test_secrets/68_0family_leadership_mode.gitlab.md +++ b/tests/results/test_secrets/68_0family_leadership_mode.gitlab.md @@ -1,19 +1,19 @@ > [!note] Caption: > > - Variable -> - [+ Modified value +] +> - [- 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 + - :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 + - :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 + - :notebook: A leader: [- string3 -] ← loaded from rougail-test + - :notebook: a follower1: [- string3 -] ← loaded from rougail-test + - :notebook: a follower2: [- string3 -] ← loaded from rougail-test