diff --git a/src/rougail/output_doc/utils.py b/src/rougail/output_doc/utils.py
index 5c7dcf9ab..1c627256a 100644
--- a/src/rougail/output_doc/utils.py
+++ b/src/rougail/output_doc/utils.py
@@ -725,7 +725,11 @@ class CommonFormatter:
properties.append(self.prop(prop["ori_name"], italic=False, delete=True, underline=False))
break
if "mode" in contents and "mode" in modified_attributes:
- properties.append(self.prop(modified_attributes["mode"], italic=False, delete=True, underline=False))
+ name, previous, new = modified_attributes["mode"]
+ if previous:
+ properties.append(self.prop(previous[0], italic=False, delete=True, underline=False))
+ if new:
+ properties.append(self.prop(new[0], italic=False, delete=False, underline=True))
if "properties" in modified_attributes:
if "properties" in contents:
for props in modified_attributes["properties"]:
diff --git a/tests/changelog/11mod_variable_choices2/result.adoc b/tests/changelog/11mod_variable_choices2/result.adoc
index c2102f2b7..496cd1955 100644
--- a/tests/changelog/11mod_variable_choices2/result.adoc
+++ b/tests/changelog/11mod_variable_choices2/result.adoc
@@ -4,7 +4,7 @@
|====
| Variable | Description
| **var1** +
-`+++(None, ['basic'], ['standard'])+++` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
+`+++basic+++` `#standard#` `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[choice]` `standard` `mandatory` | First variable. +
**Choices**:
* val1
diff --git a/tests/changelog/11mod_variable_choices2/result.gitlab.md b/tests/changelog/11mod_variable_choices2/result.gitlab.md
index 25040465d..8c20c94ea 100644
--- a/tests/changelog/11mod_variable_choices2/result.gitlab.md
+++ b/tests/changelog/11mod_variable_choices2/result.gitlab.md
@@ -1,8 +1,8 @@
Modified variable
-| Variable | Description |
-|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
-| **var1**
~~`(None, ['basic'], ['standard'])`~~ [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 **← (default)** |
+| Variable | Description |
+|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------|
+| **var1**
~~`basic`~~ `standard` [`choice`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | First variable.
**Choices**:
• val1
• val2 **← (default)** |
| Variable | Description | ||
|---|---|---|---|
| Variable | Description | ||
| var1 | First variable. Choices:
var1 | First variable. | Choices: |
| Variable | Description | ||||||
|---|---|---|---|---|---|---|---|
| Variable | Description | ||||||
| var1 | First variable. Choices:
var1 | First variable. | Choices: |
| Variable | Description |
|---|---|
| Variable | Description |
| leadership.leader string multiple basic mandatory unique | The leader. |
| leadership.follower1 string multiple basic mandatory | The first follower. |
| leadership.follower2 string multiple standard mandatory | The second follower. Default:
|
| leadership.leader string multiple basic mandatory unique | The leader. |
| leadership.follower1 string multiple basic mandatory unique | The first follower. |
| leadership.follower2 string multiple standard mandatory unique | The second follower. Default:
|
| Variable | Description |
|---|---|
| Variable | Description |
| leadership.leader string multiple standard unique | The leader. |
| leadership.follower1 string multiple basic mandatory | The first follower. |
| leadership.follower2 string multiple standard mandatory | The second follower. Default:
|
| leadership.leader string multiple standard unique | The leader. |
| leadership.follower1 string multiple basic mandatory unique | The first follower. |
| leadership.follower2 string multiple standard mandatory unique | The second follower. Default:
|
| Variable | Description | ||||||
|---|---|---|---|---|---|---|---|
| Variable | Description | ||||||
| leadership.leader string multiple standard mandatory unique | A leader. Default:
leadership.leader | string multiple standard mandatory unique A leader. | Default: leadership.follower | string multiple standard mandatory A follower. | Default: leadership.follower | string multiple standard mandatory unique A follower. | Default: |
| Variable | Description | ||||||
|---|---|---|---|---|---|---|---|
| Variable | Description | ||||||
| leadership_2.leader string multiple standard mandatory unique | A leader. Default:
leadership_2.leader | string multiple standard mandatory unique A leader. | Default: leadership_2.follower | string multiple standard mandatory A follower. | Default: the value of the variable "leadership_1.leader" leadership_2.follower | string multiple standard mandatory unique A follower. | Default: the value of the variable "leadership_1.leader" |
| Variable | Description |
|---|---|
| var1 string multiple standard mandatory unique | A suffix variable. Default:
|
| var2 string standard mandatory | A suffix variable2. Default: val1 |
| Variable | Description |
|---|---|
| dynval1.var dynval2.var string standard mandatory | A dynamic variable. Default: the value of the identifier |
| Variable | Description |
|---|---|
| var3 string standard mandatory | A variable calculated. Default:
|
| Variable | Description |
|---|---|
| var1 string multiple standard mandatory unique | A suffix variable. Default:
|
| var2 string standard mandatory | A suffix variable2. Default: val1 |
| Variable | Description |
|---|---|
| dynval1.var dynval2.var string multiple standard mandatory unique | A dynamic variable. Default:
|
| Variable | Description |
|---|---|
| var3 string multiple standard mandatory unique | A variable calculated. Default:
|
| Variable | Description |
|---|---|
| Variable | Description |
| dynval1.var dynval2.var string basic mandatory disabled | A dynamic variable. Disabled: when the identifier is "val1" |
| dynval2.var string basic mandatory disabled | A dynamic variable. Disabled: when the identifier is "val1" |
| Variable | Description |
|---|---|
| Variable | Description |
| var2 string standard mandatory | A variable calculated. Default: the value of the variable "dynval1.var" |
| var2 string standard mandatory | A variable calculated. Default: the value of the variable "dynval1.var" |
| Variable | Description |
|---|---|
| Variable | Description |
| var2 string standard mandatory | A variable calculated. Default: the value of the variable "dynval1.var" if it is defined |
| var2 string standard mandatory | A variable calculated. Default: the value of the variable "dynval1.var" if it is defined |
| Variable | Description |
|---|---|
| Variable | Description |
| var2 string standard mandatory | A variable. Default: the value of the variable "dyn_val1.var" |
| var2 string standard mandatory | A variable. Default: the value of the variable "dyn_val1.var" |
| Variable | Description |
|---|---|
| Variable | Description |
| var2 string standard | A variable. Default: the value of the variable "dyn_val1.var" if it is defined |
| var2 string standard | A variable. Default: the value of the variable "dyn_val1.var" if it is defined |
var1: + - val1 + - val2 +var2: val1 +dynval1: + var: val1 +dynval2: + var: val2 +var3: val1\ No newline at end of file diff --git a/tests/results/test_examples/60_5family_dynamic_calc_identifier.md b/tests/results/test_examples/60_5family_dynamic_calc_identifier.md new file mode 100644 index 000000000..13f3cb620 --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_identifier.md @@ -0,0 +1,14 @@ +# Example with all variables modifiable + +```yaml +--- +var1: + - val1 + - val2 +var2: val1 +dynval1: + var: val1 +dynval2: + var: val2 +var3: val1 +``` diff --git a/tests/results/test_examples/60_5family_dynamic_calc_identifier.sh b/tests/results/test_examples/60_5family_dynamic_calc_identifier.sh new file mode 100644 index 000000000..13984159e --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_identifier.sh @@ -0,0 +1,13 @@ +[1;4;96mExample with all variables modifiable[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m + diff --git a/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.adoc b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.adoc new file mode 100644 index 000000000..cc2a2df44 --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.adoc @@ -0,0 +1,18 @@ +== Example with all variables modifiable + +[,yaml] +---- +--- +var1: + - val1 + - val2 +var2: val1 +dynval1: + var: + - val1 +dynval2: + var: + - val2 +var3: + - val1 +---- diff --git a/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.gitlab.md b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.gitlab.md new file mode 100644 index 000000000..9aee21844 --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.gitlab.md @@ -0,0 +1,19 @@ +
var1: + - val1 + - val2 +var2: val1 +dynval1: + var: + - val1 +dynval2: + var: + - val2 +var3: + - val1\ No newline at end of file diff --git a/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.md b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.md new file mode 100644 index 000000000..6c502c60e --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.md @@ -0,0 +1,17 @@ +# Example with all variables modifiable + +```yaml +--- +var1: + - val1 + - val2 +var2: val1 +dynval1: + var: + - val1 +dynval2: + var: + - val2 +var3: + - val1 +``` diff --git a/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.sh b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.sh new file mode 100644 index 000000000..1bece5d8e --- /dev/null +++ b/tests/results/test_examples/60_5family_dynamic_calc_identifier_multi.sh @@ -0,0 +1,16 @@ +[1;4;96mExample with all variables modifiable[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m + diff --git a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.adoc b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.adoc index 912b5ffd0..d263d9cd3 100644 --- a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.adoc +++ b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.adoc @@ -3,8 +3,6 @@ [,yaml] ---- --- -dynval1: - var: example dynval2: var: example ---- @@ -13,8 +11,6 @@ dynval2: [,yaml] ---- --- -dynval1: - var: example dynval2: var: example ---- diff --git a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.gitlab.md b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 3459e3a5e..0ac06acbb 100644 --- a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -2,8 +2,6 @@ ```yaml --- -dynval1: - var: example dynval2: var: example ``` @@ -13,8 +11,6 @@ dynval2: ```yaml --- -dynval1: - var: example dynval2: var: example ``` diff --git a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.html b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.html index aee4f181b..5eaabeff5 100644 --- a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.html +++ b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.html @@ -1,11 +1,7 @@
dynval1: - var: example -dynval2: +dynval2: var: exampleExample with all variables modifiable
-dynval1: - var: example -dynval2: +dynval2: var: example\ No newline at end of file diff --git a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.md index fd768aa88..765e9aee0 100644 --- a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.md +++ b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.md @@ -2,8 +2,6 @@ ```yaml --- -dynval1: - var: example dynval2: var: example ``` @@ -11,8 +9,6 @@ dynval2: ```yaml --- -dynval1: - var: example dynval2: var: example ``` diff --git a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.sh index 4393026ad..ac894d41e 100644 --- a/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_examples/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,16 +1,12 @@ [1;4;96mExample with mandatory variables not filled in[0m [38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m -[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m -[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m [38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m [38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m [1;4;96mExample with all variables modifiable[0m [38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m -[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m -[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m [38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[48;2;39;40;34m [0m [38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample [0m diff --git a/tests/results/test_examples/warnings_60_5family_dynamic_calc_identifier b/tests/results/test_examples/warnings_60_5family_dynamic_calc_identifier new file mode 100644 index 000000000..4d4f92216 --- /dev/null +++ b/tests/results/test_examples/warnings_60_5family_dynamic_calc_identifier @@ -0,0 +1 @@ +["No attribute \"description\" for \"dyn{{ identifier }}\" in \"../../rougail-tests/structures/60_5family_dynamic_calc_identifier/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_examples/warnings_60_5family_dynamic_calc_identifier_multi b/tests/results/test_examples/warnings_60_5family_dynamic_calc_identifier_multi new file mode 100644 index 000000000..4ba50592b --- /dev/null +++ b/tests/results/test_examples/warnings_60_5family_dynamic_calc_identifier_multi @@ -0,0 +1 @@ +["No attribute \"description\" for \"dyn{{ identifier }}\" in \"../../rougail-tests/structures/60_5family_dynamic_calc_identifier_multi/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.adoc b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.adoc new file mode 100644 index 000000000..554e7abfd --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.adoc @@ -0,0 +1,15 @@ +== Example with all variables modifiable + +[,yaml] +---- +--- +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: val1 # A dynamic variable +dynval2: # dyn{{ identifier }} + var: val2 # A dynamic variable +var3: val1 # A variable calculated +---- diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.gitlab.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.gitlab.md new file mode 100644 index 000000000..b1516f75b --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.gitlab.md @@ -0,0 +1,16 @@ ++ diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.html b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.html new file mode 100644 index 000000000..f9d65ac22 --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.html @@ -0,0 +1,11 @@ +Example with all variables modifiable
+ +```yaml +--- +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: val1 # A dynamic variable +dynval2: # dyn{{ identifier }} + var: val2 # A dynamic variable +var3: val1 # A variable calculated +``` +Example with all variables modifiable
+ +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: val1 # A dynamic variable +dynval2: # dyn{{ identifier }} + var: val2 # A dynamic variable +var3: val1 # A variable calculated\ No newline at end of file diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.md new file mode 100644 index 000000000..9454ba80a --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.md @@ -0,0 +1,14 @@ +# Example with all variables modifiable + +```yaml +--- +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: val1 # A dynamic variable +dynval2: # dyn{{ identifier }} + var: val2 # A dynamic variable +var3: val1 # A variable calculated +``` diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.sh b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.sh new file mode 100644 index 000000000..9c99bf1cd --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier.sh @@ -0,0 +1,13 @@ +[1;4;96mExample with all variables modifiable[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable2[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m + diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.adoc b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.adoc new file mode 100644 index 000000000..0010a7edd --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.adoc @@ -0,0 +1,18 @@ +== Example with all variables modifiable + +[,yaml] +---- +--- +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: # A dynamic variable + - val1 +dynval2: # dyn{{ identifier }} + var: # A dynamic variable + - val2 +var3: # A variable calculated + - val1 +---- diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.gitlab.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.gitlab.md new file mode 100644 index 000000000..418a836a2 --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.gitlab.md @@ -0,0 +1,19 @@ ++ diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.html b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.html new file mode 100644 index 000000000..02c6af8ff --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.html @@ -0,0 +1,14 @@ +Example with all variables modifiable
+ +```yaml +--- +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: # A dynamic variable + - val1 +dynval2: # dyn{{ identifier }} + var: # A dynamic variable + - val2 +var3: # A variable calculated + - val1 +``` +Example with all variables modifiable
+ +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: # A dynamic variable + - val1 +dynval2: # dyn{{ identifier }} + var: # A dynamic variable + - val2 +var3: # A variable calculated + - val1\ No newline at end of file diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.md new file mode 100644 index 000000000..43dcf4472 --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.md @@ -0,0 +1,17 @@ +# Example with all variables modifiable + +```yaml +--- +var1: # A suffix variable + - val1 + - val2 +var2: val1 # A suffix variable2 +dynval1: # dyn{{ identifier }} + var: # A dynamic variable + - val1 +dynval2: # dyn{{ identifier }} + var: # A dynamic variable + - val2 +var3: # A variable calculated + - val1 +``` diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.sh b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.sh new file mode 100644 index 000000000..0b6d22ab9 --- /dev/null +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_identifier_multi.sh @@ -0,0 +1,16 @@ +[1;4;96mExample with all variables modifiable[0m + +[38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mvar1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A suffix variable2[0m[48;2;39;40;34m [0m +[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m +[38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval2 [0m +[38;2;255;70;137;48;2;39;40;34mvar3[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A variable calculated[0m[48;2;39;40;34m [0m +[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34m-[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mval1 [0m + diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.adoc b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.adoc index 0d37a826a..bdfb33809 100644 --- a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.adoc +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.adoc @@ -3,8 +3,6 @@ [,yaml] ---- --- -dynval1: # dyn{{ identifier }} - var: example # A dynamic variable dynval2: # dyn{{ identifier }} var: example # A dynamic variable ---- @@ -13,8 +11,6 @@ dynval2: # dyn{{ identifier }} [,yaml] ---- --- -dynval1: # dyn{{ identifier }} - var: example # A dynamic variable dynval2: # dyn{{ identifier }} var: example # A dynamic variable ---- diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.gitlab.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.gitlab.md index 79fe4d71f..14274ab89 100644 --- a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.gitlab.md +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.gitlab.md @@ -2,8 +2,6 @@ ```yaml --- -dynval1: # dyn{{ identifier }} - var: example # A dynamic variable dynval2: # dyn{{ identifier }} var: example # A dynamic variable ``` @@ -13,8 +11,6 @@ dynval2: # dyn{{ identifier }} ```yaml --- -dynval1: # dyn{{ identifier }} - var: example # A dynamic variable dynval2: # dyn{{ identifier }} var: example # A dynamic variable ``` diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.html b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.html index e452ff976..5a0aace28 100644 --- a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.html +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.html @@ -1,11 +1,7 @@Example with mandatory variables not filled in
-dynval1: # dyn{{ identifier }} - var: example # A dynamic variable -dynval2: # dyn{{ identifier }} +dynval2: # dyn{{ identifier }} var: example # A dynamic variableExample with all variables modifiable
-dynval1: # dyn{{ identifier }} - var: example # A dynamic variable -dynval2: # dyn{{ identifier }} +dynval2: # dyn{{ identifier }} var: example # A dynamic variable\ No newline at end of file diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.md index 7d2cef938..900db45f5 100644 --- a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.md +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.md @@ -2,8 +2,6 @@ ```yaml --- -dynval1: # dyn{{ identifier }} - var: example # A dynamic variable dynval2: # dyn{{ identifier }} var: example # A dynamic variable ``` @@ -11,8 +9,6 @@ dynval2: # dyn{{ identifier }} ```yaml --- -dynval1: # dyn{{ identifier }} - var: example # A dynamic variable dynval2: # dyn{{ identifier }} var: example # A dynamic variable ``` diff --git a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.sh index 4fc4d4c61..f31f2bce0 100644 --- a/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_examples_comment/60_5family_dynamic_calc_suffix_disabled.sh @@ -1,16 +1,12 @@ [1;4;96mExample with mandatory variables not filled in[0m [38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m -[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m -[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m [38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m [38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m [1;4;96mExample with all variables modifiable[0m [38;2;248;248;242;48;2;39;40;34m---[0m[48;2;39;40;34m [0m -[38;2;255;70;137;48;2;39;40;34mdynval1[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m -[38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m [38;2;255;70;137;48;2;39;40;34mdynval2[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# dyn{{ identifier }}[0m[48;2;39;40;34m [0m [38;2;248;248;242;48;2;39;40;34m [0m[38;2;255;70;137;48;2;39;40;34mvar[0m[38;2;248;248;242;48;2;39;40;34m:[0m[38;2;248;248;242;48;2;39;40;34m [0m[48;2;39;40;34mexample[0m[38;2;248;248;242;48;2;39;40;34m [0m[38;2;149;144;119;48;2;39;40;34m# A dynamic variable[0m[48;2;39;40;34m [0m diff --git a/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_identifier b/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_identifier new file mode 100644 index 000000000..4d4f92216 --- /dev/null +++ b/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_identifier @@ -0,0 +1 @@ +["No attribute \"description\" for \"dyn{{ identifier }}\" in \"../../rougail-tests/structures/60_5family_dynamic_calc_identifier/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_identifier_multi b/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_identifier_multi new file mode 100644 index 000000000..4ba50592b --- /dev/null +++ b/tests/results/test_examples_comment/warnings_60_5family_dynamic_calc_identifier_multi @@ -0,0 +1 @@ +["No attribute \"description\" for \"dyn{{ identifier }}\" in \"../../rougail-tests/structures/60_5family_dynamic_calc_identifier_multi/rougail/00-base.yml\""] \ No newline at end of file diff --git a/tests/results/test_namespace/00_0version_underscore.adoc b/tests/results/test_namespace/00_0version_underscore.adoc index dcc2c3fb8..6ae22eb04 100644 --- a/tests/results/test_namespace/00_0version_underscore.adoc +++ b/tests/results/test_namespace/00_0version_underscore.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_0version_underscore.gitlab.md b/tests/results/test_namespace/00_0version_underscore.gitlab.md index 0c1d13c48..afde84f8f 100644 --- a/tests/results/test_namespace/00_0version_underscore.gitlab.md +++ b/tests/results/test_namespace/00_0version_underscore.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_0version_underscore.html b/tests/results/test_namespace/00_0version_underscore.html index e1696092f..7a8ae1dcb 100644 --- a/tests/results/test_namespace/00_0version_underscore.html +++ b/tests/results/test_namespace/00_0version_underscore.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_0version_underscore.json b/tests/results/test_namespace/00_0version_underscore.json index 675b873dd..d7ad5f812 100644 --- a/tests/results/test_namespace/00_0version_underscore.json +++ b/tests/results/test_namespace/00_0version_underscore.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "version": { diff --git a/tests/results/test_namespace/00_0version_underscore.md b/tests/results/test_namespace/00_0version_underscore.md index 34d541315..795d118b9 100644 --- a/tests/results/test_namespace/00_0version_underscore.md +++ b/tests/results/test_namespace/00_0version_underscore.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_0version_underscore.sh b/tests/results/test_namespace/00_0version_underscore.sh index f23224b08..5cd728d7e 100644 --- a/tests/results/test_namespace/00_0version_underscore.sh +++ b/tests/results/test_namespace/00_0version_underscore.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_1empty_variable.adoc b/tests/results/test_namespace/00_1empty_variable.adoc index 3b0da945a..c5b14c27c 100644 --- a/tests/results/test_namespace/00_1empty_variable.adoc +++ b/tests/results/test_namespace/00_1empty_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_1empty_variable.gitlab.md b/tests/results/test_namespace/00_1empty_variable.gitlab.md index f78d0fe39..087fad354 100644 --- a/tests/results/test_namespace/00_1empty_variable.gitlab.md +++ b/tests/results/test_namespace/00_1empty_variable.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_1empty_variable.html b/tests/results/test_namespace/00_1empty_variable.html index d7490dbda..a3daa0d18 100644 --- a/tests/results/test_namespace/00_1empty_variable.html +++ b/tests/results/test_namespace/00_1empty_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_1empty_variable.json b/tests/results/test_namespace/00_1empty_variable.json index 52a07e683..c00fb8867 100644 --- a/tests/results/test_namespace/00_1empty_variable.json +++ b/tests/results/test_namespace/00_1empty_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "empty": { diff --git a/tests/results/test_namespace/00_1empty_variable.md b/tests/results/test_namespace/00_1empty_variable.md index 339fe8b15..2fd122e52 100644 --- a/tests/results/test_namespace/00_1empty_variable.md +++ b/tests/results/test_namespace/00_1empty_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_1empty_variable.sh b/tests/results/test_namespace/00_1empty_variable.sh index e9711ead2..2e01b8570 100644 --- a/tests/results/test_namespace/00_1empty_variable.sh +++ b/tests/results/test_namespace/00_1empty_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_2default_calculated.adoc b/tests/results/test_namespace/00_2default_calculated.adoc index d3e868317..1dc481e17 100644 --- a/tests/results/test_namespace/00_2default_calculated.adoc +++ b/tests/results/test_namespace/00_2default_calculated.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_2default_calculated.gitlab.md b/tests/results/test_namespace/00_2default_calculated.gitlab.md index 28ec8e19c..927e1d327 100644 --- a/tests/results/test_namespace/00_2default_calculated.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_2default_calculated.html b/tests/results/test_namespace/00_2default_calculated.html index 128a73026..6c5a10a24 100644 --- a/tests/results/test_namespace/00_2default_calculated.html +++ b/tests/results/test_namespace/00_2default_calculated.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_2default_calculated.json b/tests/results/test_namespace/00_2default_calculated.json index a0c80ead6..0bd0ba0eb 100644 --- a/tests/results/test_namespace/00_2default_calculated.json +++ b/tests/results/test_namespace/00_2default_calculated.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_2default_calculated.md b/tests/results/test_namespace/00_2default_calculated.md index 697f2db5c..47fc7939c 100644 --- a/tests/results/test_namespace/00_2default_calculated.md +++ b/tests/results/test_namespace/00_2default_calculated.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_2default_calculated.sh b/tests/results/test_namespace/00_2default_calculated.sh index 6ef6bf712..2733b0383 100644 --- a/tests/results/test_namespace/00_2default_calculated.sh +++ b/tests/results/test_namespace/00_2default_calculated.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_2default_calculated_multi.adoc b/tests/results/test_namespace/00_2default_calculated_multi.adoc index c3045b78e..27b6684e2 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.adoc +++ b/tests/results/test_namespace/00_2default_calculated_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 1025d0f96..8dad559ab 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_2default_calculated_multi.html b/tests/results/test_namespace/00_2default_calculated_multi.html index 958cfc34c..d3b2b019e 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.html +++ b/tests/results/test_namespace/00_2default_calculated_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_2default_calculated_multi.json b/tests/results/test_namespace/00_2default_calculated_multi.json index 7e046bdd1..10b51bc9a 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.json +++ b/tests/results/test_namespace/00_2default_calculated_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_2default_calculated_multi.md b/tests/results/test_namespace/00_2default_calculated_multi.md index f518064cf..ddd75ed11 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.md +++ b/tests/results/test_namespace/00_2default_calculated_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_2default_calculated_multi.sh b/tests/results/test_namespace/00_2default_calculated_multi.sh index 38a7e7915..68dfe977c 100644 --- a/tests/results/test_namespace/00_2default_calculated_multi.sh +++ b/tests/results/test_namespace/00_2default_calculated_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive.adoc b/tests/results/test_namespace/00_2default_calculated_params_permissive.adoc index b0dba1433..47485ee6d 100644 --- a/tests/results/test_namespace/00_2default_calculated_params_permissive.adoc +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 2e893905e..739c35290 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive.html b/tests/results/test_namespace/00_2default_calculated_params_permissive.html index 907e32b83..a55fd5367 100644 --- a/tests/results/test_namespace/00_2default_calculated_params_permissive.html +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive.json b/tests/results/test_namespace/00_2default_calculated_params_permissive.json index 0e2596dae..6b676237e 100644 --- a/tests/results/test_namespace/00_2default_calculated_params_permissive.json +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var2": { diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive.md b/tests/results/test_namespace/00_2default_calculated_params_permissive.md index 2ab56c9a0..bd023d111 100644 --- a/tests/results/test_namespace/00_2default_calculated_params_permissive.md +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_2default_calculated_params_permissive.sh b/tests/results/test_namespace/00_2default_calculated_params_permissive.sh index 5e7192a76..934743a1e 100644 --- a/tests/results/test_namespace/00_2default_calculated_params_permissive.sh +++ b/tests/results/test_namespace/00_2default_calculated_params_permissive.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_2default_calculated_variable.adoc b/tests/results/test_namespace/00_2default_calculated_variable.adoc index 3b1d9747b..0b5666650 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.adoc +++ b/tests/results/test_namespace/00_2default_calculated_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 bda601fbc..a8de77d45 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.gitlab.md +++ b/tests/results/test_namespace/00_2default_calculated_variable.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable.html b/tests/results/test_namespace/00_2default_calculated_variable.html index 9b907fd95..9b0e81c7e 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.html +++ b/tests/results/test_namespace/00_2default_calculated_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_2default_calculated_variable.json b/tests/results/test_namespace/00_2default_calculated_variable.json index 36147599c..451dce52f 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.json +++ b/tests/results/test_namespace/00_2default_calculated_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -56,7 +59,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A first variable" } diff --git a/tests/results/test_namespace/00_2default_calculated_variable.md b/tests/results/test_namespace/00_2default_calculated_variable.md index 68fc10791..ba68f20fd 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.md +++ b/tests/results/test_namespace/00_2default_calculated_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable.sh b/tests/results/test_namespace/00_2default_calculated_variable.sh index f6fcf710b..974ca2e3d 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable.sh +++ b/tests/results/test_namespace/00_2default_calculated_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description.adoc b/tests/results/test_namespace/00_2default_calculated_variable_description.adoc index 965866e4d..95eae7187 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description.adoc +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 f2c5b7221..3f04ff74b 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description.html b/tests/results/test_namespace/00_2default_calculated_variable_description.html index 3abc1963b..b26164273 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description.html +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description.json b/tests/results/test_namespace/00_2default_calculated_variable_description.json index ccfd4fd1f..0fe5cf065 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description.json +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description.md b/tests/results/test_namespace/00_2default_calculated_variable_description.md index b11c8eb7f..38ae6e293 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description.md +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description.sh b/tests/results/test_namespace/00_2default_calculated_variable_description.sh index 1d58cc55f..ef1a1c7ad 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description.sh +++ b/tests/results/test_namespace/00_2default_calculated_variable_description.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.adoc b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.adoc index e03946d27..b79eefdbf 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.adoc +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 509e291c2..77df56327 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.html b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.html index 82aa0e2ad..60e355c31 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.html +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.json b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.json index b0a8bf5ff..ef2971ab1 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.json +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md index 69a3efff4..0c74e6d66 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.sh b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.sh index ee2e0844a..aefabdc07 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.sh +++ b/tests/results/test_namespace/00_2default_calculated_variable_description_multi_line.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.adoc b/tests/results/test_namespace/00_2default_calculated_variable_transitive.adoc index 52730d2b9..51cafdd2e 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.adoc +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 496c5bf92..d500f93ef 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.html b/tests/results/test_namespace/00_2default_calculated_variable_transitive.html index 52b4d8ea6..c7b83a301 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.html +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.json b/tests/results/test_namespace/00_2default_calculated_variable_transitive.json index 929e933db..a4c750158 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.json +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -56,7 +59,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A first variable" } diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.md b/tests/results/test_namespace/00_2default_calculated_variable_transitive.md index e01021334..a3ba7ad0f 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.md +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_2default_calculated_variable_transitive.sh b/tests/results/test_namespace/00_2default_calculated_variable_transitive.sh index 64317c832..2b2f077a7 100644 --- a/tests/results/test_namespace/00_2default_calculated_variable_transitive.sh +++ b/tests/results/test_namespace/00_2default_calculated_variable_transitive.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_4load_subfolder.adoc b/tests/results/test_namespace/00_4load_subfolder.adoc index fe77a56fa..8e7d76f67 100644 --- a/tests/results/test_namespace/00_4load_subfolder.adoc +++ b/tests/results/test_namespace/00_4load_subfolder.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_4load_subfolder.gitlab.md b/tests/results/test_namespace/00_4load_subfolder.gitlab.md index 11eb32d78..0f7e0872d 100644 --- a/tests/results/test_namespace/00_4load_subfolder.gitlab.md +++ b/tests/results/test_namespace/00_4load_subfolder.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_4load_subfolder.html b/tests/results/test_namespace/00_4load_subfolder.html index 5d922a495..ce5813803 100644 --- a/tests/results/test_namespace/00_4load_subfolder.html +++ b/tests/results/test_namespace/00_4load_subfolder.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_4load_subfolder.json b/tests/results/test_namespace/00_4load_subfolder.json index 445b44ff5..1ccddf5e7 100644 --- a/tests/results/test_namespace/00_4load_subfolder.json +++ b/tests/results/test_namespace/00_4load_subfolder.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_4load_subfolder.md b/tests/results/test_namespace/00_4load_subfolder.md index 0b923d568..42038ea9d 100644 --- a/tests/results/test_namespace/00_4load_subfolder.md +++ b/tests/results/test_namespace/00_4load_subfolder.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_4load_subfolder.sh b/tests/results/test_namespace/00_4load_subfolder.sh index 22da192ab..e5917e9e0 100644 --- a/tests/results/test_namespace/00_4load_subfolder.sh +++ b/tests/results/test_namespace/00_4load_subfolder.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_5load_notype.adoc b/tests/results/test_namespace/00_5load_notype.adoc index 8af9e30a9..a3402bfae 100644 --- a/tests/results/test_namespace/00_5load_notype.adoc +++ b/tests/results/test_namespace/00_5load_notype.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_5load_notype.gitlab.md b/tests/results/test_namespace/00_5load_notype.gitlab.md index c5d02d953..6ba533e6e 100644 --- a/tests/results/test_namespace/00_5load_notype.gitlab.md +++ b/tests/results/test_namespace/00_5load_notype.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_5load_notype.html b/tests/results/test_namespace/00_5load_notype.html index a7cb724e1..8df672818 100644 --- a/tests/results/test_namespace/00_5load_notype.html +++ b/tests/results/test_namespace/00_5load_notype.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_5load_notype.json b/tests/results/test_namespace/00_5load_notype.json index a046a7488..69333da38 100644 --- a/tests/results/test_namespace/00_5load_notype.json +++ b/tests/results/test_namespace/00_5load_notype.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "without_type": { diff --git a/tests/results/test_namespace/00_5load_notype.md b/tests/results/test_namespace/00_5load_notype.md index 61aa7725f..afb1149c2 100644 --- a/tests/results/test_namespace/00_5load_notype.md +++ b/tests/results/test_namespace/00_5load_notype.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_5load_notype.sh b/tests/results/test_namespace/00_5load_notype.sh index 84227b997..23993fd4d 100644 --- a/tests/results/test_namespace/00_5load_notype.sh +++ b/tests/results/test_namespace/00_5load_notype.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6boolean.adoc b/tests/results/test_namespace/00_6boolean.adoc index f4edd64d7..1d383fca7 100644 --- a/tests/results/test_namespace/00_6boolean.adoc +++ b/tests/results/test_namespace/00_6boolean.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6boolean.gitlab.md b/tests/results/test_namespace/00_6boolean.gitlab.md index 9cb343970..b812d8b86 100644 --- a/tests/results/test_namespace/00_6boolean.gitlab.md +++ b/tests/results/test_namespace/00_6boolean.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6boolean.html b/tests/results/test_namespace/00_6boolean.html index 6cddf74b2..bbb0008e3 100644 --- a/tests/results/test_namespace/00_6boolean.html +++ b/tests/results/test_namespace/00_6boolean.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6boolean.json b/tests/results/test_namespace/00_6boolean.json index 0cf81802e..8ddcdc5ac 100644 --- a/tests/results/test_namespace/00_6boolean.json +++ b/tests/results/test_namespace/00_6boolean.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6boolean.md b/tests/results/test_namespace/00_6boolean.md index de67683fa..0ed176d29 100644 --- a/tests/results/test_namespace/00_6boolean.md +++ b/tests/results/test_namespace/00_6boolean.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6boolean.sh b/tests/results/test_namespace/00_6boolean.sh index c28c00167..0772238fe 100644 --- a/tests/results/test_namespace/00_6boolean.sh +++ b/tests/results/test_namespace/00_6boolean.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.adoc b/tests/results/test_namespace/00_6boolean_no_mandatory.adoc index e4d6228fc..a60fb10ca 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.adoc +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 d21c667f3..fe62ef387 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.gitlab.md +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.html b/tests/results/test_namespace/00_6boolean_no_mandatory.html index 89b1b4b86..f8b558934 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.html +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.json b/tests/results/test_namespace/00_6boolean_no_mandatory.json index c8222491a..9156ad6a5 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.json +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.md b/tests/results/test_namespace/00_6boolean_no_mandatory.md index 0293c6419..cb1314516 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.md +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6boolean_no_mandatory.sh b/tests/results/test_namespace/00_6boolean_no_mandatory.sh index 695e92eb3..1dbe2bd91 100644 --- a/tests/results/test_namespace/00_6boolean_no_mandatory.sh +++ b/tests/results/test_namespace/00_6boolean_no_mandatory.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6choice.adoc b/tests/results/test_namespace/00_6choice.adoc index fabdf3e10..98a92a0e9 100644 --- a/tests/results/test_namespace/00_6choice.adoc +++ b/tests/results/test_namespace/00_6choice.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6choice.gitlab.md b/tests/results/test_namespace/00_6choice.gitlab.md index 9a313bf7b..84da15517 100644 --- a/tests/results/test_namespace/00_6choice.gitlab.md +++ b/tests/results/test_namespace/00_6choice.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6choice.html b/tests/results/test_namespace/00_6choice.html index 968f8b8b4..cd592a0e7 100644 --- a/tests/results/test_namespace/00_6choice.html +++ b/tests/results/test_namespace/00_6choice.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6choice.json b/tests/results/test_namespace/00_6choice.json index 7daccf38d..c35c7c36a 100644 --- a/tests/results/test_namespace/00_6choice.json +++ b/tests/results/test_namespace/00_6choice.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6choice.md b/tests/results/test_namespace/00_6choice.md index 4f19c8e43..ed1770736 100644 --- a/tests/results/test_namespace/00_6choice.md +++ b/tests/results/test_namespace/00_6choice.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6choice.sh b/tests/results/test_namespace/00_6choice.sh index 92fa4aee5..bcec42ccd 100644 --- a/tests/results/test_namespace/00_6choice.sh +++ b/tests/results/test_namespace/00_6choice.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_6choice_calculation.adoc b/tests/results/test_namespace/00_6choice_calculation.adoc index cdc7a4347..236914d7a 100644 --- a/tests/results/test_namespace/00_6choice_calculation.adoc +++ b/tests/results/test_namespace/00_6choice_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6choice_calculation.gitlab.md b/tests/results/test_namespace/00_6choice_calculation.gitlab.md index 287d73c28..02288b807 100644 --- a/tests/results/test_namespace/00_6choice_calculation.gitlab.md +++ b/tests/results/test_namespace/00_6choice_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_calculation.html b/tests/results/test_namespace/00_6choice_calculation.html index 0fc43c629..2e067f02c 100644 --- a/tests/results/test_namespace/00_6choice_calculation.html +++ b/tests/results/test_namespace/00_6choice_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6choice_calculation.json b/tests/results/test_namespace/00_6choice_calculation.json index 026d3e59c..b56159059 100644 --- a/tests/results/test_namespace/00_6choice_calculation.json +++ b/tests/results/test_namespace/00_6choice_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/00_6choice_calculation.md b/tests/results/test_namespace/00_6choice_calculation.md index 349319645..ada09e649 100644 --- a/tests/results/test_namespace/00_6choice_calculation.md +++ b/tests/results/test_namespace/00_6choice_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_calculation.sh b/tests/results/test_namespace/00_6choice_calculation.sh index 37f20e6b8..5c214ee81 100644 --- a/tests/results/test_namespace/00_6choice_calculation.sh +++ b/tests/results/test_namespace/00_6choice_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6choice_link.adoc b/tests/results/test_namespace/00_6choice_link.adoc index 7bab091e1..b1851394d 100644 --- a/tests/results/test_namespace/00_6choice_link.adoc +++ b/tests/results/test_namespace/00_6choice_link.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6choice_link.gitlab.md b/tests/results/test_namespace/00_6choice_link.gitlab.md index a085ecf18..f71f85d08 100644 --- a/tests/results/test_namespace/00_6choice_link.gitlab.md +++ b/tests/results/test_namespace/00_6choice_link.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6choice_link.html b/tests/results/test_namespace/00_6choice_link.html index 19ae63189..cf7d01900 100644 --- a/tests/results/test_namespace/00_6choice_link.html +++ b/tests/results/test_namespace/00_6choice_link.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6choice_link.json b/tests/results/test_namespace/00_6choice_link.json index ef92e22f4..d4e2a66ee 100644 --- a/tests/results/test_namespace/00_6choice_link.json +++ b/tests/results/test_namespace/00_6choice_link.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -48,7 +51,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "The first variable" } diff --git a/tests/results/test_namespace/00_6choice_link.md b/tests/results/test_namespace/00_6choice_link.md index f33a8960e..306cf56d9 100644 --- a/tests/results/test_namespace/00_6choice_link.md +++ b/tests/results/test_namespace/00_6choice_link.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6choice_link.sh b/tests/results/test_namespace/00_6choice_link.sh index c39d3a822..f460d9535 100644 --- a/tests/results/test_namespace/00_6choice_link.sh +++ b/tests/results/test_namespace/00_6choice_link.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_6choice_variable.adoc b/tests/results/test_namespace/00_6choice_variable.adoc index 21a2974b7..d8442c7d1 100644 --- a/tests/results/test_namespace/00_6choice_variable.adoc +++ b/tests/results/test_namespace/00_6choice_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6choice_variable.gitlab.md b/tests/results/test_namespace/00_6choice_variable.gitlab.md index bcc69f8b1..0a2caf47b 100644 --- a/tests/results/test_namespace/00_6choice_variable.gitlab.md +++ b/tests/results/test_namespace/00_6choice_variable.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_variable.html b/tests/results/test_namespace/00_6choice_variable.html index 563a66b36..939738fd0 100644 --- a/tests/results/test_namespace/00_6choice_variable.html +++ b/tests/results/test_namespace/00_6choice_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6choice_variable.json b/tests/results/test_namespace/00_6choice_variable.json index c05db88cd..8b90e050c 100644 --- a/tests/results/test_namespace/00_6choice_variable.json +++ b/tests/results/test_namespace/00_6choice_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -64,7 +67,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A second variable" } diff --git a/tests/results/test_namespace/00_6choice_variable.md b/tests/results/test_namespace/00_6choice_variable.md index 84084ea30..eb093b68b 100644 --- a/tests/results/test_namespace/00_6choice_variable.md +++ b/tests/results/test_namespace/00_6choice_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_variable.sh b/tests/results/test_namespace/00_6choice_variable.sh index a735002d5..d03836e05 100644 --- a/tests/results/test_namespace/00_6choice_variable.sh +++ b/tests/results/test_namespace/00_6choice_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6choice_variable_link.adoc b/tests/results/test_namespace/00_6choice_variable_link.adoc index 163645dc2..ccf5e8ed1 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.adoc +++ b/tests/results/test_namespace/00_6choice_variable_link.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 96a4b798f..ba9a6acef 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.gitlab.md +++ b/tests/results/test_namespace/00_6choice_variable_link.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_variable_link.html b/tests/results/test_namespace/00_6choice_variable_link.html index ef6040c2c..e0c636351 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.html +++ b/tests/results/test_namespace/00_6choice_variable_link.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6choice_variable_link.json b/tests/results/test_namespace/00_6choice_variable_link.json index 2447b8f21..a1eee6635 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.json +++ b/tests/results/test_namespace/00_6choice_variable_link.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -64,7 +67,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A second variable" } @@ -95,7 +99,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var2" + "path": "rougail.var2", + "type": "variable" }, "description": "A first variable" } @@ -106,7 +111,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A second variable" } diff --git a/tests/results/test_namespace/00_6choice_variable_link.md b/tests/results/test_namespace/00_6choice_variable_link.md index b8daae245..d3e9546ee 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.md +++ b/tests/results/test_namespace/00_6choice_variable_link.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_variable_link.sh b/tests/results/test_namespace/00_6choice_variable_link.sh index 22aad4cae..acab3458e 100644 --- a/tests/results/test_namespace/00_6choice_variable_link.sh +++ b/tests/results/test_namespace/00_6choice_variable_link.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6choice_variable_link2.adoc b/tests/results/test_namespace/00_6choice_variable_link2.adoc index 9b10fad68..5759d6a8b 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.adoc +++ b/tests/results/test_namespace/00_6choice_variable_link2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 99c75d3d3..f3bc11872 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.gitlab.md +++ b/tests/results/test_namespace/00_6choice_variable_link2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_variable_link2.html b/tests/results/test_namespace/00_6choice_variable_link2.html index 010d4b87a..9e58724a6 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.html +++ b/tests/results/test_namespace/00_6choice_variable_link2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6choice_variable_link2.json b/tests/results/test_namespace/00_6choice_variable_link2.json index 04bac0a46..bcae39453 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.json +++ b/tests/results/test_namespace/00_6choice_variable_link2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -64,7 +67,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A second variable" } @@ -107,7 +111,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var2" + "path": "rougail.var2", + "type": "variable" }, "description": "A first variable" } @@ -118,7 +123,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A second variable" } diff --git a/tests/results/test_namespace/00_6choice_variable_link2.md b/tests/results/test_namespace/00_6choice_variable_link2.md index ffff473ea..6de1cc7d8 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.md +++ b/tests/results/test_namespace/00_6choice_variable_link2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6choice_variable_link2.sh b/tests/results/test_namespace/00_6choice_variable_link2.sh index 6ca970f43..0445a3b50 100644 --- a/tests/results/test_namespace/00_6choice_variable_link2.sh +++ b/tests/results/test_namespace/00_6choice_variable_link2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6custom.adoc b/tests/results/test_namespace/00_6custom.adoc index 7bab028e1..d0464f1a7 100644 --- a/tests/results/test_namespace/00_6custom.adoc +++ b/tests/results/test_namespace/00_6custom.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6custom.gitlab.md b/tests/results/test_namespace/00_6custom.gitlab.md index bdeedd7fd..103aa1673 100644 --- a/tests/results/test_namespace/00_6custom.gitlab.md +++ b/tests/results/test_namespace/00_6custom.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6custom.html b/tests/results/test_namespace/00_6custom.html index a2fb11987..7d8ffc9d9 100644 --- a/tests/results/test_namespace/00_6custom.html +++ b/tests/results/test_namespace/00_6custom.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6custom.json b/tests/results/test_namespace/00_6custom.json index c79d07599..46d8faa4f 100644 --- a/tests/results/test_namespace/00_6custom.json +++ b/tests/results/test_namespace/00_6custom.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "custom1": { diff --git a/tests/results/test_namespace/00_6custom.md b/tests/results/test_namespace/00_6custom.md index 9e080eb5f..4db194712 100644 --- a/tests/results/test_namespace/00_6custom.md +++ b/tests/results/test_namespace/00_6custom.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6custom.sh b/tests/results/test_namespace/00_6custom.sh index 3abc457ce..6bc9681f4 100644 --- a/tests/results/test_namespace/00_6custom.sh +++ b/tests/results/test_namespace/00_6custom.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_6domainname.adoc b/tests/results/test_namespace/00_6domainname.adoc index e334e446e..1d1ceb679 100644 --- a/tests/results/test_namespace/00_6domainname.adoc +++ b/tests/results/test_namespace/00_6domainname.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6domainname.gitlab.md b/tests/results/test_namespace/00_6domainname.gitlab.md index 4a28b0edf..57cbebfb3 100644 --- a/tests/results/test_namespace/00_6domainname.gitlab.md +++ b/tests/results/test_namespace/00_6domainname.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6domainname.html b/tests/results/test_namespace/00_6domainname.html index 8b6246188..648736965 100644 --- a/tests/results/test_namespace/00_6domainname.html +++ b/tests/results/test_namespace/00_6domainname.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6domainname.json b/tests/results/test_namespace/00_6domainname.json index b9b23aa78..6da2ae434 100644 --- a/tests/results/test_namespace/00_6domainname.json +++ b/tests/results/test_namespace/00_6domainname.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_6domainname.md b/tests/results/test_namespace/00_6domainname.md index 4ed2cfbab..a10df0128 100644 --- a/tests/results/test_namespace/00_6domainname.md +++ b/tests/results/test_namespace/00_6domainname.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6domainname.sh b/tests/results/test_namespace/00_6domainname.sh index b5ba78f6c..e868bc6a1 100644 --- a/tests/results/test_namespace/00_6domainname.sh +++ b/tests/results/test_namespace/00_6domainname.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6domainname_params.adoc b/tests/results/test_namespace/00_6domainname_params.adoc index df233c457..6550e8b5e 100644 --- a/tests/results/test_namespace/00_6domainname_params.adoc +++ b/tests/results/test_namespace/00_6domainname_params.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6domainname_params.gitlab.md b/tests/results/test_namespace/00_6domainname_params.gitlab.md index 90e43ee20..f89f2a726 100644 --- a/tests/results/test_namespace/00_6domainname_params.gitlab.md +++ b/tests/results/test_namespace/00_6domainname_params.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6domainname_params.html b/tests/results/test_namespace/00_6domainname_params.html index 500cabf3c..19d3bc9f2 100644 --- a/tests/results/test_namespace/00_6domainname_params.html +++ b/tests/results/test_namespace/00_6domainname_params.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6domainname_params.json b/tests/results/test_namespace/00_6domainname_params.json index 32182235c..c717b2509 100644 --- a/tests/results/test_namespace/00_6domainname_params.json +++ b/tests/results/test_namespace/00_6domainname_params.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_6domainname_params.md b/tests/results/test_namespace/00_6domainname_params.md index abb053377..9efe97be1 100644 --- a/tests/results/test_namespace/00_6domainname_params.md +++ b/tests/results/test_namespace/00_6domainname_params.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6domainname_params.sh b/tests/results/test_namespace/00_6domainname_params.sh index 5d9247f82..c7abd195c 100644 --- a/tests/results/test_namespace/00_6domainname_params.sh +++ b/tests/results/test_namespace/00_6domainname_params.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6float.adoc b/tests/results/test_namespace/00_6float.adoc index da0f43008..9143a7606 100644 --- a/tests/results/test_namespace/00_6float.adoc +++ b/tests/results/test_namespace/00_6float.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6float.gitlab.md b/tests/results/test_namespace/00_6float.gitlab.md index feff8a8fa..653c565fe 100644 --- a/tests/results/test_namespace/00_6float.gitlab.md +++ b/tests/results/test_namespace/00_6float.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6float.html b/tests/results/test_namespace/00_6float.html index 476538d3f..8d0d4b476 100644 --- a/tests/results/test_namespace/00_6float.html +++ b/tests/results/test_namespace/00_6float.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6float.json b/tests/results/test_namespace/00_6float.json index 66142d31c..3674d4f7b 100644 --- a/tests/results/test_namespace/00_6float.json +++ b/tests/results/test_namespace/00_6float.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6float.md b/tests/results/test_namespace/00_6float.md index 219cd16ff..45c987043 100644 --- a/tests/results/test_namespace/00_6float.md +++ b/tests/results/test_namespace/00_6float.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6float.sh b/tests/results/test_namespace/00_6float.sh index ccea4c558..c6b647f73 100644 --- a/tests/results/test_namespace/00_6float.sh +++ b/tests/results/test_namespace/00_6float.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6integer.adoc b/tests/results/test_namespace/00_6integer.adoc index fee4dd154..2ade01157 100644 --- a/tests/results/test_namespace/00_6integer.adoc +++ b/tests/results/test_namespace/00_6integer.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6integer.gitlab.md b/tests/results/test_namespace/00_6integer.gitlab.md index 368789ec0..29b764311 100644 --- a/tests/results/test_namespace/00_6integer.gitlab.md +++ b/tests/results/test_namespace/00_6integer.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6integer.html b/tests/results/test_namespace/00_6integer.html index 8b1fef537..67d7dca29 100644 --- a/tests/results/test_namespace/00_6integer.html +++ b/tests/results/test_namespace/00_6integer.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6integer.json b/tests/results/test_namespace/00_6integer.json index 8cf447d7a..edcd2ba16 100644 --- a/tests/results/test_namespace/00_6integer.json +++ b/tests/results/test_namespace/00_6integer.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6integer.md b/tests/results/test_namespace/00_6integer.md index 886585c7b..d2ed093f7 100644 --- a/tests/results/test_namespace/00_6integer.md +++ b/tests/results/test_namespace/00_6integer.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6integer.sh b/tests/results/test_namespace/00_6integer.sh index 0965b7e34..a79eda067 100644 --- a/tests/results/test_namespace/00_6integer.sh +++ b/tests/results/test_namespace/00_6integer.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6ip.adoc b/tests/results/test_namespace/00_6ip.adoc index 537ed5b12..3732916f7 100644 --- a/tests/results/test_namespace/00_6ip.adoc +++ b/tests/results/test_namespace/00_6ip.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6ip.gitlab.md b/tests/results/test_namespace/00_6ip.gitlab.md index 471ed49f5..011617424 100644 --- a/tests/results/test_namespace/00_6ip.gitlab.md +++ b/tests/results/test_namespace/00_6ip.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6ip.html b/tests/results/test_namespace/00_6ip.html index 3c216cad0..c47f8e74f 100644 --- a/tests/results/test_namespace/00_6ip.html +++ b/tests/results/test_namespace/00_6ip.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6ip.json b/tests/results/test_namespace/00_6ip.json index 857db72dd..a69af22a3 100644 --- a/tests/results/test_namespace/00_6ip.json +++ b/tests/results/test_namespace/00_6ip.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6ip.md b/tests/results/test_namespace/00_6ip.md index 589705ae2..2d016ef97 100644 --- a/tests/results/test_namespace/00_6ip.md +++ b/tests/results/test_namespace/00_6ip.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6ip.sh b/tests/results/test_namespace/00_6ip.sh index 23e3c13f3..9987f8ef8 100644 --- a/tests/results/test_namespace/00_6ip.sh +++ b/tests/results/test_namespace/00_6ip.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6network.adoc b/tests/results/test_namespace/00_6network.adoc index f856fac8f..5ffc70e84 100644 --- a/tests/results/test_namespace/00_6network.adoc +++ b/tests/results/test_namespace/00_6network.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6network.gitlab.md b/tests/results/test_namespace/00_6network.gitlab.md index 0c6977f35..eee70de3b 100644 --- a/tests/results/test_namespace/00_6network.gitlab.md +++ b/tests/results/test_namespace/00_6network.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6network.html b/tests/results/test_namespace/00_6network.html index 71a7edea7..fbce7f4ae 100644 --- a/tests/results/test_namespace/00_6network.html +++ b/tests/results/test_namespace/00_6network.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6network.json b/tests/results/test_namespace/00_6network.json index b73199efd..473d8b658 100644 --- a/tests/results/test_namespace/00_6network.json +++ b/tests/results/test_namespace/00_6network.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6network.md b/tests/results/test_namespace/00_6network.md index b4da201d8..db8a77b2a 100644 --- a/tests/results/test_namespace/00_6network.md +++ b/tests/results/test_namespace/00_6network.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6network.sh b/tests/results/test_namespace/00_6network.sh index eac1d0567..624cd4108 100644 --- a/tests/results/test_namespace/00_6network.sh +++ b/tests/results/test_namespace/00_6network.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6number.adoc b/tests/results/test_namespace/00_6number.adoc index fee4dd154..2ade01157 100644 --- a/tests/results/test_namespace/00_6number.adoc +++ b/tests/results/test_namespace/00_6number.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6number.gitlab.md b/tests/results/test_namespace/00_6number.gitlab.md index 368789ec0..29b764311 100644 --- a/tests/results/test_namespace/00_6number.gitlab.md +++ b/tests/results/test_namespace/00_6number.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6number.html b/tests/results/test_namespace/00_6number.html index 8b1fef537..67d7dca29 100644 --- a/tests/results/test_namespace/00_6number.html +++ b/tests/results/test_namespace/00_6number.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6number.json b/tests/results/test_namespace/00_6number.json index 8cf447d7a..edcd2ba16 100644 --- a/tests/results/test_namespace/00_6number.json +++ b/tests/results/test_namespace/00_6number.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6number.md b/tests/results/test_namespace/00_6number.md index 886585c7b..d2ed093f7 100644 --- a/tests/results/test_namespace/00_6number.md +++ b/tests/results/test_namespace/00_6number.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6number.sh b/tests/results/test_namespace/00_6number.sh index 0965b7e34..a79eda067 100644 --- a/tests/results/test_namespace/00_6number.sh +++ b/tests/results/test_namespace/00_6number.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6port.adoc b/tests/results/test_namespace/00_6port.adoc index 3cf8127c4..9a4a10db6 100644 --- a/tests/results/test_namespace/00_6port.adoc +++ b/tests/results/test_namespace/00_6port.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6port.gitlab.md b/tests/results/test_namespace/00_6port.gitlab.md index 707294819..ecde549e0 100644 --- a/tests/results/test_namespace/00_6port.gitlab.md +++ b/tests/results/test_namespace/00_6port.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6port.html b/tests/results/test_namespace/00_6port.html index 26c7c87fc..2a417159f 100644 --- a/tests/results/test_namespace/00_6port.html +++ b/tests/results/test_namespace/00_6port.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6port.json b/tests/results/test_namespace/00_6port.json index 082eb2603..cf2a3e4fe 100644 --- a/tests/results/test_namespace/00_6port.json +++ b/tests/results/test_namespace/00_6port.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable1": { diff --git a/tests/results/test_namespace/00_6port.md b/tests/results/test_namespace/00_6port.md index 855f54bc0..984d73d73 100644 --- a/tests/results/test_namespace/00_6port.md +++ b/tests/results/test_namespace/00_6port.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6port.sh b/tests/results/test_namespace/00_6port.sh index ea5cf1a3f..620f6ff5b 100644 --- a/tests/results/test_namespace/00_6port.sh +++ b/tests/results/test_namespace/00_6port.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_6regexp.adoc b/tests/results/test_namespace/00_6regexp.adoc index 577e78c07..c8ea536f3 100644 --- a/tests/results/test_namespace/00_6regexp.adoc +++ b/tests/results/test_namespace/00_6regexp.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6regexp.gitlab.md b/tests/results/test_namespace/00_6regexp.gitlab.md index af85f6b71..63481c411 100644 --- a/tests/results/test_namespace/00_6regexp.gitlab.md +++ b/tests/results/test_namespace/00_6regexp.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6regexp.html b/tests/results/test_namespace/00_6regexp.html index 8c98b333c..561c422af 100644 --- a/tests/results/test_namespace/00_6regexp.html +++ b/tests/results/test_namespace/00_6regexp.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6regexp.json b/tests/results/test_namespace/00_6regexp.json index 582fc509a..b19a531a0 100644 --- a/tests/results/test_namespace/00_6regexp.json +++ b/tests/results/test_namespace/00_6regexp.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/00_6regexp.md b/tests/results/test_namespace/00_6regexp.md index c2037a739..171898f54 100644 --- a/tests/results/test_namespace/00_6regexp.md +++ b/tests/results/test_namespace/00_6regexp.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6regexp.sh b/tests/results/test_namespace/00_6regexp.sh index 9c164692d..390f871d5 100644 --- a/tests/results/test_namespace/00_6regexp.sh +++ b/tests/results/test_namespace/00_6regexp.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6regexp_link.adoc b/tests/results/test_namespace/00_6regexp_link.adoc index 2339f0b4a..df4c0caa3 100644 --- a/tests/results/test_namespace/00_6regexp_link.adoc +++ b/tests/results/test_namespace/00_6regexp_link.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_6regexp_link.gitlab.md b/tests/results/test_namespace/00_6regexp_link.gitlab.md index 751b0966d..7b85c23cc 100644 --- a/tests/results/test_namespace/00_6regexp_link.gitlab.md +++ b/tests/results/test_namespace/00_6regexp_link.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6regexp_link.html b/tests/results/test_namespace/00_6regexp_link.html index fd171d4a3..dc8adee6a 100644 --- a/tests/results/test_namespace/00_6regexp_link.html +++ b/tests/results/test_namespace/00_6regexp_link.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_6regexp_link.json b/tests/results/test_namespace/00_6regexp_link.json index e4a0f1c5e..1c1da58e2 100644 --- a/tests/results/test_namespace/00_6regexp_link.json +++ b/tests/results/test_namespace/00_6regexp_link.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -55,7 +58,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A first variable" } diff --git a/tests/results/test_namespace/00_6regexp_link.md b/tests/results/test_namespace/00_6regexp_link.md index 65b08f324..094289c2b 100644 --- a/tests/results/test_namespace/00_6regexp_link.md +++ b/tests/results/test_namespace/00_6regexp_link.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_6regexp_link.sh b/tests/results/test_namespace/00_6regexp_link.sh index 31f161049..35cfc3096 100644 --- a/tests/results/test_namespace/00_6regexp_link.sh +++ b/tests/results/test_namespace/00_6regexp_link.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_6secret.adoc b/tests/results/test_namespace/00_6secret.adoc index 7f99e0046..ce52a3ef8 100644 --- a/tests/results/test_namespace/00_6secret.adoc +++ b/tests/results/test_namespace/00_6secret.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6secret.gitlab.md b/tests/results/test_namespace/00_6secret.gitlab.md index 77ce34742..13586b1f8 100644 --- a/tests/results/test_namespace/00_6secret.gitlab.md +++ b/tests/results/test_namespace/00_6secret.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6secret.html b/tests/results/test_namespace/00_6secret.html index e2e5c92eb..b5e2a112f 100644 --- a/tests/results/test_namespace/00_6secret.html +++ b/tests/results/test_namespace/00_6secret.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6secret.json b/tests/results/test_namespace/00_6secret.json index b40c31776..b6a628dc3 100644 --- a/tests/results/test_namespace/00_6secret.json +++ b/tests/results/test_namespace/00_6secret.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "secret1": { diff --git a/tests/results/test_namespace/00_6secret.md b/tests/results/test_namespace/00_6secret.md index 489098bce..03582a858 100644 --- a/tests/results/test_namespace/00_6secret.md +++ b/tests/results/test_namespace/00_6secret.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6secret.sh b/tests/results/test_namespace/00_6secret.sh index 86d1707c6..9a32e8af2 100644 --- a/tests/results/test_namespace/00_6secret.sh +++ b/tests/results/test_namespace/00_6secret.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_6secret_param.adoc b/tests/results/test_namespace/00_6secret_param.adoc index 85e84bdae..5e7345ebd 100644 --- a/tests/results/test_namespace/00_6secret_param.adoc +++ b/tests/results/test_namespace/00_6secret_param.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6secret_param.gitlab.md b/tests/results/test_namespace/00_6secret_param.gitlab.md index 4a3c18975..79e1be06e 100644 --- a/tests/results/test_namespace/00_6secret_param.gitlab.md +++ b/tests/results/test_namespace/00_6secret_param.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6secret_param.html b/tests/results/test_namespace/00_6secret_param.html index 932395036..70fe161f2 100644 --- a/tests/results/test_namespace/00_6secret_param.html +++ b/tests/results/test_namespace/00_6secret_param.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6secret_param.json b/tests/results/test_namespace/00_6secret_param.json index b6f87ea82..0af8035b8 100644 --- a/tests/results/test_namespace/00_6secret_param.json +++ b/tests/results/test_namespace/00_6secret_param.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "secret1": { diff --git a/tests/results/test_namespace/00_6secret_param.md b/tests/results/test_namespace/00_6secret_param.md index 4c7f9a3e5..d6862298f 100644 --- a/tests/results/test_namespace/00_6secret_param.md +++ b/tests/results/test_namespace/00_6secret_param.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6secret_param.sh b/tests/results/test_namespace/00_6secret_param.sh index 7c54ed04c..4c8f63cc1 100644 --- a/tests/results/test_namespace/00_6secret_param.sh +++ b/tests/results/test_namespace/00_6secret_param.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_6string.adoc b/tests/results/test_namespace/00_6string.adoc index 6b58d4d8f..dbbd96e2a 100644 --- a/tests/results/test_namespace/00_6string.adoc +++ b/tests/results/test_namespace/00_6string.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_6string.gitlab.md b/tests/results/test_namespace/00_6string.gitlab.md index 2e6cf3b73..7db54b633 100644 --- a/tests/results/test_namespace/00_6string.gitlab.md +++ b/tests/results/test_namespace/00_6string.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6string.html b/tests/results/test_namespace/00_6string.html index ade46e4fe..90ab6894d 100644 --- a/tests/results/test_namespace/00_6string.html +++ b/tests/results/test_namespace/00_6string.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_6string.json b/tests/results/test_namespace/00_6string.json index f2c0c66fb..24f758d19 100644 --- a/tests/results/test_namespace/00_6string.json +++ b/tests/results/test_namespace/00_6string.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_6string.md b/tests/results/test_namespace/00_6string.md index 305fa6879..c4d5c1a65 100644 --- a/tests/results/test_namespace/00_6string.md +++ b/tests/results/test_namespace/00_6string.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_6string.sh b/tests/results/test_namespace/00_6string.sh index 3a23cdc68..b07541852 100644 --- a/tests/results/test_namespace/00_6string.sh +++ b/tests/results/test_namespace/00_6string.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_7choice_quote.adoc b/tests/results/test_namespace/00_7choice_quote.adoc index 6554b95c9..698ea7b26 100644 --- a/tests/results/test_namespace/00_7choice_quote.adoc +++ b/tests/results/test_namespace/00_7choice_quote.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_7choice_quote.gitlab.md b/tests/results/test_namespace/00_7choice_quote.gitlab.md index b51051eb9..fcf213967 100644 --- a/tests/results/test_namespace/00_7choice_quote.gitlab.md +++ b/tests/results/test_namespace/00_7choice_quote.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7choice_quote.html b/tests/results/test_namespace/00_7choice_quote.html index 5c6cfbf40..c0a4ee061 100644 --- a/tests/results/test_namespace/00_7choice_quote.html +++ b/tests/results/test_namespace/00_7choice_quote.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_7choice_quote.json b/tests/results/test_namespace/00_7choice_quote.json index b9b6c2023..7c3269f2f 100644 --- a/tests/results/test_namespace/00_7choice_quote.json +++ b/tests/results/test_namespace/00_7choice_quote.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/00_7choice_quote.md b/tests/results/test_namespace/00_7choice_quote.md index 2d7f1c191..32ad894f6 100644 --- a/tests/results/test_namespace/00_7choice_quote.md +++ b/tests/results/test_namespace/00_7choice_quote.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7choice_quote.sh b/tests/results/test_namespace/00_7choice_quote.sh index 7da68a7a8..f194ada12 100644 --- a/tests/results/test_namespace/00_7choice_quote.sh +++ b/tests/results/test_namespace/00_7choice_quote.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_7help.adoc b/tests/results/test_namespace/00_7help.adoc index ded94a001..bbc4e6846 100644 --- a/tests/results/test_namespace/00_7help.adoc +++ b/tests/results/test_namespace/00_7help.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_7help.gitlab.md b/tests/results/test_namespace/00_7help.gitlab.md index 0d1c13afa..b077dbd58 100644 --- a/tests/results/test_namespace/00_7help.gitlab.md +++ b/tests/results/test_namespace/00_7help.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_7help.html b/tests/results/test_namespace/00_7help.html index e92639837..69a04eb06 100644 --- a/tests/results/test_namespace/00_7help.html +++ b/tests/results/test_namespace/00_7help.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_7help.json b/tests/results/test_namespace/00_7help.json index afc1c9c9a..88d85d90f 100644 --- a/tests/results/test_namespace/00_7help.json +++ b/tests/results/test_namespace/00_7help.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_7help.md b/tests/results/test_namespace/00_7help.md index ae6d74b3c..d2687f3d8 100644 --- a/tests/results/test_namespace/00_7help.md +++ b/tests/results/test_namespace/00_7help.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_7help.sh b/tests/results/test_namespace/00_7help.sh index 3aaebe74f..6629836f5 100644 --- a/tests/results/test_namespace/00_7help.sh +++ b/tests/results/test_namespace/00_7help.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_7help_quote.adoc b/tests/results/test_namespace/00_7help_quote.adoc index 5a5e02055..6fe839a86 100644 --- a/tests/results/test_namespace/00_7help_quote.adoc +++ b/tests/results/test_namespace/00_7help_quote.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_7help_quote.gitlab.md b/tests/results/test_namespace/00_7help_quote.gitlab.md index 7f5318d71..aae3dff7e 100644 --- a/tests/results/test_namespace/00_7help_quote.gitlab.md +++ b/tests/results/test_namespace/00_7help_quote.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_7help_quote.html b/tests/results/test_namespace/00_7help_quote.html index 3727f27ae..63c5b60c5 100644 --- a/tests/results/test_namespace/00_7help_quote.html +++ b/tests/results/test_namespace/00_7help_quote.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_7help_quote.json b/tests/results/test_namespace/00_7help_quote.json index 430efc0a8..9dded2bed 100644 --- a/tests/results/test_namespace/00_7help_quote.json +++ b/tests/results/test_namespace/00_7help_quote.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_7help_quote.md b/tests/results/test_namespace/00_7help_quote.md index 550d2f6bd..62e26a940 100644 --- a/tests/results/test_namespace/00_7help_quote.md +++ b/tests/results/test_namespace/00_7help_quote.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_7help_quote.sh b/tests/results/test_namespace/00_7help_quote.sh index 17fa05944..552f6608d 100644 --- a/tests/results/test_namespace/00_7help_quote.sh +++ b/tests/results/test_namespace/00_7help_quote.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_7help_sup.adoc b/tests/results/test_namespace/00_7help_sup.adoc index 93aa29451..6d078ef51 100644 --- a/tests/results/test_namespace/00_7help_sup.adoc +++ b/tests/results/test_namespace/00_7help_sup.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_7help_sup.gitlab.md b/tests/results/test_namespace/00_7help_sup.gitlab.md index 937f95fd9..b45f948b3 100644 --- a/tests/results/test_namespace/00_7help_sup.gitlab.md +++ b/tests/results/test_namespace/00_7help_sup.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_7help_sup.html b/tests/results/test_namespace/00_7help_sup.html index 9bfad1fd7..1ccbbd695 100644 --- a/tests/results/test_namespace/00_7help_sup.html +++ b/tests/results/test_namespace/00_7help_sup.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_7help_sup.json b/tests/results/test_namespace/00_7help_sup.json index 7cadc987b..ec9fd047f 100644 --- a/tests/results/test_namespace/00_7help_sup.json +++ b/tests/results/test_namespace/00_7help_sup.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_7help_sup.md b/tests/results/test_namespace/00_7help_sup.md index 47af4bca6..5f808681d 100644 --- a/tests/results/test_namespace/00_7help_sup.md +++ b/tests/results/test_namespace/00_7help_sup.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_7help_sup.sh b/tests/results/test_namespace/00_7help_sup.sh index a1e79192b..23e5088ae 100644 --- a/tests/results/test_namespace/00_7help_sup.sh +++ b/tests/results/test_namespace/00_7help_sup.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_7value_doublequote.adoc b/tests/results/test_namespace/00_7value_doublequote.adoc index d33a4f341..08557c545 100644 --- a/tests/results/test_namespace/00_7value_doublequote.adoc +++ b/tests/results/test_namespace/00_7value_doublequote.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_7value_doublequote.gitlab.md b/tests/results/test_namespace/00_7value_doublequote.gitlab.md index 09987704f..dbfca29f7 100644 --- a/tests/results/test_namespace/00_7value_doublequote.gitlab.md +++ b/tests/results/test_namespace/00_7value_doublequote.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_doublequote.html b/tests/results/test_namespace/00_7value_doublequote.html index f23ab047e..1c253d2b2 100644 --- a/tests/results/test_namespace/00_7value_doublequote.html +++ b/tests/results/test_namespace/00_7value_doublequote.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_7value_doublequote.json b/tests/results/test_namespace/00_7value_doublequote.json index 18d93ace6..adf63671a 100644 --- a/tests/results/test_namespace/00_7value_doublequote.json +++ b/tests/results/test_namespace/00_7value_doublequote.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_7value_doublequote.md b/tests/results/test_namespace/00_7value_doublequote.md index 61ec4544c..94c72a176 100644 --- a/tests/results/test_namespace/00_7value_doublequote.md +++ b/tests/results/test_namespace/00_7value_doublequote.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_doublequote.sh b/tests/results/test_namespace/00_7value_doublequote.sh index 6fb07336f..a8ebe7439 100644 --- a/tests/results/test_namespace/00_7value_doublequote.sh +++ b/tests/results/test_namespace/00_7value_doublequote.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_7value_doublequote2.adoc b/tests/results/test_namespace/00_7value_doublequote2.adoc index e40ff4b82..3281fd809 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.adoc +++ b/tests/results/test_namespace/00_7value_doublequote2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_7value_doublequote2.gitlab.md b/tests/results/test_namespace/00_7value_doublequote2.gitlab.md index 992f90d58..c9cf10918 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.gitlab.md +++ b/tests/results/test_namespace/00_7value_doublequote2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_doublequote2.html b/tests/results/test_namespace/00_7value_doublequote2.html index ef62626ee..e211a1900 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.html +++ b/tests/results/test_namespace/00_7value_doublequote2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_7value_doublequote2.json b/tests/results/test_namespace/00_7value_doublequote2.json index c803f8c58..60cf64ce4 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.json +++ b/tests/results/test_namespace/00_7value_doublequote2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_7value_doublequote2.md b/tests/results/test_namespace/00_7value_doublequote2.md index 7cd63e341..418d1a4b8 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.md +++ b/tests/results/test_namespace/00_7value_doublequote2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_doublequote2.sh b/tests/results/test_namespace/00_7value_doublequote2.sh index 35423657d..a1cc78e28 100644 --- a/tests/results/test_namespace/00_7value_doublequote2.sh +++ b/tests/results/test_namespace/00_7value_doublequote2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_7value_doublequote3.adoc b/tests/results/test_namespace/00_7value_doublequote3.adoc index 5b3a284d2..e07b7b895 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.adoc +++ b/tests/results/test_namespace/00_7value_doublequote3.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_7value_doublequote3.gitlab.md b/tests/results/test_namespace/00_7value_doublequote3.gitlab.md index 77e4aa1a5..373813f68 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.gitlab.md +++ b/tests/results/test_namespace/00_7value_doublequote3.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_doublequote3.html b/tests/results/test_namespace/00_7value_doublequote3.html index d6523522f..9b72e5e0c 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.html +++ b/tests/results/test_namespace/00_7value_doublequote3.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_7value_doublequote3.json b/tests/results/test_namespace/00_7value_doublequote3.json index f0dfae1db..ce8929630 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.json +++ b/tests/results/test_namespace/00_7value_doublequote3.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_7value_doublequote3.md b/tests/results/test_namespace/00_7value_doublequote3.md index b62490016..3d634d119 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.md +++ b/tests/results/test_namespace/00_7value_doublequote3.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_doublequote3.sh b/tests/results/test_namespace/00_7value_doublequote3.sh index 64436542d..91a39b378 100644 --- a/tests/results/test_namespace/00_7value_doublequote3.sh +++ b/tests/results/test_namespace/00_7value_doublequote3.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_7value_quote.adoc b/tests/results/test_namespace/00_7value_quote.adoc index d6d757834..6b98bd1fc 100644 --- a/tests/results/test_namespace/00_7value_quote.adoc +++ b/tests/results/test_namespace/00_7value_quote.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_7value_quote.gitlab.md b/tests/results/test_namespace/00_7value_quote.gitlab.md index 0c9c5649e..311f4a848 100644 --- a/tests/results/test_namespace/00_7value_quote.gitlab.md +++ b/tests/results/test_namespace/00_7value_quote.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_quote.html b/tests/results/test_namespace/00_7value_quote.html index 97f47eeac..e743b7a8a 100644 --- a/tests/results/test_namespace/00_7value_quote.html +++ b/tests/results/test_namespace/00_7value_quote.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_7value_quote.json b/tests/results/test_namespace/00_7value_quote.json index 2391abb89..8ba3f5733 100644 --- a/tests/results/test_namespace/00_7value_quote.json +++ b/tests/results/test_namespace/00_7value_quote.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_7value_quote.md b/tests/results/test_namespace/00_7value_quote.md index 7b99369b9..5b4b4c354 100644 --- a/tests/results/test_namespace/00_7value_quote.md +++ b/tests/results/test_namespace/00_7value_quote.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_7value_quote.sh b/tests/results/test_namespace/00_7value_quote.sh index 775fb8015..a408ba033 100644 --- a/tests/results/test_namespace/00_7value_quote.sh +++ b/tests/results/test_namespace/00_7value_quote.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_8calculation_information.adoc b/tests/results/test_namespace/00_8calculation_information.adoc index b14f34919..4163abcb8 100644 --- a/tests/results/test_namespace/00_8calculation_information.adoc +++ b/tests/results/test_namespace/00_8calculation_information.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_8calculation_information.gitlab.md b/tests/results/test_namespace/00_8calculation_information.gitlab.md index ba753998f..a52d5ceb1 100644 --- a/tests/results/test_namespace/00_8calculation_information.gitlab.md +++ b/tests/results/test_namespace/00_8calculation_information.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_8calculation_information.html b/tests/results/test_namespace/00_8calculation_information.html index 4f6e8fb31..aa9175443 100644 --- a/tests/results/test_namespace/00_8calculation_information.html +++ b/tests/results/test_namespace/00_8calculation_information.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_8calculation_information.json b/tests/results/test_namespace/00_8calculation_information.json index 8a987f398..de0b2fb3a 100644 --- a/tests/results/test_namespace/00_8calculation_information.json +++ b/tests/results/test_namespace/00_8calculation_information.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_8calculation_information.md b/tests/results/test_namespace/00_8calculation_information.md index d6dbb9d9f..07c221f1b 100644 --- a/tests/results/test_namespace/00_8calculation_information.md +++ b/tests/results/test_namespace/00_8calculation_information.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_8calculation_information.sh b/tests/results/test_namespace/00_8calculation_information.sh index bd07a925b..b6692530a 100644 --- a/tests/results/test_namespace/00_8calculation_information.sh +++ b/tests/results/test_namespace/00_8calculation_information.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_8calculation_namespace.adoc b/tests/results/test_namespace/00_8calculation_namespace.adoc index eda3f08a5..effe41c5e 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.adoc +++ b/tests/results/test_namespace/00_8calculation_namespace.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_8calculation_namespace.gitlab.md b/tests/results/test_namespace/00_8calculation_namespace.gitlab.md index 364f5e64e..111f7b98a 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.gitlab.md +++ b/tests/results/test_namespace/00_8calculation_namespace.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_8calculation_namespace.html b/tests/results/test_namespace/00_8calculation_namespace.html index dd8d6a9c5..815d11b11 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.html +++ b/tests/results/test_namespace/00_8calculation_namespace.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_8calculation_namespace.json b/tests/results/test_namespace/00_8calculation_namespace.json index 62ffb6048..d1b778054 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.json +++ b/tests/results/test_namespace/00_8calculation_namespace.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_8calculation_namespace.md b/tests/results/test_namespace/00_8calculation_namespace.md index 894514c11..7898490a0 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.md +++ b/tests/results/test_namespace/00_8calculation_namespace.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_8calculation_namespace.sh b/tests/results/test_namespace/00_8calculation_namespace.sh index 97a943b96..a68c15d55 100644 --- a/tests/results/test_namespace/00_8calculation_namespace.sh +++ b/tests/results/test_namespace/00_8calculation_namespace.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.adoc b/tests/results/test_namespace/00_8calculation_param_namespace.adoc index 1b96ad2c9..99ad6646e 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.adoc +++ b/tests/results/test_namespace/00_8calculation_param_namespace.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 fd176aa22..c7cdeea66 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.gitlab.md +++ b/tests/results/test_namespace/00_8calculation_param_namespace.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.html b/tests/results/test_namespace/00_8calculation_param_namespace.html index 7778d50ab..ffd36bdb6 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.html +++ b/tests/results/test_namespace/00_8calculation_param_namespace.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.json b/tests/results/test_namespace/00_8calculation_param_namespace.json index 0b876f11f..a123807ce 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.json +++ b/tests/results/test_namespace/00_8calculation_param_namespace.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.md b/tests/results/test_namespace/00_8calculation_param_namespace.md index 31141f441..259ed9e42 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.md +++ b/tests/results/test_namespace/00_8calculation_param_namespace.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_8calculation_param_namespace.sh b/tests/results/test_namespace/00_8calculation_param_namespace.sh index 0a7451b5b..a1ebc2712 100644 --- a/tests/results/test_namespace/00_8calculation_param_namespace.sh +++ b/tests/results/test_namespace/00_8calculation_param_namespace.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_8test.adoc b/tests/results/test_namespace/00_8test.adoc index d136b8da0..7c81289c5 100644 --- a/tests/results/test_namespace/00_8test.adoc +++ b/tests/results/test_namespace/00_8test.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/00_8test.gitlab.md b/tests/results/test_namespace/00_8test.gitlab.md index af94f9cee..ed3ffba11 100644 --- a/tests/results/test_namespace/00_8test.gitlab.md +++ b/tests/results/test_namespace/00_8test.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_8test.html b/tests/results/test_namespace/00_8test.html index 04f5ae8d2..633365080 100644 --- a/tests/results/test_namespace/00_8test.html +++ b/tests/results/test_namespace/00_8test.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_8test.json b/tests/results/test_namespace/00_8test.json index 9480485fe..fd7ca3621 100644 --- a/tests/results/test_namespace/00_8test.json +++ b/tests/results/test_namespace/00_8test.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_8test.md b/tests/results/test_namespace/00_8test.md index c4c72f2c7..e6a719f33 100644 --- a/tests/results/test_namespace/00_8test.md +++ b/tests/results/test_namespace/00_8test.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_8test.sh b/tests/results/test_namespace/00_8test.sh index 420bbaf31..62cd4a1c8 100644 --- a/tests/results/test_namespace/00_8test.sh +++ b/tests/results/test_namespace/00_8test.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_9choice_variable_multi.adoc b/tests/results/test_namespace/00_9choice_variable_multi.adoc index da045d680..62cf7d6ee 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.adoc +++ b/tests/results/test_namespace/00_9choice_variable_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 bd714a4ee..61fd54ed5 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace/00_9choice_variable_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9choice_variable_multi.html b/tests/results/test_namespace/00_9choice_variable_multi.html index 04d45f2c5..5c71be95b 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.html +++ b/tests/results/test_namespace/00_9choice_variable_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_9choice_variable_multi.json b/tests/results/test_namespace/00_9choice_variable_multi.json index d92f47a26..d12373ce6 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.json +++ b/tests/results/test_namespace/00_9choice_variable_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable1": { diff --git a/tests/results/test_namespace/00_9choice_variable_multi.md b/tests/results/test_namespace/00_9choice_variable_multi.md index 340a3bc18..3b347978a 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.md +++ b/tests/results/test_namespace/00_9choice_variable_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9choice_variable_multi.sh b/tests/results/test_namespace/00_9choice_variable_multi.sh index 3396b4907..644d3c90e 100644 --- a/tests/results/test_namespace/00_9choice_variable_multi.sh +++ b/tests/results/test_namespace/00_9choice_variable_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_9choice_variables.adoc b/tests/results/test_namespace/00_9choice_variables.adoc index 4986b7d22..dcfce5230 100644 --- a/tests/results/test_namespace/00_9choice_variables.adoc +++ b/tests/results/test_namespace/00_9choice_variables.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_9choice_variables.gitlab.md b/tests/results/test_namespace/00_9choice_variables.gitlab.md index b498a6220..cfb81ce66 100644 --- a/tests/results/test_namespace/00_9choice_variables.gitlab.md +++ b/tests/results/test_namespace/00_9choice_variables.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9choice_variables.html b/tests/results/test_namespace/00_9choice_variables.html index 9fec8eed7..060ab4b9b 100644 --- a/tests/results/test_namespace/00_9choice_variables.html +++ b/tests/results/test_namespace/00_9choice_variables.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9choice_variables.json b/tests/results/test_namespace/00_9choice_variables.json index f5cb83f31..82aa174f7 100644 --- a/tests/results/test_namespace/00_9choice_variables.json +++ b/tests/results/test_namespace/00_9choice_variables.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "source_variable_1": { @@ -76,14 +79,16 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.source_variable_1" + "path": "rougail.source_variable_1", + "type": "variable" }, "description": "The first source variable" }, { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.source_variable_2" + "path": "rougail.source_variable_2", + "type": "variable" }, "description": "The second source variable" } diff --git a/tests/results/test_namespace/00_9choice_variables.md b/tests/results/test_namespace/00_9choice_variables.md index 503ebe9a0..3516101f1 100644 --- a/tests/results/test_namespace/00_9choice_variables.md +++ b/tests/results/test_namespace/00_9choice_variables.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9choice_variables.sh b/tests/results/test_namespace/00_9choice_variables.sh index 47fa4889a..9f5fc729f 100644 --- a/tests/results/test_namespace/00_9choice_variables.sh +++ b/tests/results/test_namespace/00_9choice_variables.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation.adoc b/tests/results/test_namespace/00_9default_calculation.adoc index 4799176e5..9b3e71d8c 100644 --- a/tests/results/test_namespace/00_9default_calculation.adoc +++ b/tests/results/test_namespace/00_9default_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_9default_calculation.gitlab.md b/tests/results/test_namespace/00_9default_calculation.gitlab.md index 7d2f5ab6d..e2287fc35 100644 --- a/tests/results/test_namespace/00_9default_calculation.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation.html b/tests/results/test_namespace/00_9default_calculation.html index 3edf05b3a..dc9a6dfa1 100644 --- a/tests/results/test_namespace/00_9default_calculation.html +++ b/tests/results/test_namespace/00_9default_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation.json b/tests/results/test_namespace/00_9default_calculation.json index d2a1a764b..ef8ed90c6 100644 --- a/tests/results/test_namespace/00_9default_calculation.json +++ b/tests/results/test_namespace/00_9default_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_9default_calculation.md b/tests/results/test_namespace/00_9default_calculation.md index 3f8cb5e72..944014138 100644 --- a/tests/results/test_namespace/00_9default_calculation.md +++ b/tests/results/test_namespace/00_9default_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation.sh b/tests/results/test_namespace/00_9default_calculation.sh index d776b06c4..f1b7f7d1a 100644 --- a/tests/results/test_namespace/00_9default_calculation.sh +++ b/tests/results/test_namespace/00_9default_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_information.adoc b/tests/results/test_namespace/00_9default_calculation_information.adoc index 93c3b9fb1..4f03f4e9d 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.adoc +++ b/tests/results/test_namespace/00_9default_calculation_information.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 de96ed705..11000c17c 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_information.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_information.html b/tests/results/test_namespace/00_9default_calculation_information.html index 2509f624a..17d3185bc 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.html +++ b/tests/results/test_namespace/00_9default_calculation_information.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_information.json b/tests/results/test_namespace/00_9default_calculation_information.json index 1df3c1c82..f0e9b8e30 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.json +++ b/tests/results/test_namespace/00_9default_calculation_information.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/00_9default_calculation_information.md b/tests/results/test_namespace/00_9default_calculation_information.md index a09076053..607348e8a 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.md +++ b/tests/results/test_namespace/00_9default_calculation_information.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_information.sh b/tests/results/test_namespace/00_9default_calculation_information.sh index f29e1cd39..3c044b5b1 100644 --- a/tests/results/test_namespace/00_9default_calculation_information.sh +++ b/tests/results/test_namespace/00_9default_calculation_information.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.adoc b/tests/results/test_namespace/00_9default_calculation_information_other_variable.adoc index d5a8a2ae2..84bb45f68 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.adoc +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2700d207f..d00bb35d1 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.html b/tests/results/test_namespace/00_9default_calculation_information_other_variable.html index d4e2ad57d..793cca28e 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.html +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.json b/tests/results/test_namespace/00_9default_calculation_information_other_variable.json index af4c8f3a4..50ce0fc21 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.json +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.md b/tests/results/test_namespace/00_9default_calculation_information_other_variable.md index 7246ec0f9..50bf08227 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.md +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9default_calculation_information_other_variable.sh b/tests/results/test_namespace/00_9default_calculation_information_other_variable.sh index 333af8748..2773f39f3 100644 --- a/tests/results/test_namespace/00_9default_calculation_information_other_variable.sh +++ b/tests/results/test_namespace/00_9default_calculation_information_other_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.adoc b/tests/results/test_namespace/00_9default_calculation_multi_optional.adoc index 00a5a6c6a..5879ec8b9 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.adoc +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 b495edaa7..c66ec943b 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.html b/tests/results/test_namespace/00_9default_calculation_multi_optional.html index 3b589a59e..6b4dc092b 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.html +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.json b/tests/results/test_namespace/00_9default_calculation_multi_optional.json index c4ed9d5ea..5a8de09fb 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.json +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_variable": { @@ -44,7 +47,8 @@ { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.my_variable" + "path": "rougail.my_variable", + "type": "variable" }, "description": "My_variable" } diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.md b/tests/results/test_namespace/00_9default_calculation_multi_optional.md index 4e32dd57f..c20e29636 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.md +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional.sh b/tests/results/test_namespace/00_9default_calculation_multi_optional.sh index 1bc12567e..13cba0a4e 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional.sh +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.adoc b/tests/results/test_namespace/00_9default_calculation_multi_optional2.adoc index 00a5a6c6a..5879ec8b9 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.adoc +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 b495edaa7..c66ec943b 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.html b/tests/results/test_namespace/00_9default_calculation_multi_optional2.html index 3b589a59e..6b4dc092b 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.html +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.json b/tests/results/test_namespace/00_9default_calculation_multi_optional2.json index c4ed9d5ea..5a8de09fb 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.json +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_variable": { @@ -44,7 +47,8 @@ { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.my_variable" + "path": "rougail.my_variable", + "type": "variable" }, "description": "My_variable" } diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.md b/tests/results/test_namespace/00_9default_calculation_multi_optional2.md index 4e32dd57f..c20e29636 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.md +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional2.sh b/tests/results/test_namespace/00_9default_calculation_multi_optional2.sh index 1bc12567e..13cba0a4e 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional2.sh +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.adoc b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.adoc index 00a5a6c6a..5879ec8b9 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.adoc +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 b495edaa7..c66ec943b 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.html b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.html index 3b589a59e..6b4dc092b 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.html +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.json b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.json index 4e941e2f6..54c19f185 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.json +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_variable": { @@ -44,7 +47,8 @@ { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.my_variable" + "path": "rougail.my_variable", + "type": "variable" }, "description": "My_variable" } diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md index 4e32dd57f..c20e29636 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.sh b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.sh index 1bc12567e..13cba0a4e 100644 --- a/tests/results/test_namespace/00_9default_calculation_multi_optional_default.sh +++ b/tests/results/test_namespace/00_9default_calculation_multi_optional_default.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_optional.adoc b/tests/results/test_namespace/00_9default_calculation_optional.adoc index 1da607966..14a17849f 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.adoc +++ b/tests/results/test_namespace/00_9default_calculation_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 dd23919e4..a5f3bbc3f 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.gitlab.md +++ b/tests/results/test_namespace/00_9default_calculation_optional.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_optional.html b/tests/results/test_namespace/00_9default_calculation_optional.html index a979a0c41..9fd21bd98 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.html +++ b/tests/results/test_namespace/00_9default_calculation_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_optional.json b/tests/results/test_namespace/00_9default_calculation_optional.json index 5cdde2a01..b1462964f 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.json +++ b/tests/results/test_namespace/00_9default_calculation_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_calculated_variable": { diff --git a/tests/results/test_namespace/00_9default_calculation_optional.md b/tests/results/test_namespace/00_9default_calculation_optional.md index 350ea73f9..e5b004a56 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.md +++ b/tests/results/test_namespace/00_9default_calculation_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_optional.sh b/tests/results/test_namespace/00_9default_calculation_optional.sh index 759961914..430395e66 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional.sh +++ b/tests/results/test_namespace/00_9default_calculation_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.adoc b/tests/results/test_namespace/00_9default_calculation_optional_exists.adoc index 0d24b8b6b..9da0e346f 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.adoc +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 448504093..c4e614d21 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.html b/tests/results/test_namespace/00_9default_calculation_optional_exists.html index 7b1a4a424..d60abd60f 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.html +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.json b/tests/results/test_namespace/00_9default_calculation_optional_exists.json index 9fca8822b..49cb305ff 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.json +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_variable": { @@ -56,7 +59,8 @@ "values": { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.my_variable" + "path": "rougail.my_variable", + "type": "variable" }, "description": "My_variable" } diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.md b/tests/results/test_namespace/00_9default_calculation_optional_exists.md index 6e2479706..77219171f 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.md +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_optional_exists.sh b/tests/results/test_namespace/00_9default_calculation_optional_exists.sh index eb1df1132..f05c27556 100644 --- a/tests/results/test_namespace/00_9default_calculation_optional_exists.sh +++ b/tests/results/test_namespace/00_9default_calculation_optional_exists.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.adoc b/tests/results/test_namespace/00_9default_calculation_param_optional.adoc index 3a9d323f9..86f087a92 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.adoc +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 5d91dbd31..0b9d0b1d9 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.html b/tests/results/test_namespace/00_9default_calculation_param_optional.html index 746f307a1..8de9a3852 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.html +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.json b/tests/results/test_namespace/00_9default_calculation_param_optional.json index fe219d273..061e14f48 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.json +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.md b/tests/results/test_namespace/00_9default_calculation_param_optional.md index d46a73e1f..8351ca5fc 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.md +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_calculation_param_optional.sh b/tests/results/test_namespace/00_9default_calculation_param_optional.sh index 829837915..47ecb706f 100644 --- a/tests/results/test_namespace/00_9default_calculation_param_optional.sh +++ b/tests/results/test_namespace/00_9default_calculation_param_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_information_other_variable.adoc b/tests/results/test_namespace/00_9default_information_other_variable.adoc index 1e8b6f9db..a0d5390dc 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.adoc +++ b/tests/results/test_namespace/00_9default_information_other_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 77089ad2b..72c1739b1 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9default_information_other_variable.html b/tests/results/test_namespace/00_9default_information_other_variable.html index e440ec009..f747d91e8 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.html +++ b/tests/results/test_namespace/00_9default_information_other_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_9default_information_other_variable.json b/tests/results/test_namespace/00_9default_information_other_variable.json index 63f13e2c8..de38e96e9 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.json +++ b/tests/results/test_namespace/00_9default_information_other_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_9default_information_other_variable.md b/tests/results/test_namespace/00_9default_information_other_variable.md index 36b4fbdd1..220a13948 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.md +++ b/tests/results/test_namespace/00_9default_information_other_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9default_information_other_variable.sh b/tests/results/test_namespace/00_9default_information_other_variable.sh index ea9af0156..c1fa952d8 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable.sh +++ b/tests/results/test_namespace/00_9default_information_other_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.adoc b/tests/results/test_namespace/00_9default_information_other_variable2.adoc index 1e8b6f9db..a0d5390dc 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.adoc +++ b/tests/results/test_namespace/00_9default_information_other_variable2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 77089ad2b..72c1739b1 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.html b/tests/results/test_namespace/00_9default_information_other_variable2.html index e440ec009..f747d91e8 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.html +++ b/tests/results/test_namespace/00_9default_information_other_variable2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.json b/tests/results/test_namespace/00_9default_information_other_variable2.json index 63f13e2c8..de38e96e9 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.json +++ b/tests/results/test_namespace/00_9default_information_other_variable2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.md b/tests/results/test_namespace/00_9default_information_other_variable2.md index 36b4fbdd1..220a13948 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.md +++ b/tests/results/test_namespace/00_9default_information_other_variable2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/00_9default_information_other_variable2.sh b/tests/results/test_namespace/00_9default_information_other_variable2.sh index ea9af0156..c1fa952d8 100644 --- a/tests/results/test_namespace/00_9default_information_other_variable2.sh +++ b/tests/results/test_namespace/00_9default_information_other_variable2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/00_9default_integer.adoc b/tests/results/test_namespace/00_9default_integer.adoc index 7b1552948..9e244f9d6 100644 --- a/tests/results/test_namespace/00_9default_integer.adoc +++ b/tests/results/test_namespace/00_9default_integer.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_9default_integer.gitlab.md b/tests/results/test_namespace/00_9default_integer.gitlab.md index e78394b81..4aca3d780 100644 --- a/tests/results/test_namespace/00_9default_integer.gitlab.md +++ b/tests/results/test_namespace/00_9default_integer.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_integer.html b/tests/results/test_namespace/00_9default_integer.html index 8f1d0529c..63325f5d2 100644 --- a/tests/results/test_namespace/00_9default_integer.html +++ b/tests/results/test_namespace/00_9default_integer.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_integer.json b/tests/results/test_namespace/00_9default_integer.json index d1c941b28..35105f7ad 100644 --- a/tests/results/test_namespace/00_9default_integer.json +++ b/tests/results/test_namespace/00_9default_integer.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/00_9default_integer.md b/tests/results/test_namespace/00_9default_integer.md index 33415bd88..8d4d7ee7e 100644 --- a/tests/results/test_namespace/00_9default_integer.md +++ b/tests/results/test_namespace/00_9default_integer.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_integer.sh b/tests/results/test_namespace/00_9default_integer.sh index c2d7c551e..3ad731dfb 100644 --- a/tests/results/test_namespace/00_9default_integer.sh +++ b/tests/results/test_namespace/00_9default_integer.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9default_number.adoc b/tests/results/test_namespace/00_9default_number.adoc index 7b1552948..9e244f9d6 100644 --- a/tests/results/test_namespace/00_9default_number.adoc +++ b/tests/results/test_namespace/00_9default_number.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/00_9default_number.gitlab.md b/tests/results/test_namespace/00_9default_number.gitlab.md index e78394b81..4aca3d780 100644 --- a/tests/results/test_namespace/00_9default_number.gitlab.md +++ b/tests/results/test_namespace/00_9default_number.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_number.html b/tests/results/test_namespace/00_9default_number.html index 8f1d0529c..63325f5d2 100644 --- a/tests/results/test_namespace/00_9default_number.html +++ b/tests/results/test_namespace/00_9default_number.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/00_9default_number.json b/tests/results/test_namespace/00_9default_number.json index d1c941b28..35105f7ad 100644 --- a/tests/results/test_namespace/00_9default_number.json +++ b/tests/results/test_namespace/00_9default_number.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/00_9default_number.md b/tests/results/test_namespace/00_9default_number.md index 33415bd88..8d4d7ee7e 100644 --- a/tests/results/test_namespace/00_9default_number.md +++ b/tests/results/test_namespace/00_9default_number.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/00_9default_number.sh b/tests/results/test_namespace/00_9default_number.sh index c2d7c551e..3ad731dfb 100644 --- a/tests/results/test_namespace/00_9default_number.sh +++ b/tests/results/test_namespace/00_9default_number.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9extra.adoc b/tests/results/test_namespace/00_9extra.adoc index 9f014e783..b183ef178 100644 --- a/tests/results/test_namespace/00_9extra.adoc +++ b/tests/results/test_namespace/00_9extra.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -19,6 +20,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: extra + `standard` ==== diff --git a/tests/results/test_namespace/00_9extra.gitlab.md b/tests/results/test_namespace/00_9extra.gitlab.md index 09a471b65..e72183b3c 100644 --- a/tests/results/test_namespace/00_9extra.gitlab.md +++ b/tests/results/test_namespace/00_9extra.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,6 +14,7 @@Extra
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: extra\ > `standard` diff --git a/tests/results/test_namespace/00_9extra.html b/tests/results/test_namespace/00_9extra.html index bf113aad2..df9b7bd6e 100644 --- a/tests/results/test_namespace/00_9extra.html +++ b/tests/results/test_namespace/00_9extra.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard @@ -15,6 +17,8 @@Extra
+This family is a namespace. + Path: extra standard diff --git a/tests/results/test_namespace/00_9extra.json b/tests/results/test_namespace/00_9extra.json index 1a7b6c118..9115e805e 100644 --- a/tests/results/test_namespace/00_9extra.json +++ b/tests/results/test_namespace/00_9extra.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { @@ -48,7 +51,10 @@ ], "description": "Extra", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_9extra.md b/tests/results/test_namespace/00_9extra.md index 369da8dbd..558895026 100644 --- a/tests/results/test_namespace/00_9extra.md +++ b/tests/results/test_namespace/00_9extra.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,6 +14,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: extra\ > `standard` diff --git a/tests/results/test_namespace/00_9extra.sh b/tests/results/test_namespace/00_9extra.sh index c6966bb5c..676548de4 100644 --- a/tests/results/test_namespace/00_9extra.sh +++ b/tests/results/test_namespace/00_9extra.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -16,6 +17,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: extra [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9extra_calculation.adoc b/tests/results/test_namespace/00_9extra_calculation.adoc index a1de89270..3073aebab 100644 --- a/tests/results/test_namespace/00_9extra_calculation.adoc +++ b/tests/results/test_namespace/00_9extra_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -19,6 +20,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: extra + `standard` ==== diff --git a/tests/results/test_namespace/00_9extra_calculation.gitlab.md b/tests/results/test_namespace/00_9extra_calculation.gitlab.md index dbd762c02..e9c737d72 100644 --- a/tests/results/test_namespace/00_9extra_calculation.gitlab.md +++ b/tests/results/test_namespace/00_9extra_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,6 +14,7 @@Extra
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: extra\ > `standard` diff --git a/tests/results/test_namespace/00_9extra_calculation.html b/tests/results/test_namespace/00_9extra_calculation.html index c36575eeb..e6f58fecc 100644 --- a/tests/results/test_namespace/00_9extra_calculation.html +++ b/tests/results/test_namespace/00_9extra_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard @@ -15,6 +17,8 @@Extra
+This family is a namespace. + Path: extra standard diff --git a/tests/results/test_namespace/00_9extra_calculation.json b/tests/results/test_namespace/00_9extra_calculation.json index faf8c28b9..53672bed8 100644 --- a/tests/results/test_namespace/00_9extra_calculation.json +++ b/tests/results/test_namespace/00_9extra_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { @@ -48,7 +51,10 @@ ], "description": "Extra", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable1": { @@ -58,7 +64,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.variable" + "path": "rougail.variable", + "type": "variable" }, "description": "A variable" } diff --git a/tests/results/test_namespace/00_9extra_calculation.md b/tests/results/test_namespace/00_9extra_calculation.md index 0d0ae6b13..68628b790 100644 --- a/tests/results/test_namespace/00_9extra_calculation.md +++ b/tests/results/test_namespace/00_9extra_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,6 +14,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: extra\ > `standard` diff --git a/tests/results/test_namespace/00_9extra_calculation.sh b/tests/results/test_namespace/00_9extra_calculation.sh index 5010303b5..124c4ba46 100644 --- a/tests/results/test_namespace/00_9extra_calculation.sh +++ b/tests/results/test_namespace/00_9extra_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -16,6 +17,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: extra [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/00_9extra_ouside.adoc b/tests/results/test_namespace/00_9extra_ouside.adoc index 71c3407cc..9aa3a57f1 100644 --- a/tests/results/test_namespace/00_9extra_ouside.adoc +++ b/tests/results/test_namespace/00_9extra_ouside.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -19,6 +20,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: extra + `standard` ==== diff --git a/tests/results/test_namespace/00_9extra_ouside.gitlab.md b/tests/results/test_namespace/00_9extra_ouside.gitlab.md index 0ba0aa276..75f7f9116 100644 --- a/tests/results/test_namespace/00_9extra_ouside.gitlab.md +++ b/tests/results/test_namespace/00_9extra_ouside.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,6 +14,7 @@Extra
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: extra\ > `standard` diff --git a/tests/results/test_namespace/00_9extra_ouside.html b/tests/results/test_namespace/00_9extra_ouside.html index 358b7a2bf..8e63fe371 100644 --- a/tests/results/test_namespace/00_9extra_ouside.html +++ b/tests/results/test_namespace/00_9extra_ouside.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard @@ -15,6 +17,8 @@Extra
+This family is a namespace. + Path: extra standard diff --git a/tests/results/test_namespace/00_9extra_ouside.json b/tests/results/test_namespace/00_9extra_ouside.json index ab02f802f..603d52fb3 100644 --- a/tests/results/test_namespace/00_9extra_ouside.json +++ b/tests/results/test_namespace/00_9extra_ouside.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { @@ -18,7 +21,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "extra.variable" + "path": "extra.variable", + "type": "variable" }, "description": "A variable" } @@ -54,7 +58,10 @@ ], "description": "Extra", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/00_9extra_ouside.md b/tests/results/test_namespace/00_9extra_ouside.md index 990f52fa5..5e4251579 100644 --- a/tests/results/test_namespace/00_9extra_ouside.md +++ b/tests/results/test_namespace/00_9extra_ouside.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,6 +14,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: extra\ > `standard` diff --git a/tests/results/test_namespace/00_9extra_ouside.sh b/tests/results/test_namespace/00_9extra_ouside.sh index e27651e9f..bb69be5d1 100644 --- a/tests/results/test_namespace/00_9extra_ouside.sh +++ b/tests/results/test_namespace/00_9extra_ouside.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -17,6 +18,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: extra [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_6boolean_multi.adoc b/tests/results/test_namespace/01_6boolean_multi.adoc index ab451d962..f8c7556f4 100644 --- a/tests/results/test_namespace/01_6boolean_multi.adoc +++ b/tests/results/test_namespace/01_6boolean_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/01_6boolean_multi.gitlab.md b/tests/results/test_namespace/01_6boolean_multi.gitlab.md index 553cdbd7d..20cec12e2 100644 --- a/tests/results/test_namespace/01_6boolean_multi.gitlab.md +++ b/tests/results/test_namespace/01_6boolean_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6boolean_multi.html b/tests/results/test_namespace/01_6boolean_multi.html index b0b5ecb27..9903637ec 100644 --- a/tests/results/test_namespace/01_6boolean_multi.html +++ b/tests/results/test_namespace/01_6boolean_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_6boolean_multi.json b/tests/results/test_namespace/01_6boolean_multi.json index f2c360783..996189070 100644 --- a/tests/results/test_namespace/01_6boolean_multi.json +++ b/tests/results/test_namespace/01_6boolean_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/01_6boolean_multi.md b/tests/results/test_namespace/01_6boolean_multi.md index 029b6f4bb..d894d5a5c 100644 --- a/tests/results/test_namespace/01_6boolean_multi.md +++ b/tests/results/test_namespace/01_6boolean_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6boolean_multi.sh b/tests/results/test_namespace/01_6boolean_multi.sh index e9e77fe93..40ba62d5a 100644 --- a/tests/results/test_namespace/01_6boolean_multi.sh +++ b/tests/results/test_namespace/01_6boolean_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_6custom_multi.adoc b/tests/results/test_namespace/01_6custom_multi.adoc index f144a9a3a..467792642 100644 --- a/tests/results/test_namespace/01_6custom_multi.adoc +++ b/tests/results/test_namespace/01_6custom_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/01_6custom_multi.gitlab.md b/tests/results/test_namespace/01_6custom_multi.gitlab.md index 0531b6d49..e0a2a7043 100644 --- a/tests/results/test_namespace/01_6custom_multi.gitlab.md +++ b/tests/results/test_namespace/01_6custom_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_6custom_multi.html b/tests/results/test_namespace/01_6custom_multi.html index 79ac7df5b..07ef4856b 100644 --- a/tests/results/test_namespace/01_6custom_multi.html +++ b/tests/results/test_namespace/01_6custom_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/01_6custom_multi.json b/tests/results/test_namespace/01_6custom_multi.json index a7e52986b..f258d7427 100644 --- a/tests/results/test_namespace/01_6custom_multi.json +++ b/tests/results/test_namespace/01_6custom_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "custom1": { diff --git a/tests/results/test_namespace/01_6custom_multi.md b/tests/results/test_namespace/01_6custom_multi.md index 4a4e61682..bb43b9404 100644 --- a/tests/results/test_namespace/01_6custom_multi.md +++ b/tests/results/test_namespace/01_6custom_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_6custom_multi.sh b/tests/results/test_namespace/01_6custom_multi.sh index 8578a337b..eb84c04d8 100644 --- a/tests/results/test_namespace/01_6custom_multi.sh +++ b/tests/results/test_namespace/01_6custom_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/01_6float_multi.adoc b/tests/results/test_namespace/01_6float_multi.adoc index 04d13c525..c4419f1ec 100644 --- a/tests/results/test_namespace/01_6float_multi.adoc +++ b/tests/results/test_namespace/01_6float_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/01_6float_multi.gitlab.md b/tests/results/test_namespace/01_6float_multi.gitlab.md index 7aa835d5a..63ccacc32 100644 --- a/tests/results/test_namespace/01_6float_multi.gitlab.md +++ b/tests/results/test_namespace/01_6float_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6float_multi.html b/tests/results/test_namespace/01_6float_multi.html index f744635e1..6fcc152b5 100644 --- a/tests/results/test_namespace/01_6float_multi.html +++ b/tests/results/test_namespace/01_6float_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_6float_multi.json b/tests/results/test_namespace/01_6float_multi.json index fbb8143a3..006ccbd2c 100644 --- a/tests/results/test_namespace/01_6float_multi.json +++ b/tests/results/test_namespace/01_6float_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/01_6float_multi.md b/tests/results/test_namespace/01_6float_multi.md index e2b7c72f9..17a2c2554 100644 --- a/tests/results/test_namespace/01_6float_multi.md +++ b/tests/results/test_namespace/01_6float_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6float_multi.sh b/tests/results/test_namespace/01_6float_multi.sh index 4463bca11..f19bd2416 100644 --- a/tests/results/test_namespace/01_6float_multi.sh +++ b/tests/results/test_namespace/01_6float_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_6integer_multi.adoc b/tests/results/test_namespace/01_6integer_multi.adoc index 7396942b8..c458d24d6 100644 --- a/tests/results/test_namespace/01_6integer_multi.adoc +++ b/tests/results/test_namespace/01_6integer_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/01_6integer_multi.gitlab.md b/tests/results/test_namespace/01_6integer_multi.gitlab.md index 2ccd01817..9e7e80dd4 100644 --- a/tests/results/test_namespace/01_6integer_multi.gitlab.md +++ b/tests/results/test_namespace/01_6integer_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6integer_multi.html b/tests/results/test_namespace/01_6integer_multi.html index 1f10949ee..bb1f30742 100644 --- a/tests/results/test_namespace/01_6integer_multi.html +++ b/tests/results/test_namespace/01_6integer_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_6integer_multi.json b/tests/results/test_namespace/01_6integer_multi.json index 9dc9f005e..365f8e4e6 100644 --- a/tests/results/test_namespace/01_6integer_multi.json +++ b/tests/results/test_namespace/01_6integer_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/01_6integer_multi.md b/tests/results/test_namespace/01_6integer_multi.md index a483f316a..94dbf3f90 100644 --- a/tests/results/test_namespace/01_6integer_multi.md +++ b/tests/results/test_namespace/01_6integer_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6integer_multi.sh b/tests/results/test_namespace/01_6integer_multi.sh index 53514eb3b..5b154ce7d 100644 --- a/tests/results/test_namespace/01_6integer_multi.sh +++ b/tests/results/test_namespace/01_6integer_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_6integer_multi_mandatory.adoc b/tests/results/test_namespace/01_6integer_multi_mandatory.adoc index b0622eefa..e12161362 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.adoc +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 f89da3dcd..ff6c47e52 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.gitlab.md +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_6integer_multi_mandatory.html b/tests/results/test_namespace/01_6integer_multi_mandatory.html index 3b57d964e..cad3b3f7b 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.html +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/01_6integer_multi_mandatory.json b/tests/results/test_namespace/01_6integer_multi_mandatory.json index 549b5efec..d96186d61 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.json +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/01_6integer_multi_mandatory.md b/tests/results/test_namespace/01_6integer_multi_mandatory.md index 825c94cc4..aa7069828 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.md +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_6integer_multi_mandatory.sh b/tests/results/test_namespace/01_6integer_multi_mandatory.sh index 89f7d665f..4e314143c 100644 --- a/tests/results/test_namespace/01_6integer_multi_mandatory.sh +++ b/tests/results/test_namespace/01_6integer_multi_mandatory.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/01_6string_empty.adoc b/tests/results/test_namespace/01_6string_empty.adoc index 96f92a85b..3ce37e4ab 100644 --- a/tests/results/test_namespace/01_6string_empty.adoc +++ b/tests/results/test_namespace/01_6string_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/01_6string_empty.gitlab.md b/tests/results/test_namespace/01_6string_empty.gitlab.md index 578107a6e..0b2c81d73 100644 --- a/tests/results/test_namespace/01_6string_empty.gitlab.md +++ b/tests/results/test_namespace/01_6string_empty.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6string_empty.html b/tests/results/test_namespace/01_6string_empty.html index 39eb2cc37..720ed8a13 100644 --- a/tests/results/test_namespace/01_6string_empty.html +++ b/tests/results/test_namespace/01_6string_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_6string_empty.json b/tests/results/test_namespace/01_6string_empty.json index 7083bca35..c772cbc1f 100644 --- a/tests/results/test_namespace/01_6string_empty.json +++ b/tests/results/test_namespace/01_6string_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/01_6string_empty.md b/tests/results/test_namespace/01_6string_empty.md index 903833254..b0fa31eae 100644 --- a/tests/results/test_namespace/01_6string_empty.md +++ b/tests/results/test_namespace/01_6string_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6string_empty.sh b/tests/results/test_namespace/01_6string_empty.sh index 685777526..0b6809a29 100644 --- a/tests/results/test_namespace/01_6string_empty.sh +++ b/tests/results/test_namespace/01_6string_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_6string_multi.adoc b/tests/results/test_namespace/01_6string_multi.adoc index 3a90a23fb..3f69f8de5 100644 --- a/tests/results/test_namespace/01_6string_multi.adoc +++ b/tests/results/test_namespace/01_6string_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/01_6string_multi.gitlab.md b/tests/results/test_namespace/01_6string_multi.gitlab.md index 6eebdf6c0..e65099a95 100644 --- a/tests/results/test_namespace/01_6string_multi.gitlab.md +++ b/tests/results/test_namespace/01_6string_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_6string_multi.html b/tests/results/test_namespace/01_6string_multi.html index 7898612d6..7ca99e941 100644 --- a/tests/results/test_namespace/01_6string_multi.html +++ b/tests/results/test_namespace/01_6string_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/01_6string_multi.json b/tests/results/test_namespace/01_6string_multi.json index aae44c5c2..9a04ed5e3 100644 --- a/tests/results/test_namespace/01_6string_multi.json +++ b/tests/results/test_namespace/01_6string_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/01_6string_multi.md b/tests/results/test_namespace/01_6string_multi.md index 0855a0750..75135081d 100644 --- a/tests/results/test_namespace/01_6string_multi.md +++ b/tests/results/test_namespace/01_6string_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_6string_multi.sh b/tests/results/test_namespace/01_6string_multi.sh index 95ba74842..ff9d67d7b 100644 --- a/tests/results/test_namespace/01_6string_multi.sh +++ b/tests/results/test_namespace/01_6string_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/01_6string_multi_length.adoc b/tests/results/test_namespace/01_6string_multi_length.adoc index 9183e3648..c2130739f 100644 --- a/tests/results/test_namespace/01_6string_multi_length.adoc +++ b/tests/results/test_namespace/01_6string_multi_length.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 e117064f7..36c36572d 100644 --- a/tests/results/test_namespace/01_6string_multi_length.gitlab.md +++ b/tests/results/test_namespace/01_6string_multi_length.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6string_multi_length.html b/tests/results/test_namespace/01_6string_multi_length.html index 82383888e..cae9d2256 100644 --- a/tests/results/test_namespace/01_6string_multi_length.html +++ b/tests/results/test_namespace/01_6string_multi_length.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_6string_multi_length.json b/tests/results/test_namespace/01_6string_multi_length.json index d3d54f9dd..84907b675 100644 --- a/tests/results/test_namespace/01_6string_multi_length.json +++ b/tests/results/test_namespace/01_6string_multi_length.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/01_6string_multi_length.md b/tests/results/test_namespace/01_6string_multi_length.md index 925b4e5c4..56faf961a 100644 --- a/tests/results/test_namespace/01_6string_multi_length.md +++ b/tests/results/test_namespace/01_6string_multi_length.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_6string_multi_length.sh b/tests/results/test_namespace/01_6string_multi_length.sh index 238371d1c..869183d54 100644 --- a/tests/results/test_namespace/01_6string_multi_length.sh +++ b/tests/results/test_namespace/01_6string_multi_length.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.adoc b/tests/results/test_namespace/01_7value_multi_doublequote.adoc index 4e68e8333..6e7b9f77e 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.adoc +++ b/tests/results/test_namespace/01_7value_multi_doublequote.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 f42dcfedb..b7d179abe 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.gitlab.md +++ b/tests/results/test_namespace/01_7value_multi_doublequote.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.html b/tests/results/test_namespace/01_7value_multi_doublequote.html index 85dcf0c47..af5491615 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.html +++ b/tests/results/test_namespace/01_7value_multi_doublequote.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.json b/tests/results/test_namespace/01_7value_multi_doublequote.json index 73b763395..e7012a38d 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.json +++ b/tests/results/test_namespace/01_7value_multi_doublequote.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.md b/tests/results/test_namespace/01_7value_multi_doublequote.md index 3eb2184a3..3a5db47ea 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.md +++ b/tests/results/test_namespace/01_7value_multi_doublequote.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_7value_multi_doublequote.sh b/tests/results/test_namespace/01_7value_multi_doublequote.sh index dd4580e01..c6137b862 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote.sh +++ b/tests/results/test_namespace/01_7value_multi_doublequote.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.adoc b/tests/results/test_namespace/01_7value_multi_doublequote2.adoc index bee825543..ec3b82bb2 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.adoc +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 6be5be248..bd9de6ad8 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.gitlab.md +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.html b/tests/results/test_namespace/01_7value_multi_doublequote2.html index aeb4a343b..88e48c27c 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.html +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.json b/tests/results/test_namespace/01_7value_multi_doublequote2.json index f20ea5639..fab3ba5a7 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.json +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.md b/tests/results/test_namespace/01_7value_multi_doublequote2.md index d971565ea..3294849c7 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.md +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_7value_multi_doublequote2.sh b/tests/results/test_namespace/01_7value_multi_doublequote2.sh index 981aa0086..8564ddae2 100644 --- a/tests/results/test_namespace/01_7value_multi_doublequote2.sh +++ b/tests/results/test_namespace/01_7value_multi_doublequote2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_7value_multi_quote.adoc b/tests/results/test_namespace/01_7value_multi_quote.adoc index f7da75a8b..1a38a977d 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.adoc +++ b/tests/results/test_namespace/01_7value_multi_quote.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 21046b46c..d62cb415e 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.gitlab.md +++ b/tests/results/test_namespace/01_7value_multi_quote.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_7value_multi_quote.html b/tests/results/test_namespace/01_7value_multi_quote.html index dd5fc1dd2..11f285730 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.html +++ b/tests/results/test_namespace/01_7value_multi_quote.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_7value_multi_quote.json b/tests/results/test_namespace/01_7value_multi_quote.json index 38460c63c..35c0f9765 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.json +++ b/tests/results/test_namespace/01_7value_multi_quote.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/01_7value_multi_quote.md b/tests/results/test_namespace/01_7value_multi_quote.md index 38b044755..149d482a6 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.md +++ b/tests/results/test_namespace/01_7value_multi_quote.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_7value_multi_quote.sh b/tests/results/test_namespace/01_7value_multi_quote.sh index 21889ef6f..1cb5d99c5 100644 --- a/tests/results/test_namespace/01_7value_multi_quote.sh +++ b/tests/results/test_namespace/01_7value_multi_quote.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_8calculation_information_multi.adoc b/tests/results/test_namespace/01_8calculation_information_multi.adoc index 4f549efbd..f8a3412a1 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.adoc +++ b/tests/results/test_namespace/01_8calculation_information_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 cf59c7318..0c30acfbf 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.gitlab.md +++ b/tests/results/test_namespace/01_8calculation_information_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_8calculation_information_multi.html b/tests/results/test_namespace/01_8calculation_information_multi.html index 9f9823c8f..415a8f45d 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.html +++ b/tests/results/test_namespace/01_8calculation_information_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_8calculation_information_multi.json b/tests/results/test_namespace/01_8calculation_information_multi.json index acff2610f..3cdffc876 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.json +++ b/tests/results/test_namespace/01_8calculation_information_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/01_8calculation_information_multi.md b/tests/results/test_namespace/01_8calculation_information_multi.md index 7f15678ef..fde833669 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.md +++ b/tests/results/test_namespace/01_8calculation_information_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_8calculation_information_multi.sh b/tests/results/test_namespace/01_8calculation_information_multi.sh index b3d0c227f..9b6c0aeeb 100644 --- a/tests/results/test_namespace/01_8calculation_information_multi.sh +++ b/tests/results/test_namespace/01_8calculation_information_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/01_9choice_variable_multi.adoc b/tests/results/test_namespace/01_9choice_variable_multi.adoc index 146e5a954..f6f1ce478 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.adoc +++ b/tests/results/test_namespace/01_9choice_variable_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2ca1fe9de..38f993cf8 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.gitlab.md +++ b/tests/results/test_namespace/01_9choice_variable_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_9choice_variable_multi.html b/tests/results/test_namespace/01_9choice_variable_multi.html index 1430d4e71..1f3e97264 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.html +++ b/tests/results/test_namespace/01_9choice_variable_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/01_9choice_variable_multi.json b/tests/results/test_namespace/01_9choice_variable_multi.json index a0748df52..69b049634 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.json +++ b/tests/results/test_namespace/01_9choice_variable_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable1": { @@ -60,7 +63,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.variable1" + "path": "rougail.variable1", + "type": "variable" }, "description": "A first variable" } diff --git a/tests/results/test_namespace/01_9choice_variable_multi.md b/tests/results/test_namespace/01_9choice_variable_multi.md index 3c1534881..e9e676540 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.md +++ b/tests/results/test_namespace/01_9choice_variable_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/01_9choice_variable_multi.sh b/tests/results/test_namespace/01_9choice_variable_multi.sh index b9fd8fa1b..9f9dfa68c 100644 --- a/tests/results/test_namespace/01_9choice_variable_multi.sh +++ b/tests/results/test_namespace/01_9choice_variable_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/01_9choice_variable_optional.adoc b/tests/results/test_namespace/01_9choice_variable_optional.adoc index 5d63100f7..a594075db 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.adoc +++ b/tests/results/test_namespace/01_9choice_variable_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 bb00d66eb..084249cd4 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.gitlab.md +++ b/tests/results/test_namespace/01_9choice_variable_optional.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_9choice_variable_optional.html b/tests/results/test_namespace/01_9choice_variable_optional.html index b599897af..5eab51740 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.html +++ b/tests/results/test_namespace/01_9choice_variable_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/01_9choice_variable_optional.json b/tests/results/test_namespace/01_9choice_variable_optional.json index 34f9141cf..b279cdfee 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.json +++ b/tests/results/test_namespace/01_9choice_variable_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/01_9choice_variable_optional.md b/tests/results/test_namespace/01_9choice_variable_optional.md index 138eb3a24..5bca5b425 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.md +++ b/tests/results/test_namespace/01_9choice_variable_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/01_9choice_variable_optional.sh b/tests/results/test_namespace/01_9choice_variable_optional.sh index 6e5af3b5b..8231a35d2 100644 --- a/tests/results/test_namespace/01_9choice_variable_optional.sh +++ b/tests/results/test_namespace/01_9choice_variable_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/02_0tags.adoc b/tests/results/test_namespace/02_0tags.adoc index 122c85ee7..3b3628978 100644 --- a/tests/results/test_namespace/02_0tags.adoc +++ b/tests/results/test_namespace/02_0tags.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/02_0tags.gitlab.md b/tests/results/test_namespace/02_0tags.gitlab.md index 766a2377f..4bca65a19 100644 --- a/tests/results/test_namespace/02_0tags.gitlab.md +++ b/tests/results/test_namespace/02_0tags.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/02_0tags.html b/tests/results/test_namespace/02_0tags.html index cf537443f..4a494f865 100644 --- a/tests/results/test_namespace/02_0tags.html +++ b/tests/results/test_namespace/02_0tags.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/02_0tags.json b/tests/results/test_namespace/02_0tags.json index 24a4d7c5f..1f70f8d42 100644 --- a/tests/results/test_namespace/02_0tags.json +++ b/tests/results/test_namespace/02_0tags.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/02_0tags.md b/tests/results/test_namespace/02_0tags.md index 6661944fc..c3d68a5f1 100644 --- a/tests/results/test_namespace/02_0tags.md +++ b/tests/results/test_namespace/02_0tags.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/02_0tags.sh b/tests/results/test_namespace/02_0tags.sh index 771a54ded..23cbf4c10 100644 --- a/tests/results/test_namespace/02_0tags.sh +++ b/tests/results/test_namespace/02_0tags.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_0type_param.adoc b/tests/results/test_namespace/04_0type_param.adoc index cad52bb00..77c916761 100644 --- a/tests/results/test_namespace/04_0type_param.adoc +++ b/tests/results/test_namespace/04_0type_param.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_0type_param.gitlab.md b/tests/results/test_namespace/04_0type_param.gitlab.md index 2a7f0cad6..1a6ae3041 100644 --- a/tests/results/test_namespace/04_0type_param.gitlab.md +++ b/tests/results/test_namespace/04_0type_param.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_0type_param.html b/tests/results/test_namespace/04_0type_param.html index 32681b36b..accd38c15 100644 --- a/tests/results/test_namespace/04_0type_param.html +++ b/tests/results/test_namespace/04_0type_param.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_0type_param.json b/tests/results/test_namespace/04_0type_param.json index 998922190..b58ce959b 100644 --- a/tests/results/test_namespace/04_0type_param.json +++ b/tests/results/test_namespace/04_0type_param.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "int": { diff --git a/tests/results/test_namespace/04_0type_param.md b/tests/results/test_namespace/04_0type_param.md index 1073943a3..da1e76135 100644 --- a/tests/results/test_namespace/04_0type_param.md +++ b/tests/results/test_namespace/04_0type_param.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_0type_param.sh b/tests/results/test_namespace/04_0type_param.sh index 7293d098a..f0b6979cd 100644 --- a/tests/results/test_namespace/04_0type_param.sh +++ b/tests/results/test_namespace/04_0type_param.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_0type_param_integer.adoc b/tests/results/test_namespace/04_0type_param_integer.adoc index e7eaffda9..3ec8faacd 100644 --- a/tests/results/test_namespace/04_0type_param_integer.adoc +++ b/tests/results/test_namespace/04_0type_param_integer.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 4907978ae..9dcd8487d 100644 --- a/tests/results/test_namespace/04_0type_param_integer.gitlab.md +++ b/tests/results/test_namespace/04_0type_param_integer.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_0type_param_integer.html b/tests/results/test_namespace/04_0type_param_integer.html index 8ef257a06..2f858c676 100644 --- a/tests/results/test_namespace/04_0type_param_integer.html +++ b/tests/results/test_namespace/04_0type_param_integer.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_0type_param_integer.json b/tests/results/test_namespace/04_0type_param_integer.json index 4bd572634..d5ef12271 100644 --- a/tests/results/test_namespace/04_0type_param_integer.json +++ b/tests/results/test_namespace/04_0type_param_integer.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "int": { diff --git a/tests/results/test_namespace/04_0type_param_integer.md b/tests/results/test_namespace/04_0type_param_integer.md index ab7dfd097..0fd73caf0 100644 --- a/tests/results/test_namespace/04_0type_param_integer.md +++ b/tests/results/test_namespace/04_0type_param_integer.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_0type_param_integer.sh b/tests/results/test_namespace/04_0type_param_integer.sh index 015c740c4..902265c56 100644 --- a/tests/results/test_namespace/04_0type_param_integer.sh +++ b/tests/results/test_namespace/04_0type_param_integer.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_1auto_save.adoc b/tests/results/test_namespace/04_1auto_save.adoc index 88d0f7905..68b73092e 100644 --- a/tests/results/test_namespace/04_1auto_save.adoc +++ b/tests/results/test_namespace/04_1auto_save.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/04_1auto_save.gitlab.md b/tests/results/test_namespace/04_1auto_save.gitlab.md index 8fff085d3..eeacb141b 100644 --- a/tests/results/test_namespace/04_1auto_save.gitlab.md +++ b/tests/results/test_namespace/04_1auto_save.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1auto_save.html b/tests/results/test_namespace/04_1auto_save.html index aa2910675..2c6d00904 100644 --- a/tests/results/test_namespace/04_1auto_save.html +++ b/tests/results/test_namespace/04_1auto_save.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1auto_save.json b/tests/results/test_namespace/04_1auto_save.json index 91667cba3..14dcd701a 100644 --- a/tests/results/test_namespace/04_1auto_save.json +++ b/tests/results/test_namespace/04_1auto_save.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/04_1auto_save.md b/tests/results/test_namespace/04_1auto_save.md index 3daf221e3..09d10c968 100644 --- a/tests/results/test_namespace/04_1auto_save.md +++ b/tests/results/test_namespace/04_1auto_save.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1auto_save.sh b/tests/results/test_namespace/04_1auto_save.sh index 8b3a95b05..dd8c6c4e5 100644 --- a/tests/results/test_namespace/04_1auto_save.sh +++ b/tests/results/test_namespace/04_1auto_save.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.adoc b/tests/results/test_namespace/04_1auto_save_and_calculated.adoc index 63bbaa240..65f0f8811 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.adoc +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 60935d527..2eb8badb4 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.html b/tests/results/test_namespace/04_1auto_save_and_calculated.html index e6b623a61..7d858907c 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.html +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.json b/tests/results/test_namespace/04_1auto_save_and_calculated.json index 946e2c6f3..976886b5f 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.json +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -44,7 +47,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A first variable" } diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.md b/tests/results/test_namespace/04_1auto_save_and_calculated.md index 9db4d2cc9..031e3dcba 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.md +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated.sh b/tests/results/test_namespace/04_1auto_save_and_calculated.sh index b294eb9a7..3704d4aa7 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated.sh +++ b/tests/results/test_namespace/04_1auto_save_and_calculated.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.adoc b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.adoc index 747d095c5..c4bc2cbfd 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.adoc +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 ea22b8b2f..3a9faf9a5 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.html b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.html index b7179d700..568d44ec3 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.html +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json index 872bda0d5..6441cb3c8 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md index 36ff6d1ce..67b633338 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.sh b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.sh index ffddabc42..4e6e2b60d 100644 --- a/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.sh +++ b/tests/results/test_namespace/04_1auto_save_and_calculated_hidden.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.adoc b/tests/results/test_namespace/04_1default_calculation_hidden.adoc index a6d27104b..d532a823b 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.adoc +++ b/tests/results/test_namespace/04_1default_calculation_hidden.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 14f7b5949..c1023adf1 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.gitlab.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.html b/tests/results/test_namespace/04_1default_calculation_hidden.html index b63a84d9f..60e849ec0 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.html +++ b/tests/results/test_namespace/04_1default_calculation_hidden.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.json b/tests/results/test_namespace/04_1default_calculation_hidden.json index c7193d3d8..bb7ebb35c 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.md b/tests/results/test_namespace/04_1default_calculation_hidden.md index 849a1cf7c..66dcc2232 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden.sh b/tests/results/test_namespace/04_1default_calculation_hidden.sh index 927d2a481..21c805f61 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden.sh +++ b/tests/results/test_namespace/04_1default_calculation_hidden.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.adoc b/tests/results/test_namespace/04_1default_calculation_hidden_2.adoc index a6d27104b..d532a823b 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.adoc +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 14f7b5949..c1023adf1 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.html b/tests/results/test_namespace/04_1default_calculation_hidden_2.html index b63a84d9f..60e849ec0 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.html +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.json b/tests/results/test_namespace/04_1default_calculation_hidden_2.json index 979afe43f..f6cc5d6df 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.md b/tests/results/test_namespace/04_1default_calculation_hidden_2.md index 849a1cf7c..66dcc2232 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_2.sh b/tests/results/test_namespace/04_1default_calculation_hidden_2.sh index 927d2a481..21c805f61 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_2.sh +++ b/tests/results/test_namespace/04_1default_calculation_hidden_2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3.adoc b/tests/results/test_namespace/04_1default_calculation_hidden_3.adoc index 70413f6e8..70ff3059f 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_3.adoc +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 6e4a02f71..093661246 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3.html b/tests/results/test_namespace/04_1default_calculation_hidden_3.html index ef7763cd3..73ac49573 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_3.html +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3.json b/tests/results/test_namespace/04_1default_calculation_hidden_3.json index e412400e7..477de914e 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_3.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var3": { diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3.md b/tests/results/test_namespace/04_1default_calculation_hidden_3.md index 12a93667b..4834174b1 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_3.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_3.sh b/tests/results/test_namespace/04_1default_calculation_hidden_3.sh index b908b326b..e657d867d 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_3.sh +++ b/tests/results/test_namespace/04_1default_calculation_hidden_3.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4.adoc b/tests/results/test_namespace/04_1default_calculation_hidden_4.adoc index 932b623fc..3dd7bf1da 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_4.adoc +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 54229b1d2..a784aaf74 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4.html b/tests/results/test_namespace/04_1default_calculation_hidden_4.html index d217547d7..07315b604 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_4.html +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4.json b/tests/results/test_namespace/04_1default_calculation_hidden_4.json index 93877d149..12944120c 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_4.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var2": { diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4.md b/tests/results/test_namespace/04_1default_calculation_hidden_4.md index aec0e7ad4..74abfd6b0 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_4.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_4.sh b/tests/results/test_namespace/04_1default_calculation_hidden_4.sh index 22a4e2b60..7321f11f0 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_4.sh +++ b/tests/results/test_namespace/04_1default_calculation_hidden_4.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5.adoc b/tests/results/test_namespace/04_1default_calculation_hidden_5.adoc index 1b2fb54d3..fa373f1d4 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_5.adoc +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 4021c594f..4981cbbfc 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5.html b/tests/results/test_namespace/04_1default_calculation_hidden_5.html index 31aae16a6..6cd69824c 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_5.html +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5.json b/tests/results/test_namespace/04_1default_calculation_hidden_5.json index 358786a3d..2cc35cdbb 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_5.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5.md b/tests/results/test_namespace/04_1default_calculation_hidden_5.md index f8b9e8c8c..1241f1b5b 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_5.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_5.sh b/tests/results/test_namespace/04_1default_calculation_hidden_5.sh index 45c957012..a3eb99d0b 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_5.sh +++ b/tests/results/test_namespace/04_1default_calculation_hidden_5.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6.adoc b/tests/results/test_namespace/04_1default_calculation_hidden_6.adoc index 1b2fb54d3..fa373f1d4 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_6.adoc +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 4021c594f..4981cbbfc 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6.html b/tests/results/test_namespace/04_1default_calculation_hidden_6.html index 31aae16a6..6cd69824c 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_6.html +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6.json b/tests/results/test_namespace/04_1default_calculation_hidden_6.json index 358786a3d..2cc35cdbb 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_6.json +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6.md b/tests/results/test_namespace/04_1default_calculation_hidden_6.md index f8b9e8c8c..1241f1b5b 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_6.md +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_1default_calculation_hidden_6.sh b/tests/results/test_namespace/04_1default_calculation_hidden_6.sh index 45c957012..a3eb99d0b 100644 --- a/tests/results/test_namespace/04_1default_calculation_hidden_6.sh +++ b/tests/results/test_namespace/04_1default_calculation_hidden_6.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation.adoc b/tests/results/test_namespace/04_5disabled_calculation.adoc index 1370c95bb..4ec6f6df8 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/04_5disabled_calculation.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation.gitlab.md index 50c2055ca..63cfade42 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation.html b/tests/results/test_namespace/04_5disabled_calculation.html index 7f5baacf7..8bdaef7ca 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.html +++ b/tests/results/test_namespace/04_5disabled_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation.json b/tests/results/test_namespace/04_5disabled_calculation.json index 1fd81e34d..307d9b914 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.json +++ b/tests/results/test_namespace/04_5disabled_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation.md b/tests/results/test_namespace/04_5disabled_calculation.md index 55fcb9502..bd3f1f9a9 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.md +++ b/tests/results/test_namespace/04_5disabled_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation.sh b/tests/results/test_namespace/04_5disabled_calculation.sh index a254ce425..f799237cd 100644 --- a/tests/results/test_namespace/04_5disabled_calculation.sh +++ b/tests/results/test_namespace/04_5disabled_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.adoc b/tests/results/test_namespace/04_5disabled_calculation_boolean.adoc index b697c0bd2..817d25b1e 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 a01312e3a..3d8b36115 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.html b/tests/results/test_namespace/04_5disabled_calculation_boolean.html index ba9cf7321..25ee801c8 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.html +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.json b/tests/results/test_namespace/04_5disabled_calculation_boolean.json index acaa2ccf8..52eca57b4 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.json +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.md b/tests/results/test_namespace/04_5disabled_calculation_boolean.md index 3b1e0cd84..86bff95b4 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.md +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_boolean.sh b/tests/results/test_namespace/04_5disabled_calculation_boolean.sh index 85310c261..45d0de0a1 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_boolean.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_boolean.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.adoc b/tests/results/test_namespace/04_5disabled_calculation_default.adoc index a532c408c..c55ac7852 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_default.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 53e129ff6..cc9f719dd 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_default.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.html b/tests/results/test_namespace/04_5disabled_calculation_default.html index d885c875a..7abf4995c 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.html +++ b/tests/results/test_namespace/04_5disabled_calculation_default.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.json b/tests/results/test_namespace/04_5disabled_calculation_default.json index 9249ffb7d..91937c438 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.json +++ b/tests/results/test_namespace/04_5disabled_calculation_default.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.md b/tests/results/test_namespace/04_5disabled_calculation_default.md index 9e95dbbf3..b2bbc53e4 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.md +++ b/tests/results/test_namespace/04_5disabled_calculation_default.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5disabled_calculation_default.sh b/tests/results/test_namespace/04_5disabled_calculation_default.sh index a7646f87a..a1bbbb1db 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_default.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_default.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.adoc b/tests/results/test_namespace/04_5disabled_calculation_multi.adoc index d61bc5a29..c17799406 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 8c504d968..efe8e4ce9 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.html b/tests/results/test_namespace/04_5disabled_calculation_multi.html index 0a4c8f3a3..19c277b95 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.html +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.json b/tests/results/test_namespace/04_5disabled_calculation_multi.json index 324f6c687..9dd400768 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.json +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.md b/tests/results/test_namespace/04_5disabled_calculation_multi.md index 1b5a52385..9cab69d59 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.md +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_multi.sh b/tests/results/test_namespace/04_5disabled_calculation_multi.sh index e0b5d7a43..5c2934115 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_multi.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.adoc b/tests/results/test_namespace/04_5disabled_calculation_optional.adoc index 56af4606c..a8bb2f8dc 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 3cb898b22..d8d17c094 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.html b/tests/results/test_namespace/04_5disabled_calculation_optional.html index 147d7fdf8..2a719fb23 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.html +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.json b/tests/results/test_namespace/04_5disabled_calculation_optional.json index 7cd43f1e7..d4acc88e7 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.json +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.md b/tests/results/test_namespace/04_5disabled_calculation_optional.md index 0c5e230e1..6979bf8b2 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.md +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional.sh b/tests/results/test_namespace/04_5disabled_calculation_optional.sh index 78a2f2081..5b4acd43f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default.adoc b/tests/results/test_namespace/04_5disabled_calculation_optional_default.adoc index fcd8b679e..5061c4dae 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional_default.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 bffc64a82..f1082cf42 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default.html b/tests/results/test_namespace/04_5disabled_calculation_optional_default.html index 947038e64..b68e91161 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional_default.html +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default.json b/tests/results/test_namespace/04_5disabled_calculation_optional_default.json index 0c45d2e8f..db5e327d6 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional_default.json +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default.md b/tests/results/test_namespace/04_5disabled_calculation_optional_default.md index 6d5d0102a..af8f8ac91 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional_default.md +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5disabled_calculation_optional_default.sh b/tests/results/test_namespace/04_5disabled_calculation_optional_default.sh index 1b983ca56..99e24472c 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_optional_default.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_optional_default.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable.adoc index 21db82842..36efa6967 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 8c830fe63..6a9e0ff80 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.html b/tests/results/test_namespace/04_5disabled_calculation_variable.html index 8cd987bc9..ed563c444 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.json b/tests/results/test_namespace/04_5disabled_calculation_variable.json index 80fa2f451..ec86923ff 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.md b/tests/results/test_namespace/04_5disabled_calculation_variable.md index 6e74b3e4d..ae7d6070e 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable.sh b/tests/results/test_namespace/04_5disabled_calculation_variable.sh index 5c412965a..1a0712bf5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable10.adoc index 132e2df81..15054a45b 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2eca8f372..9ff3ac5fa 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.html b/tests/results/test_namespace/04_5disabled_calculation_variable10.html index 56d2e8714..28fc862fa 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.json b/tests/results/test_namespace/04_5disabled_calculation_variable10.json index 32c443b9d..41418494a 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.md b/tests/results/test_namespace/04_5disabled_calculation_variable10.md index dcb59321d..88faee930 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable10.sh b/tests/results/test_namespace/04_5disabled_calculation_variable10.sh index 334a08076..1e533effb 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable10.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable10.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable2.adoc index 132e2df81..15054a45b 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2eca8f372..9ff3ac5fa 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.html b/tests/results/test_namespace/04_5disabled_calculation_variable2.html index 56d2e8714..28fc862fa 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.json b/tests/results/test_namespace/04_5disabled_calculation_variable2.json index 32c443b9d..41418494a 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.md b/tests/results/test_namespace/04_5disabled_calculation_variable2.md index dcb59321d..88faee930 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable2.sh b/tests/results/test_namespace/04_5disabled_calculation_variable2.sh index 334a08076..1e533effb 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable2.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable3.adoc index ef46552a9..3773a69e5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 62ee087dc..f5f662e83 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.html b/tests/results/test_namespace/04_5disabled_calculation_variable3.html index 401ed6dca..aea9cfd34 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.json b/tests/results/test_namespace/04_5disabled_calculation_variable3.json index b9c3d8c35..00ff3c121 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.md b/tests/results/test_namespace/04_5disabled_calculation_variable3.md index cf27de882..cd28c7299 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable3.sh b/tests/results/test_namespace/04_5disabled_calculation_variable3.sh index 8aa10b730..99159893a 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable3.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable3.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable4.adoc index 6da4ad7db..20530ac40 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 ab0c94af4..045f28e0f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.html b/tests/results/test_namespace/04_5disabled_calculation_variable4.html index b1f77f3c0..961a6180e 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.json b/tests/results/test_namespace/04_5disabled_calculation_variable4.json index 1abb28823..c81fc8b13 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.md b/tests/results/test_namespace/04_5disabled_calculation_variable4.md index 7b230248f..cfcc54824 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable4.sh b/tests/results/test_namespace/04_5disabled_calculation_variable4.sh index f6a04edde..719385447 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable4.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable4.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable5.adoc index 4a86d6c60..c5ff3f42f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 7a250828a..bc8cafe60 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.html b/tests/results/test_namespace/04_5disabled_calculation_variable5.html index 1f65cc4a5..65e643ace 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.json b/tests/results/test_namespace/04_5disabled_calculation_variable5.json index 459f7b4c0..50b0266f0 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.md b/tests/results/test_namespace/04_5disabled_calculation_variable5.md index 4360e91c5..5b0d2a489 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable5.sh b/tests/results/test_namespace/04_5disabled_calculation_variable5.sh index 3fdc41d9d..b0eeceace 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable5.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable5.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable6.adoc index 4a86d6c60..c5ff3f42f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 7a250828a..bc8cafe60 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.html b/tests/results/test_namespace/04_5disabled_calculation_variable6.html index 1f65cc4a5..65e643ace 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.json b/tests/results/test_namespace/04_5disabled_calculation_variable6.json index 459f7b4c0..50b0266f0 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.md b/tests/results/test_namespace/04_5disabled_calculation_variable6.md index 4360e91c5..5b0d2a489 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable6.sh b/tests/results/test_namespace/04_5disabled_calculation_variable6.sh index 3fdc41d9d..b0eeceace 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable6.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable6.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable7.adoc index 21db82842..36efa6967 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 8c830fe63..6a9e0ff80 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7.html b/tests/results/test_namespace/04_5disabled_calculation_variable7.html index 8cd987bc9..ed563c444 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7.json b/tests/results/test_namespace/04_5disabled_calculation_variable7.json index 80fa2f451..ec86923ff 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7.md b/tests/results/test_namespace/04_5disabled_calculation_variable7.md index 6e74b3e4d..ae7d6070e 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable7.sh b/tests/results/test_namespace/04_5disabled_calculation_variable7.sh index 5c412965a..1a0712bf5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable7.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable7.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable9.adoc index 4a86d6c60..c5ff3f42f 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 7a250828a..bc8cafe60 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.html b/tests/results/test_namespace/04_5disabled_calculation_variable9.html index 1f65cc4a5..65e643ace 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.json b/tests/results/test_namespace/04_5disabled_calculation_variable9.json index 459f7b4c0..50b0266f0 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.md b/tests/results/test_namespace/04_5disabled_calculation_variable9.md index 4360e91c5..5b0d2a489 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable9.sh b/tests/results/test_namespace/04_5disabled_calculation_variable9.sh index 3fdc41d9d..b0eeceace 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable9.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable9.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.adoc index f1e22e495..447044b20 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 4d5ac8216..658d2feab 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.html b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.html index 0f4b42c65..ef2a7a373 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json index 5ac3e2673..91ccf05d9 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md index 382107352..60887a5cf 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.sh b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.sh index 416456e63..9ce3b4f42 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_multi.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.adoc index 08f1a5fac..5020f6ebf 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.gitlab.md index a458240e1..06750c8a1 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.html b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.html index 4f1b39dfc..cbeef75d5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.json b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.json index 04a1b26dd..8ae6b8f96 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.md b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.md index 5a2bff414..d0e274e0e 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.sh b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.sh index 17842dce9..7c9490747 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.adoc index d20c8ee8b..7d9e707d4 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.gitlab.md index 9d809842e..f532cf482 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.html b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.html index 4c7da1d91..ed3a2fb72 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.json b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.json index 8786504c4..2d23bf1c5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.md b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.md index e74a7ad7e..fa0e73e57 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.sh b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.sh index cd14f332c..c692fa562 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_3.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.adoc b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.adoc index 662b41386..962fe9d27 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.adoc +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.gitlab.md b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.gitlab.md index dbec083fc..10b0c41e5 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.gitlab.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.html b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.html index 81b753546..d26cd6005 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.html +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.json b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.json index c388bbade..82862e88d 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.json +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.md b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.md index 8b4290248..7650b501b 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.md +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.sh b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.sh index 8ebbf4809..13337cfcb 100644 --- a/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.sh +++ b/tests/results/test_namespace/04_5disabled_calculation_variable_transitive_4.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5hidden_calculation.adoc b/tests/results/test_namespace/04_5hidden_calculation.adoc index d4d460ca6..2c7825012 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.adoc +++ b/tests/results/test_namespace/04_5hidden_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5hidden_calculation.gitlab.md b/tests/results/test_namespace/04_5hidden_calculation.gitlab.md index 8f8545aa5..54928ab1d 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.gitlab.md +++ b/tests/results/test_namespace/04_5hidden_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5hidden_calculation.html b/tests/results/test_namespace/04_5hidden_calculation.html index 40f894f29..eaa397595 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.html +++ b/tests/results/test_namespace/04_5hidden_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5hidden_calculation.json b/tests/results/test_namespace/04_5hidden_calculation.json index b26d720b8..958304289 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.json +++ b/tests/results/test_namespace/04_5hidden_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5hidden_calculation.md b/tests/results/test_namespace/04_5hidden_calculation.md index f252e57d8..87f47262f 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.md +++ b/tests/results/test_namespace/04_5hidden_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5hidden_calculation.sh b/tests/results/test_namespace/04_5hidden_calculation.sh index e6f6e0227..dcd9b40af 100644 --- a/tests/results/test_namespace/04_5hidden_calculation.sh +++ b/tests/results/test_namespace/04_5hidden_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5hidden_calculation2.adoc b/tests/results/test_namespace/04_5hidden_calculation2.adoc index 09b117163..f8f4d4529 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.adoc +++ b/tests/results/test_namespace/04_5hidden_calculation2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md b/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md index 1960f2a24..33efffc4b 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md +++ b/tests/results/test_namespace/04_5hidden_calculation2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5hidden_calculation2.html b/tests/results/test_namespace/04_5hidden_calculation2.html index 315d07615..fb66399bd 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.html +++ b/tests/results/test_namespace/04_5hidden_calculation2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5hidden_calculation2.json b/tests/results/test_namespace/04_5hidden_calculation2.json index c35d5645b..0e517d9d8 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.json +++ b/tests/results/test_namespace/04_5hidden_calculation2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5hidden_calculation2.md b/tests/results/test_namespace/04_5hidden_calculation2.md index 62ad24770..d147ff17f 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.md +++ b/tests/results/test_namespace/04_5hidden_calculation2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5hidden_calculation2.sh b/tests/results/test_namespace/04_5hidden_calculation2.sh index 58f5010df..bf7aa666d 100644 --- a/tests/results/test_namespace/04_5hidden_calculation2.sh +++ b/tests/results/test_namespace/04_5hidden_calculation2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.adoc b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.adoc index 7857f5633..2f497b967 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.adoc +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 ed3d76b89..3e0de3eb3 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.html b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.html index 2d5c99d68..c4dcfd84d 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.html +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json index 0119c56ab..436cf2f11 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md index c3cf6691f..0373bec0b 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.sh b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.sh index 40d398b13..a8c445f1f 100644 --- a/tests/results/test_namespace/04_5hidden_calculation_default_calculation.sh +++ b/tests/results/test_namespace/04_5hidden_calculation_default_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5validators.adoc b/tests/results/test_namespace/04_5validators.adoc index 5aa716a72..31138bbff 100644 --- a/tests/results/test_namespace/04_5validators.adoc +++ b/tests/results/test_namespace/04_5validators.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/04_5validators.gitlab.md b/tests/results/test_namespace/04_5validators.gitlab.md index 876edd6fa..61a1b30ae 100644 --- a/tests/results/test_namespace/04_5validators.gitlab.md +++ b/tests/results/test_namespace/04_5validators.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5validators.html b/tests/results/test_namespace/04_5validators.html index ad7226dbb..0aac7720f 100644 --- a/tests/results/test_namespace/04_5validators.html +++ b/tests/results/test_namespace/04_5validators.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/04_5validators.json b/tests/results/test_namespace/04_5validators.json index 65c2fc615..4205930ed 100644 --- a/tests/results/test_namespace/04_5validators.json +++ b/tests/results/test_namespace/04_5validators.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "int": { diff --git a/tests/results/test_namespace/04_5validators.md b/tests/results/test_namespace/04_5validators.md index af450ab2e..11b5430c7 100644 --- a/tests/results/test_namespace/04_5validators.md +++ b/tests/results/test_namespace/04_5validators.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/04_5validators.sh b/tests/results/test_namespace/04_5validators.sh index d3680e278..f8957d1fb 100644 --- a/tests/results/test_namespace/04_5validators.sh +++ b/tests/results/test_namespace/04_5validators.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/04_5validators_differ.adoc b/tests/results/test_namespace/04_5validators_differ.adoc index f145d8b8a..aed7c1a75 100644 --- a/tests/results/test_namespace/04_5validators_differ.adoc +++ b/tests/results/test_namespace/04_5validators_differ.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5validators_differ.gitlab.md b/tests/results/test_namespace/04_5validators_differ.gitlab.md index bc64712a1..5e59f548d 100644 --- a/tests/results/test_namespace/04_5validators_differ.gitlab.md +++ b/tests/results/test_namespace/04_5validators_differ.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_differ.html b/tests/results/test_namespace/04_5validators_differ.html index d37124fea..724c986a1 100644 --- a/tests/results/test_namespace/04_5validators_differ.html +++ b/tests/results/test_namespace/04_5validators_differ.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5validators_differ.json b/tests/results/test_namespace/04_5validators_differ.json index b67cb5a80..76cafa964 100644 --- a/tests/results/test_namespace/04_5validators_differ.json +++ b/tests/results/test_namespace/04_5validators_differ.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_5validators_differ.md b/tests/results/test_namespace/04_5validators_differ.md index 1a1734362..9bfa5eba2 100644 --- a/tests/results/test_namespace/04_5validators_differ.md +++ b/tests/results/test_namespace/04_5validators_differ.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_differ.sh b/tests/results/test_namespace/04_5validators_differ.sh index ae8064c7e..75983146c 100644 --- a/tests/results/test_namespace/04_5validators_differ.sh +++ b/tests/results/test_namespace/04_5validators_differ.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5validators_multi.adoc b/tests/results/test_namespace/04_5validators_multi.adoc index b6e883177..c79c9fc7b 100644 --- a/tests/results/test_namespace/04_5validators_multi.adoc +++ b/tests/results/test_namespace/04_5validators_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5validators_multi.gitlab.md b/tests/results/test_namespace/04_5validators_multi.gitlab.md index 72452ee02..eee5da009 100644 --- a/tests/results/test_namespace/04_5validators_multi.gitlab.md +++ b/tests/results/test_namespace/04_5validators_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_multi.html b/tests/results/test_namespace/04_5validators_multi.html index eb99cd14e..8c6f54c88 100644 --- a/tests/results/test_namespace/04_5validators_multi.html +++ b/tests/results/test_namespace/04_5validators_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5validators_multi.json b/tests/results/test_namespace/04_5validators_multi.json index c195c11b0..348b32010 100644 --- a/tests/results/test_namespace/04_5validators_multi.json +++ b/tests/results/test_namespace/04_5validators_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_5validators_multi.md b/tests/results/test_namespace/04_5validators_multi.md index 30290242a..7ba46baf8 100644 --- a/tests/results/test_namespace/04_5validators_multi.md +++ b/tests/results/test_namespace/04_5validators_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_multi.sh b/tests/results/test_namespace/04_5validators_multi.sh index fd9e3ec27..1f6c7efe2 100644 --- a/tests/results/test_namespace/04_5validators_multi.sh +++ b/tests/results/test_namespace/04_5validators_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5validators_multi2.adoc b/tests/results/test_namespace/04_5validators_multi2.adoc index 65b18c82d..ad91d5e89 100644 --- a/tests/results/test_namespace/04_5validators_multi2.adoc +++ b/tests/results/test_namespace/04_5validators_multi2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5validators_multi2.gitlab.md b/tests/results/test_namespace/04_5validators_multi2.gitlab.md index d73a7ff0a..016c227ff 100644 --- a/tests/results/test_namespace/04_5validators_multi2.gitlab.md +++ b/tests/results/test_namespace/04_5validators_multi2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_multi2.html b/tests/results/test_namespace/04_5validators_multi2.html index 9bf36193c..3105a8811 100644 --- a/tests/results/test_namespace/04_5validators_multi2.html +++ b/tests/results/test_namespace/04_5validators_multi2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5validators_multi2.json b/tests/results/test_namespace/04_5validators_multi2.json index e7d837df8..d221316e1 100644 --- a/tests/results/test_namespace/04_5validators_multi2.json +++ b/tests/results/test_namespace/04_5validators_multi2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_5validators_multi2.md b/tests/results/test_namespace/04_5validators_multi2.md index 87692a5e9..25d614cb6 100644 --- a/tests/results/test_namespace/04_5validators_multi2.md +++ b/tests/results/test_namespace/04_5validators_multi2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_multi2.sh b/tests/results/test_namespace/04_5validators_multi2.sh index b624dc51c..398d06243 100644 --- a/tests/results/test_namespace/04_5validators_multi2.sh +++ b/tests/results/test_namespace/04_5validators_multi2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5validators_multi3.adoc b/tests/results/test_namespace/04_5validators_multi3.adoc index 264911aed..f07982b58 100644 --- a/tests/results/test_namespace/04_5validators_multi3.adoc +++ b/tests/results/test_namespace/04_5validators_multi3.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5validators_multi3.gitlab.md b/tests/results/test_namespace/04_5validators_multi3.gitlab.md index 911d80684..e41338982 100644 --- a/tests/results/test_namespace/04_5validators_multi3.gitlab.md +++ b/tests/results/test_namespace/04_5validators_multi3.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_multi3.html b/tests/results/test_namespace/04_5validators_multi3.html index 09f0d4c6d..d1f7fa991 100644 --- a/tests/results/test_namespace/04_5validators_multi3.html +++ b/tests/results/test_namespace/04_5validators_multi3.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5validators_multi3.json b/tests/results/test_namespace/04_5validators_multi3.json index e9adc1a2f..541dc4a96 100644 --- a/tests/results/test_namespace/04_5validators_multi3.json +++ b/tests/results/test_namespace/04_5validators_multi3.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/04_5validators_multi3.md b/tests/results/test_namespace/04_5validators_multi3.md index 98b8becf2..15f83fd3a 100644 --- a/tests/results/test_namespace/04_5validators_multi3.md +++ b/tests/results/test_namespace/04_5validators_multi3.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_multi3.sh b/tests/results/test_namespace/04_5validators_multi3.sh index 6edaf855f..a284217ce 100644 --- a/tests/results/test_namespace/04_5validators_multi3.sh +++ b/tests/results/test_namespace/04_5validators_multi3.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5validators_warnings.adoc b/tests/results/test_namespace/04_5validators_warnings.adoc index 1dd967f88..c08b9fade 100644 --- a/tests/results/test_namespace/04_5validators_warnings.adoc +++ b/tests/results/test_namespace/04_5validators_warnings.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/04_5validators_warnings.gitlab.md b/tests/results/test_namespace/04_5validators_warnings.gitlab.md index 3fac7058a..0730b0fd9 100644 --- a/tests/results/test_namespace/04_5validators_warnings.gitlab.md +++ b/tests/results/test_namespace/04_5validators_warnings.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_warnings.html b/tests/results/test_namespace/04_5validators_warnings.html index 46e97a06d..99a067018 100644 --- a/tests/results/test_namespace/04_5validators_warnings.html +++ b/tests/results/test_namespace/04_5validators_warnings.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5validators_warnings.json b/tests/results/test_namespace/04_5validators_warnings.json index 7aa274561..ba1835bac 100644 --- a/tests/results/test_namespace/04_5validators_warnings.json +++ b/tests/results/test_namespace/04_5validators_warnings.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "int": { diff --git a/tests/results/test_namespace/04_5validators_warnings.md b/tests/results/test_namespace/04_5validators_warnings.md index 22f4ae083..41763cf82 100644 --- a/tests/results/test_namespace/04_5validators_warnings.md +++ b/tests/results/test_namespace/04_5validators_warnings.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_warnings.sh b/tests/results/test_namespace/04_5validators_warnings.sh index b2558f462..f5b99faf2 100644 --- a/tests/results/test_namespace/04_5validators_warnings.sh +++ b/tests/results/test_namespace/04_5validators_warnings.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/04_5validators_warnings_all.adoc b/tests/results/test_namespace/04_5validators_warnings_all.adoc index f89498946..be4bec090 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.adoc +++ b/tests/results/test_namespace/04_5validators_warnings_all.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 e1b2e913d..c0874943a 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.gitlab.md +++ b/tests/results/test_namespace/04_5validators_warnings_all.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_warnings_all.html b/tests/results/test_namespace/04_5validators_warnings_all.html index 5054d4a38..dd8efd7c6 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.html +++ b/tests/results/test_namespace/04_5validators_warnings_all.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/04_5validators_warnings_all.json b/tests/results/test_namespace/04_5validators_warnings_all.json index 3084c2092..9a65c78cb 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.json +++ b/tests/results/test_namespace/04_5validators_warnings_all.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "int": { diff --git a/tests/results/test_namespace/04_5validators_warnings_all.md b/tests/results/test_namespace/04_5validators_warnings_all.md index 687e3bea7..c2cba1b0e 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.md +++ b/tests/results/test_namespace/04_5validators_warnings_all.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/04_5validators_warnings_all.sh b/tests/results/test_namespace/04_5validators_warnings_all.sh index 31d994086..87d4da667 100644 --- a/tests/results/test_namespace/04_5validators_warnings_all.sh +++ b/tests/results/test_namespace/04_5validators_warnings_all.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/05_0multi_not_uniq.adoc b/tests/results/test_namespace/05_0multi_not_uniq.adoc index 0f105e4d9..1e3bfddf6 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.adoc +++ b/tests/results/test_namespace/05_0multi_not_uniq.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 538047d56..be3c05bbe 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.gitlab.md +++ b/tests/results/test_namespace/05_0multi_not_uniq.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/05_0multi_not_uniq.html b/tests/results/test_namespace/05_0multi_not_uniq.html index 31bfc0db9..f58be1735 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.html +++ b/tests/results/test_namespace/05_0multi_not_uniq.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/05_0multi_not_uniq.json b/tests/results/test_namespace/05_0multi_not_uniq.json index ad91a4756..794eb3d77 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.json +++ b/tests/results/test_namespace/05_0multi_not_uniq.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/05_0multi_not_uniq.md b/tests/results/test_namespace/05_0multi_not_uniq.md index 180df4a2e..8c2490e56 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.md +++ b/tests/results/test_namespace/05_0multi_not_uniq.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/05_0multi_not_uniq.sh b/tests/results/test_namespace/05_0multi_not_uniq.sh index 02caa19cf..b99349a85 100644 --- a/tests/results/test_namespace/05_0multi_not_uniq.sh +++ b/tests/results/test_namespace/05_0multi_not_uniq.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/05_0multi_uniq.adoc b/tests/results/test_namespace/05_0multi_uniq.adoc index 1156ba2bc..0d6630d3b 100644 --- a/tests/results/test_namespace/05_0multi_uniq.adoc +++ b/tests/results/test_namespace/05_0multi_uniq.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/05_0multi_uniq.gitlab.md b/tests/results/test_namespace/05_0multi_uniq.gitlab.md index 55a5e4c64..9409cd5e6 100644 --- a/tests/results/test_namespace/05_0multi_uniq.gitlab.md +++ b/tests/results/test_namespace/05_0multi_uniq.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/05_0multi_uniq.html b/tests/results/test_namespace/05_0multi_uniq.html index 48cb6627e..faa9ad5b9 100644 --- a/tests/results/test_namespace/05_0multi_uniq.html +++ b/tests/results/test_namespace/05_0multi_uniq.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/05_0multi_uniq.json b/tests/results/test_namespace/05_0multi_uniq.json index 6fb5ee60a..bd5fd8a72 100644 --- a/tests/results/test_namespace/05_0multi_uniq.json +++ b/tests/results/test_namespace/05_0multi_uniq.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/05_0multi_uniq.md b/tests/results/test_namespace/05_0multi_uniq.md index 2661c0560..98946183d 100644 --- a/tests/results/test_namespace/05_0multi_uniq.md +++ b/tests/results/test_namespace/05_0multi_uniq.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/05_0multi_uniq.sh b/tests/results/test_namespace/05_0multi_uniq.sh index cef16a562..4bb07a6b8 100644 --- a/tests/results/test_namespace/05_0multi_uniq.sh +++ b/tests/results/test_namespace/05_0multi_uniq.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/12_1auto_save_expert.adoc b/tests/results/test_namespace/12_1auto_save_expert.adoc index 74fd3199a..0f53c7749 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.adoc +++ b/tests/results/test_namespace/12_1auto_save_expert.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `advanced` ==== 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 f6a7c40ab..b4cbd5b93 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.gitlab.md +++ b/tests/results/test_namespace/12_1auto_save_expert.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `advanced` diff --git a/tests/results/test_namespace/12_1auto_save_expert.html b/tests/results/test_namespace/12_1auto_save_expert.html index 10e86141e..2e00f00f9 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.html +++ b/tests/results/test_namespace/12_1auto_save_expert.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail advanced diff --git a/tests/results/test_namespace/12_1auto_save_expert.json b/tests/results/test_namespace/12_1auto_save_expert.json index ca328e114..c6832d013 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.json +++ b/tests/results/test_namespace/12_1auto_save_expert.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "advanced" + "mode": "advanced", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/12_1auto_save_expert.md b/tests/results/test_namespace/12_1auto_save_expert.md index 2d81c692e..19ce7af6e 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.md +++ b/tests/results/test_namespace/12_1auto_save_expert.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `advanced` diff --git a/tests/results/test_namespace/12_1auto_save_expert.sh b/tests/results/test_namespace/12_1auto_save_expert.sh index 8fbc96e9a..60debe63f 100644 --- a/tests/results/test_namespace/12_1auto_save_expert.sh +++ b/tests/results/test_namespace/12_1auto_save_expert.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m advanced [0m diff --git a/tests/results/test_namespace/16_0redefine_description.adoc b/tests/results/test_namespace/16_0redefine_description.adoc index 08e2ea7c0..bf1c92d0a 100644 --- a/tests/results/test_namespace/16_0redefine_description.adoc +++ b/tests/results/test_namespace/16_0redefine_description.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16_0redefine_description.gitlab.md b/tests/results/test_namespace/16_0redefine_description.gitlab.md index 79d788284..655821468 100644 --- a/tests/results/test_namespace/16_0redefine_description.gitlab.md +++ b/tests/results/test_namespace/16_0redefine_description.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_0redefine_description.html b/tests/results/test_namespace/16_0redefine_description.html index 394c9992c..ce51f74f5 100644 --- a/tests/results/test_namespace/16_0redefine_description.html +++ b/tests/results/test_namespace/16_0redefine_description.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_0redefine_description.json b/tests/results/test_namespace/16_0redefine_description.json index 679f1fd91..547eab734 100644 --- a/tests/results/test_namespace/16_0redefine_description.json +++ b/tests/results/test_namespace/16_0redefine_description.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/16_0redefine_description.md b/tests/results/test_namespace/16_0redefine_description.md index 80c8218ca..76e8279ad 100644 --- a/tests/results/test_namespace/16_0redefine_description.md +++ b/tests/results/test_namespace/16_0redefine_description.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_0redefine_description.sh b/tests/results/test_namespace/16_0redefine_description.sh index 4177b5708..bd42f960b 100644 --- a/tests/results/test_namespace/16_0redefine_description.sh +++ b/tests/results/test_namespace/16_0redefine_description.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.adoc b/tests/results/test_namespace/16_2family_redefine_calculation.adoc index a200b1f2d..2eb01b964 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.adoc +++ b/tests/results/test_namespace/16_2family_redefine_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.gitlab.md b/tests/results/test_namespace/16_2family_redefine_calculation.gitlab.md index af567e8a0..1bf63ea18 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.gitlab.md +++ b/tests/results/test_namespace/16_2family_redefine_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.html b/tests/results/test_namespace/16_2family_redefine_calculation.html index a89ea5b16..8751423fa 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.html +++ b/tests/results/test_namespace/16_2family_redefine_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.json b/tests/results/test_namespace/16_2family_redefine_calculation.json index 9c59094c5..c75e73d18 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.json +++ b/tests/results/test_namespace/16_2family_redefine_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.md b/tests/results/test_namespace/16_2family_redefine_calculation.md index 8d15693aa..48b805752 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.md +++ b/tests/results/test_namespace/16_2family_redefine_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_2family_redefine_calculation.sh b/tests/results/test_namespace/16_2family_redefine_calculation.sh index ca23ae954..011ee4e43 100644 --- a/tests/results/test_namespace/16_2family_redefine_calculation.sh +++ b/tests/results/test_namespace/16_2family_redefine_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.adoc b/tests/results/test_namespace/16_3family_empty_at_ends.adoc index f8a84073e..665bbf96b 100644 --- a/tests/results/test_namespace/16_3family_empty_at_ends.adoc +++ b/tests/results/test_namespace/16_3family_empty_at_ends.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2b8c1d90b..012d3c7aa 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.html b/tests/results/test_namespace/16_3family_empty_at_ends.html index 767a3665b..fcbd10f4f 100644 --- a/tests/results/test_namespace/16_3family_empty_at_ends.html +++ b/tests/results/test_namespace/16_3family_empty_at_ends.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.json b/tests/results/test_namespace/16_3family_empty_at_ends.json index bafc3563f..141e39ad0 100644 --- a/tests/results/test_namespace/16_3family_empty_at_ends.json +++ b/tests/results/test_namespace/16_3family_empty_at_ends.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.md b/tests/results/test_namespace/16_3family_empty_at_ends.md index 9cbf08af9..d5593e50d 100644 --- a/tests/results/test_namespace/16_3family_empty_at_ends.md +++ b/tests/results/test_namespace/16_3family_empty_at_ends.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_3family_empty_at_ends.sh b/tests/results/test_namespace/16_3family_empty_at_ends.sh index 74507e691..4e6bfd61e 100644 --- a/tests/results/test_namespace/16_3family_empty_at_ends.sh +++ b/tests/results/test_namespace/16_3family_empty_at_ends.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_5exists_nonexists.adoc b/tests/results/test_namespace/16_5exists_nonexists.adoc index c822faa35..ee5141f7e 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.adoc +++ b/tests/results/test_namespace/16_5exists_nonexists.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/16_5exists_nonexists.gitlab.md b/tests/results/test_namespace/16_5exists_nonexists.gitlab.md index 7f9dc8266..ec552c6e6 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.gitlab.md +++ b/tests/results/test_namespace/16_5exists_nonexists.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5exists_nonexists.html b/tests/results/test_namespace/16_5exists_nonexists.html index a64d69d56..e57482069 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.html +++ b/tests/results/test_namespace/16_5exists_nonexists.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/16_5exists_nonexists.json b/tests/results/test_namespace/16_5exists_nonexists.json index c946e4da5..954e44f88 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.json +++ b/tests/results/test_namespace/16_5exists_nonexists.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/16_5exists_nonexists.md b/tests/results/test_namespace/16_5exists_nonexists.md index a577cc889..235c3f96a 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.md +++ b/tests/results/test_namespace/16_5exists_nonexists.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5exists_nonexists.sh b/tests/results/test_namespace/16_5exists_nonexists.sh index a4872c0dc..a45a32a79 100644 --- a/tests/results/test_namespace/16_5exists_nonexists.sh +++ b/tests/results/test_namespace/16_5exists_nonexists.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/16_5redefine_calculation.adoc b/tests/results/test_namespace/16_5redefine_calculation.adoc index f00f1b8be..f636bb695 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.adoc +++ b/tests/results/test_namespace/16_5redefine_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/16_5redefine_calculation.gitlab.md b/tests/results/test_namespace/16_5redefine_calculation.gitlab.md index b7361f6a4..e66a9922b 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5redefine_calculation.html b/tests/results/test_namespace/16_5redefine_calculation.html index 3474f3c1d..50907c03b 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.html +++ b/tests/results/test_namespace/16_5redefine_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/16_5redefine_calculation.json b/tests/results/test_namespace/16_5redefine_calculation.json index 5d31e1012..bd799eae2 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.json +++ b/tests/results/test_namespace/16_5redefine_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/16_5redefine_calculation.md b/tests/results/test_namespace/16_5redefine_calculation.md index 156c222fa..3aca88136 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.md +++ b/tests/results/test_namespace/16_5redefine_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5redefine_calculation.sh b/tests/results/test_namespace/16_5redefine_calculation.sh index b896d547b..565e0489b 100644 --- a/tests/results/test_namespace/16_5redefine_calculation.sh +++ b/tests/results/test_namespace/16_5redefine_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/16_5redefine_choice.adoc b/tests/results/test_namespace/16_5redefine_choice.adoc index 25fd7a1a9..0c842507f 100644 --- a/tests/results/test_namespace/16_5redefine_choice.adoc +++ b/tests/results/test_namespace/16_5redefine_choice.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16_5redefine_choice.gitlab.md b/tests/results/test_namespace/16_5redefine_choice.gitlab.md index 04e6805f2..bf3b65a37 100644 --- a/tests/results/test_namespace/16_5redefine_choice.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_choice.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_choice.html b/tests/results/test_namespace/16_5redefine_choice.html index a2033c78e..a0ac8d952 100644 --- a/tests/results/test_namespace/16_5redefine_choice.html +++ b/tests/results/test_namespace/16_5redefine_choice.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_5redefine_choice.json b/tests/results/test_namespace/16_5redefine_choice.json index ada5e0cae..7d15a65e3 100644 --- a/tests/results/test_namespace/16_5redefine_choice.json +++ b/tests/results/test_namespace/16_5redefine_choice.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/16_5redefine_choice.md b/tests/results/test_namespace/16_5redefine_choice.md index 05264b12e..1b0ff0870 100644 --- a/tests/results/test_namespace/16_5redefine_choice.md +++ b/tests/results/test_namespace/16_5redefine_choice.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_choice.sh b/tests/results/test_namespace/16_5redefine_choice.sh index c050b34d8..110873f3d 100644 --- a/tests/results/test_namespace/16_5redefine_choice.sh +++ b/tests/results/test_namespace/16_5redefine_choice.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_5redefine_default.adoc b/tests/results/test_namespace/16_5redefine_default.adoc index fa6de3734..6b42eded5 100644 --- a/tests/results/test_namespace/16_5redefine_default.adoc +++ b/tests/results/test_namespace/16_5redefine_default.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/16_5redefine_default.gitlab.md b/tests/results/test_namespace/16_5redefine_default.gitlab.md index fa6dd7904..89c7716ab 100644 --- a/tests/results/test_namespace/16_5redefine_default.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_default.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5redefine_default.html b/tests/results/test_namespace/16_5redefine_default.html index a28a8ce34..6fcb0fe11 100644 --- a/tests/results/test_namespace/16_5redefine_default.html +++ b/tests/results/test_namespace/16_5redefine_default.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/16_5redefine_default.json b/tests/results/test_namespace/16_5redefine_default.json index 76bf4d624..2602f0daf 100644 --- a/tests/results/test_namespace/16_5redefine_default.json +++ b/tests/results/test_namespace/16_5redefine_default.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/16_5redefine_default.md b/tests/results/test_namespace/16_5redefine_default.md index a15198b86..b0e5cf3fd 100644 --- a/tests/results/test_namespace/16_5redefine_default.md +++ b/tests/results/test_namespace/16_5redefine_default.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5redefine_default.sh b/tests/results/test_namespace/16_5redefine_default.sh index 106c7810c..bda742a10 100644 --- a/tests/results/test_namespace/16_5redefine_default.sh +++ b/tests/results/test_namespace/16_5redefine_default.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.adoc b/tests/results/test_namespace/16_5redefine_default_calculation.adoc index 4a86d6c60..c5ff3f42f 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.adoc +++ b/tests/results/test_namespace/16_5redefine_default_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 7a250828a..bc8cafe60 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_default_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.html b/tests/results/test_namespace/16_5redefine_default_calculation.html index 1f65cc4a5..65e643ace 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.html +++ b/tests/results/test_namespace/16_5redefine_default_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.json b/tests/results/test_namespace/16_5redefine_default_calculation.json index 459f7b4c0..50b0266f0 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.json +++ b/tests/results/test_namespace/16_5redefine_default_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.md b/tests/results/test_namespace/16_5redefine_default_calculation.md index 4360e91c5..5b0d2a489 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.md +++ b/tests/results/test_namespace/16_5redefine_default_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_default_calculation.sh b/tests/results/test_namespace/16_5redefine_default_calculation.sh index 3fdc41d9d..b0eeceace 100644 --- a/tests/results/test_namespace/16_5redefine_default_calculation.sh +++ b/tests/results/test_namespace/16_5redefine_default_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_5redefine_family.adoc b/tests/results/test_namespace/16_5redefine_family.adoc index 3951a978f..2c169d5e6 100644 --- a/tests/results/test_namespace/16_5redefine_family.adoc +++ b/tests/results/test_namespace/16_5redefine_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16_5redefine_family.gitlab.md b/tests/results/test_namespace/16_5redefine_family.gitlab.md index a533e979e..fe0537f67 100644 --- a/tests/results/test_namespace/16_5redefine_family.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_family.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_family.html b/tests/results/test_namespace/16_5redefine_family.html index ec9801f51..173c85121 100644 --- a/tests/results/test_namespace/16_5redefine_family.html +++ b/tests/results/test_namespace/16_5redefine_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_5redefine_family.json b/tests/results/test_namespace/16_5redefine_family.json index f5f0e82b0..d8a8f8ab5 100644 --- a/tests/results/test_namespace/16_5redefine_family.json +++ b/tests/results/test_namespace/16_5redefine_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/16_5redefine_family.md b/tests/results/test_namespace/16_5redefine_family.md index c7c666f3c..4ca416621 100644 --- a/tests/results/test_namespace/16_5redefine_family.md +++ b/tests/results/test_namespace/16_5redefine_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_family.sh b/tests/results/test_namespace/16_5redefine_family.sh index 05fc8f833..d3f01d5b1 100644 --- a/tests/results/test_namespace/16_5redefine_family.sh +++ b/tests/results/test_namespace/16_5redefine_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_5redefine_help.adoc b/tests/results/test_namespace/16_5redefine_help.adoc index 0bcca6aec..fe77097e0 100644 --- a/tests/results/test_namespace/16_5redefine_help.adoc +++ b/tests/results/test_namespace/16_5redefine_help.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16_5redefine_help.gitlab.md b/tests/results/test_namespace/16_5redefine_help.gitlab.md index 0c2547745..d367b6748 100644 --- a/tests/results/test_namespace/16_5redefine_help.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_help.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_help.html b/tests/results/test_namespace/16_5redefine_help.html index e0a0ec7ff..d2d4ebe8e 100644 --- a/tests/results/test_namespace/16_5redefine_help.html +++ b/tests/results/test_namespace/16_5redefine_help.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_5redefine_help.json b/tests/results/test_namespace/16_5redefine_help.json index cd2c79078..3fe38cd47 100644 --- a/tests/results/test_namespace/16_5redefine_help.json +++ b/tests/results/test_namespace/16_5redefine_help.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/16_5redefine_help.md b/tests/results/test_namespace/16_5redefine_help.md index 5504aa48e..a0c03fe06 100644 --- a/tests/results/test_namespace/16_5redefine_help.md +++ b/tests/results/test_namespace/16_5redefine_help.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_help.sh b/tests/results/test_namespace/16_5redefine_help.sh index fbd241151..9e3648c86 100644 --- a/tests/results/test_namespace/16_5redefine_help.sh +++ b/tests/results/test_namespace/16_5redefine_help.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_5redefine_multi.adoc b/tests/results/test_namespace/16_5redefine_multi.adoc index 1156ba2bc..0d6630d3b 100644 --- a/tests/results/test_namespace/16_5redefine_multi.adoc +++ b/tests/results/test_namespace/16_5redefine_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/16_5redefine_multi.gitlab.md b/tests/results/test_namespace/16_5redefine_multi.gitlab.md index 55a5e4c64..9409cd5e6 100644 --- a/tests/results/test_namespace/16_5redefine_multi.gitlab.md +++ b/tests/results/test_namespace/16_5redefine_multi.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5redefine_multi.html b/tests/results/test_namespace/16_5redefine_multi.html index 48cb6627e..faa9ad5b9 100644 --- a/tests/results/test_namespace/16_5redefine_multi.html +++ b/tests/results/test_namespace/16_5redefine_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/16_5redefine_multi.json b/tests/results/test_namespace/16_5redefine_multi.json index 6fb5ee60a..bd5fd8a72 100644 --- a/tests/results/test_namespace/16_5redefine_multi.json +++ b/tests/results/test_namespace/16_5redefine_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/16_5redefine_multi.md b/tests/results/test_namespace/16_5redefine_multi.md index 2661c0560..98946183d 100644 --- a/tests/results/test_namespace/16_5redefine_multi.md +++ b/tests/results/test_namespace/16_5redefine_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_5redefine_multi.sh b/tests/results/test_namespace/16_5redefine_multi.sh index cef16a562..4bb07a6b8 100644 --- a/tests/results/test_namespace/16_5redefine_multi.sh +++ b/tests/results/test_namespace/16_5redefine_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.adoc b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.adoc index 247e4a58f..bce7efe95 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.adoc +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 e0ce02e2d..fe7cdf29a 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.html b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.html index a947d5dd5..6111738e5 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.html +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json index eab46dfc1..5cbcf07e1 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md index 986162a4d..afae41102 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.sh b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.sh index fc37cca82..1832e91ad 100644 --- a/tests/results/test_namespace/16_5redefine_remove_disable_calculation.sh +++ b/tests/results/test_namespace/16_5redefine_remove_disable_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_5test_redefine.adoc b/tests/results/test_namespace/16_5test_redefine.adoc index 1b4d5cd3c..f958316ab 100644 --- a/tests/results/test_namespace/16_5test_redefine.adoc +++ b/tests/results/test_namespace/16_5test_redefine.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16_5test_redefine.gitlab.md b/tests/results/test_namespace/16_5test_redefine.gitlab.md index 4f857d487..8edaa83b8 100644 --- a/tests/results/test_namespace/16_5test_redefine.gitlab.md +++ b/tests/results/test_namespace/16_5test_redefine.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5test_redefine.html b/tests/results/test_namespace/16_5test_redefine.html index 0eb659939..ef2d72f76 100644 --- a/tests/results/test_namespace/16_5test_redefine.html +++ b/tests/results/test_namespace/16_5test_redefine.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_5test_redefine.json b/tests/results/test_namespace/16_5test_redefine.json index a6bddb12a..2852a5c9f 100644 --- a/tests/results/test_namespace/16_5test_redefine.json +++ b/tests/results/test_namespace/16_5test_redefine.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/16_5test_redefine.md b/tests/results/test_namespace/16_5test_redefine.md index 274e8a7ed..802d4cf83 100644 --- a/tests/results/test_namespace/16_5test_redefine.md +++ b/tests/results/test_namespace/16_5test_redefine.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_5test_redefine.sh b/tests/results/test_namespace/16_5test_redefine.sh index 737d1fdff..e5785e0db 100644 --- a/tests/results/test_namespace/16_5test_redefine.sh +++ b/tests/results/test_namespace/16_5test_redefine.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16_6choice_redefine.adoc b/tests/results/test_namespace/16_6choice_redefine.adoc index 849e48548..0a282f67f 100644 --- a/tests/results/test_namespace/16_6choice_redefine.adoc +++ b/tests/results/test_namespace/16_6choice_redefine.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/16_6choice_redefine.gitlab.md b/tests/results/test_namespace/16_6choice_redefine.gitlab.md index 7d890039e..93575ea92 100644 --- a/tests/results/test_namespace/16_6choice_redefine.gitlab.md +++ b/tests/results/test_namespace/16_6choice_redefine.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_6choice_redefine.html b/tests/results/test_namespace/16_6choice_redefine.html index 374ddf322..4be9531b9 100644 --- a/tests/results/test_namespace/16_6choice_redefine.html +++ b/tests/results/test_namespace/16_6choice_redefine.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/16_6choice_redefine.json b/tests/results/test_namespace/16_6choice_redefine.json index d68f8c44b..49989e73b 100644 --- a/tests/results/test_namespace/16_6choice_redefine.json +++ b/tests/results/test_namespace/16_6choice_redefine.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/16_6choice_redefine.md b/tests/results/test_namespace/16_6choice_redefine.md index d749481fd..f517414a8 100644 --- a/tests/results/test_namespace/16_6choice_redefine.md +++ b/tests/results/test_namespace/16_6choice_redefine.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/16_6choice_redefine.sh b/tests/results/test_namespace/16_6choice_redefine.sh index 9585ea7fe..347882273 100644 --- a/tests/results/test_namespace/16_6choice_redefine.sh +++ b/tests/results/test_namespace/16_6choice_redefine.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/16_6exists_redefine_family.adoc b/tests/results/test_namespace/16_6exists_redefine_family.adoc index af9b4005e..d8359fba0 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.adoc +++ b/tests/results/test_namespace/16_6exists_redefine_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 5ebf6e63d..1c53e579e 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.gitlab.md +++ b/tests/results/test_namespace/16_6exists_redefine_family.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_6exists_redefine_family.html b/tests/results/test_namespace/16_6exists_redefine_family.html index ddc5aced4..df284cbc6 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.html +++ b/tests/results/test_namespace/16_6exists_redefine_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16_6exists_redefine_family.json b/tests/results/test_namespace/16_6exists_redefine_family.json index ad58af627..4a855e690 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.json +++ b/tests/results/test_namespace/16_6exists_redefine_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family1": { diff --git a/tests/results/test_namespace/16_6exists_redefine_family.md b/tests/results/test_namespace/16_6exists_redefine_family.md index 19f6b9f5c..8656bac97 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.md +++ b/tests/results/test_namespace/16_6exists_redefine_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16_6exists_redefine_family.sh b/tests/results/test_namespace/16_6exists_redefine_family.sh index dd3e3c713..75c721691 100644 --- a/tests/results/test_namespace/16_6exists_redefine_family.sh +++ b/tests/results/test_namespace/16_6exists_redefine_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/16exists_exists.adoc b/tests/results/test_namespace/16exists_exists.adoc index 3fd47d853..c434db062 100644 --- a/tests/results/test_namespace/16exists_exists.adoc +++ b/tests/results/test_namespace/16exists_exists.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/16exists_exists.gitlab.md b/tests/results/test_namespace/16exists_exists.gitlab.md index b595de484..a7f15df47 100644 --- a/tests/results/test_namespace/16exists_exists.gitlab.md +++ b/tests/results/test_namespace/16exists_exists.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16exists_exists.html b/tests/results/test_namespace/16exists_exists.html index ed5340dfb..2f955a279 100644 --- a/tests/results/test_namespace/16exists_exists.html +++ b/tests/results/test_namespace/16exists_exists.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/16exists_exists.json b/tests/results/test_namespace/16exists_exists.json index 777761383..ca95cb1a5 100644 --- a/tests/results/test_namespace/16exists_exists.json +++ b/tests/results/test_namespace/16exists_exists.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/16exists_exists.md b/tests/results/test_namespace/16exists_exists.md index 153f480b9..58303489a 100644 --- a/tests/results/test_namespace/16exists_exists.md +++ b/tests/results/test_namespace/16exists_exists.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/16exists_exists.sh b/tests/results/test_namespace/16exists_exists.sh index 902f3817c..7dce55df1 100644 --- a/tests/results/test_namespace/16exists_exists.sh +++ b/tests/results/test_namespace/16exists_exists.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/20_0family_append.adoc b/tests/results/test_namespace/20_0family_append.adoc index f5be61f83..7e2a21007 100644 --- a/tests/results/test_namespace/20_0family_append.adoc +++ b/tests/results/test_namespace/20_0family_append.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/20_0family_append.gitlab.md b/tests/results/test_namespace/20_0family_append.gitlab.md index 1d5ae5468..56d430797 100644 --- a/tests/results/test_namespace/20_0family_append.gitlab.md +++ b/tests/results/test_namespace/20_0family_append.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_0family_append.html b/tests/results/test_namespace/20_0family_append.html index 6131b16a8..5b784fa7f 100644 --- a/tests/results/test_namespace/20_0family_append.html +++ b/tests/results/test_namespace/20_0family_append.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/20_0family_append.json b/tests/results/test_namespace/20_0family_append.json index 51bac6296..98013fc5e 100644 --- a/tests/results/test_namespace/20_0family_append.json +++ b/tests/results/test_namespace/20_0family_append.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/20_0family_append.md b/tests/results/test_namespace/20_0family_append.md index 9917b3f43..1ffd1e047 100644 --- a/tests/results/test_namespace/20_0family_append.md +++ b/tests/results/test_namespace/20_0family_append.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_0family_append.sh b/tests/results/test_namespace/20_0family_append.sh index df47b85c1..d9b188db0 100644 --- a/tests/results/test_namespace/20_0family_append.sh +++ b/tests/results/test_namespace/20_0family_append.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/20_0multi_family.adoc b/tests/results/test_namespace/20_0multi_family.adoc index 95e8092ed..6c07645b3 100644 --- a/tests/results/test_namespace/20_0multi_family.adoc +++ b/tests/results/test_namespace/20_0multi_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/20_0multi_family.gitlab.md b/tests/results/test_namespace/20_0multi_family.gitlab.md index 5a3dff698..d5670a646 100644 --- a/tests/results/test_namespace/20_0multi_family.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_0multi_family.html b/tests/results/test_namespace/20_0multi_family.html index 1470045db..558d5080f 100644 --- a/tests/results/test_namespace/20_0multi_family.html +++ b/tests/results/test_namespace/20_0multi_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/20_0multi_family.json b/tests/results/test_namespace/20_0multi_family.json index 07634df24..cfa57bda3 100644 --- a/tests/results/test_namespace/20_0multi_family.json +++ b/tests/results/test_namespace/20_0multi_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/20_0multi_family.md b/tests/results/test_namespace/20_0multi_family.md index fd8c01396..ba1368d32 100644 --- a/tests/results/test_namespace/20_0multi_family.md +++ b/tests/results/test_namespace/20_0multi_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_0multi_family.sh b/tests/results/test_namespace/20_0multi_family.sh index 3b77186eb..ef0dc2c0b 100644 --- a/tests/results/test_namespace/20_0multi_family.sh +++ b/tests/results/test_namespace/20_0multi_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/20_0multi_family_basic.adoc b/tests/results/test_namespace/20_0multi_family_basic.adoc index ba9358984..eba020bdb 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.adoc +++ b/tests/results/test_namespace/20_0multi_family_basic.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 d621c8abd..70c8a0125 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family_basic.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_0multi_family_basic.html b/tests/results/test_namespace/20_0multi_family_basic.html index 860e7884d..f42ebc2f0 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.html +++ b/tests/results/test_namespace/20_0multi_family_basic.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/20_0multi_family_basic.json b/tests/results/test_namespace/20_0multi_family_basic.json index c7556c586..81dd4989c 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.json +++ b/tests/results/test_namespace/20_0multi_family_basic.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/20_0multi_family_basic.md b/tests/results/test_namespace/20_0multi_family_basic.md index 7ae9980d2..014722a8f 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.md +++ b/tests/results/test_namespace/20_0multi_family_basic.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_0multi_family_basic.sh b/tests/results/test_namespace/20_0multi_family_basic.sh index 5ee1d10f8..03d98660b 100644 --- a/tests/results/test_namespace/20_0multi_family_basic.sh +++ b/tests/results/test_namespace/20_0multi_family_basic.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/20_0multi_family_expert.adoc b/tests/results/test_namespace/20_0multi_family_expert.adoc index 7612d0851..f3dc44d82 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.adoc +++ b/tests/results/test_namespace/20_0multi_family_expert.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `advanced` ==== 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 a5faf6beb..f51158662 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family_expert.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `advanced` diff --git a/tests/results/test_namespace/20_0multi_family_expert.html b/tests/results/test_namespace/20_0multi_family_expert.html index d18514eb0..e3dcddbab 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.html +++ b/tests/results/test_namespace/20_0multi_family_expert.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail advanced diff --git a/tests/results/test_namespace/20_0multi_family_expert.json b/tests/results/test_namespace/20_0multi_family_expert.json index 58e3ba4cd..f59b44641 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.json +++ b/tests/results/test_namespace/20_0multi_family_expert.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "advanced" + "mode": "advanced", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/20_0multi_family_expert.md b/tests/results/test_namespace/20_0multi_family_expert.md index aaafdf3a6..af804f86d 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.md +++ b/tests/results/test_namespace/20_0multi_family_expert.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `advanced` diff --git a/tests/results/test_namespace/20_0multi_family_expert.sh b/tests/results/test_namespace/20_0multi_family_expert.sh index 7c95d1f91..5762570f1 100644 --- a/tests/results/test_namespace/20_0multi_family_expert.sh +++ b/tests/results/test_namespace/20_0multi_family_expert.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m advanced [0m diff --git a/tests/results/test_namespace/20_0multi_family_order.adoc b/tests/results/test_namespace/20_0multi_family_order.adoc index 2f56666fb..2b9513b3b 100644 --- a/tests/results/test_namespace/20_0multi_family_order.adoc +++ b/tests/results/test_namespace/20_0multi_family_order.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 62a8da61e..0d31bdffd 100644 --- a/tests/results/test_namespace/20_0multi_family_order.gitlab.md +++ b/tests/results/test_namespace/20_0multi_family_order.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_0multi_family_order.html b/tests/results/test_namespace/20_0multi_family_order.html index be8f2eb37..17f038f69 100644 --- a/tests/results/test_namespace/20_0multi_family_order.html +++ b/tests/results/test_namespace/20_0multi_family_order.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/20_0multi_family_order.json b/tests/results/test_namespace/20_0multi_family_order.json index 495a9cf04..e0cee2f60 100644 --- a/tests/results/test_namespace/20_0multi_family_order.json +++ b/tests/results/test_namespace/20_0multi_family_order.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "variable": { diff --git a/tests/results/test_namespace/20_0multi_family_order.md b/tests/results/test_namespace/20_0multi_family_order.md index 6cc0cebaf..45c71c409 100644 --- a/tests/results/test_namespace/20_0multi_family_order.md +++ b/tests/results/test_namespace/20_0multi_family_order.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_0multi_family_order.sh b/tests/results/test_namespace/20_0multi_family_order.sh index db992697c..b51b371fd 100644 --- a/tests/results/test_namespace/20_0multi_family_order.sh +++ b/tests/results/test_namespace/20_0multi_family_order.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.adoc b/tests/results/test_namespace/20_0validators_differ_redefine.adoc index 04795fb5e..e178a7617 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.adoc +++ b/tests/results/test_namespace/20_0validators_differ_redefine.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 4da2cba6f..622202aa0 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.gitlab.md +++ b/tests/results/test_namespace/20_0validators_differ_redefine.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.html b/tests/results/test_namespace/20_0validators_differ_redefine.html index 9e4426f9b..93248f9fb 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.html +++ b/tests/results/test_namespace/20_0validators_differ_redefine.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.json b/tests/results/test_namespace/20_0validators_differ_redefine.json index badad0808..01f56277c 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.json +++ b/tests/results/test_namespace/20_0validators_differ_redefine.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.md b/tests/results/test_namespace/20_0validators_differ_redefine.md index b02d78359..15a7e31ea 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.md +++ b/tests/results/test_namespace/20_0validators_differ_redefine.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_0validators_differ_redefine.sh b/tests/results/test_namespace/20_0validators_differ_redefine.sh index f85b52400..bb0d88b3b 100644 --- a/tests/results/test_namespace/20_0validators_differ_redefine.sh +++ b/tests/results/test_namespace/20_0validators_differ_redefine.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic.adoc b/tests/results/test_namespace/20_2family_looks_like_dynamic.adoc index f886ee506..ba11dafc7 100644 --- a/tests/results/test_namespace/20_2family_looks_like_dynamic.adoc +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 d3494ee7e..2788f1fd1 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic.html b/tests/results/test_namespace/20_2family_looks_like_dynamic.html index 4afea1618..6166ef0c3 100644 --- a/tests/results/test_namespace/20_2family_looks_like_dynamic.html +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic.json b/tests/results/test_namespace/20_2family_looks_like_dynamic.json index cb1f3d5a9..5d173ac17 100644 --- a/tests/results/test_namespace/20_2family_looks_like_dynamic.json +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_family": { diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic.md b/tests/results/test_namespace/20_2family_looks_like_dynamic.md index 230f27fba..b46034720 100644 --- a/tests/results/test_namespace/20_2family_looks_like_dynamic.md +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_2family_looks_like_dynamic.sh b/tests/results/test_namespace/20_2family_looks_like_dynamic.sh index 6d6c278ee..925ccb798 100644 --- a/tests/results/test_namespace/20_2family_looks_like_dynamic.sh +++ b/tests/results/test_namespace/20_2family_looks_like_dynamic.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/20_2family_looks_like_variable.adoc b/tests/results/test_namespace/20_2family_looks_like_variable.adoc index 149b059b5..772a9e463 100644 --- a/tests/results/test_namespace/20_2family_looks_like_variable.adoc +++ b/tests/results/test_namespace/20_2family_looks_like_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 34f11a370..73bb31755 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_2family_looks_like_variable.html b/tests/results/test_namespace/20_2family_looks_like_variable.html index d19c27c9a..7ec59b074 100644 --- a/tests/results/test_namespace/20_2family_looks_like_variable.html +++ b/tests/results/test_namespace/20_2family_looks_like_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/20_2family_looks_like_variable.json b/tests/results/test_namespace/20_2family_looks_like_variable.json index 6b38f403f..665697830 100644 --- a/tests/results/test_namespace/20_2family_looks_like_variable.json +++ b/tests/results/test_namespace/20_2family_looks_like_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "my_family": { diff --git a/tests/results/test_namespace/20_2family_looks_like_variable.md b/tests/results/test_namespace/20_2family_looks_like_variable.md index 594bba9e7..cd875ca32 100644 --- a/tests/results/test_namespace/20_2family_looks_like_variable.md +++ b/tests/results/test_namespace/20_2family_looks_like_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/20_2family_looks_like_variable.sh b/tests/results/test_namespace/20_2family_looks_like_variable.sh index 47910d95e..08290c3a0 100644 --- a/tests/results/test_namespace/20_2family_looks_like_variable.sh +++ b/tests/results/test_namespace/20_2family_looks_like_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/20_7help_family.adoc b/tests/results/test_namespace/20_7help_family.adoc index b6126a512..12f5b466b 100644 --- a/tests/results/test_namespace/20_7help_family.adoc +++ b/tests/results/test_namespace/20_7help_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/20_7help_family.gitlab.md b/tests/results/test_namespace/20_7help_family.gitlab.md index 2c7489236..d111f106a 100644 --- a/tests/results/test_namespace/20_7help_family.gitlab.md +++ b/tests/results/test_namespace/20_7help_family.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_7help_family.html b/tests/results/test_namespace/20_7help_family.html index 21be31f89..471ff5a94 100644 --- a/tests/results/test_namespace/20_7help_family.html +++ b/tests/results/test_namespace/20_7help_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/20_7help_family.json b/tests/results/test_namespace/20_7help_family.json index cb18290c6..54014c6ea 100644 --- a/tests/results/test_namespace/20_7help_family.json +++ b/tests/results/test_namespace/20_7help_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family1": { diff --git a/tests/results/test_namespace/20_7help_family.md b/tests/results/test_namespace/20_7help_family.md index 4dc6cf401..9350626b9 100644 --- a/tests/results/test_namespace/20_7help_family.md +++ b/tests/results/test_namespace/20_7help_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_7help_family.sh b/tests/results/test_namespace/20_7help_family.sh index deaa45fe9..437b5ca78 100644 --- a/tests/results/test_namespace/20_7help_family.sh +++ b/tests/results/test_namespace/20_7help_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/20_9default_information_parent.adoc b/tests/results/test_namespace/20_9default_information_parent.adoc index dffb73fea..c2dfd81c6 100644 --- a/tests/results/test_namespace/20_9default_information_parent.adoc +++ b/tests/results/test_namespace/20_9default_information_parent.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 0e6b7c051..a1d79dfc3 100644 --- a/tests/results/test_namespace/20_9default_information_parent.gitlab.md +++ b/tests/results/test_namespace/20_9default_information_parent.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_9default_information_parent.html b/tests/results/test_namespace/20_9default_information_parent.html index e886416d8..ed9bbf52b 100644 --- a/tests/results/test_namespace/20_9default_information_parent.html +++ b/tests/results/test_namespace/20_9default_information_parent.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/20_9default_information_parent.json b/tests/results/test_namespace/20_9default_information_parent.json index 548a4200b..67ecd5dba 100644 --- a/tests/results/test_namespace/20_9default_information_parent.json +++ b/tests/results/test_namespace/20_9default_information_parent.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/20_9default_information_parent.md b/tests/results/test_namespace/20_9default_information_parent.md index 81a430513..1cde00c7b 100644 --- a/tests/results/test_namespace/20_9default_information_parent.md +++ b/tests/results/test_namespace/20_9default_information_parent.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/20_9default_information_parent.sh b/tests/results/test_namespace/20_9default_information_parent.sh index 231cbdcd7..6e03929e6 100644 --- a/tests/results/test_namespace/20_9default_information_parent.sh +++ b/tests/results/test_namespace/20_9default_information_parent.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/24_0family_hidden_condition.adoc b/tests/results/test_namespace/24_0family_hidden_condition.adoc index f8beba7c8..aba43c103 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.adoc +++ b/tests/results/test_namespace/24_0family_hidden_condition.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 208426f06..140731afe 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.gitlab.md +++ b/tests/results/test_namespace/24_0family_hidden_condition.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_0family_hidden_condition.html b/tests/results/test_namespace/24_0family_hidden_condition.html index 4cebcdfa6..d345cbd99 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.html +++ b/tests/results/test_namespace/24_0family_hidden_condition.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/24_0family_hidden_condition.json b/tests/results/test_namespace/24_0family_hidden_condition.json index 726bb9332..13616a766 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.json +++ b/tests/results/test_namespace/24_0family_hidden_condition.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_hidden_condition.md b/tests/results/test_namespace/24_0family_hidden_condition.md index c0066eb03..dc3d7d29d 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.md +++ b/tests/results/test_namespace/24_0family_hidden_condition.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_0family_hidden_condition.sh b/tests/results/test_namespace/24_0family_hidden_condition.sh index 806c59318..b48a40bbe 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition.sh +++ b/tests/results/test_namespace/24_0family_hidden_condition.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.adoc b/tests/results/test_namespace/24_0family_hidden_condition_boolean.adoc index b3af7467c..8a6bb217a 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.adoc +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 2996dd7ab..f0a5b576e 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.html b/tests/results/test_namespace/24_0family_hidden_condition_boolean.html index b6dcb82fa..f7854caff 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.html +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.json b/tests/results/test_namespace/24_0family_hidden_condition_boolean.json index 2f7bb521a..7e300338e 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.md b/tests/results/test_namespace/24_0family_hidden_condition_boolean.md index 629e1a2de..971859e0e 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_boolean.sh b/tests/results/test_namespace/24_0family_hidden_condition_boolean.sh index c69c5c5ad..d09cfa50b 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_boolean.sh +++ b/tests/results/test_namespace/24_0family_hidden_condition_boolean.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.adoc b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.adoc index a8d0b057f..fbc42c3ad 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.adoc +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 e29a9753f..910566713 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.html b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.html index 17c807da5..956816144 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.html +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json index 6d87fc208..8434e086f 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md index f3d4a5567..f6db31c07 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.sh b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.sh index 71d779ab5..be8dfe682 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_sub_family.sh +++ b/tests/results/test_namespace/24_0family_hidden_condition_sub_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.adoc b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.adoc index 3a7e4b9eb..dc00d5353 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.adoc +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 bc749d038..99e8a345a 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.html b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.html index 8a2b8851a..09c4108ec 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.html +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json index 6f6188a84..e631633d5 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md index 485ead33f..1d1494ceb 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.sh b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.sh index b49366aaf..6bfc39341 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.sh +++ b/tests/results/test_namespace/24_0family_hidden_condition_variable_sub_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.adoc b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.adoc index 5b591b9dc..1de6fb9b4 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.adoc +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 555792915..13ae27a7c 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.html b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.html index f97bb6fc5..0ebdf4fa4 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.html +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json index 5066d861d..4955b1d3b 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition1": { diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md index f7a64074d..6b8e82fba 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.sh b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.sh index 276302076..616871be1 100644 --- a/tests/results/test_namespace/24_0family_hidden_condition_with_variable.sh +++ b/tests/results/test_namespace/24_0family_hidden_condition_with_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.adoc b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.adoc index 06ad3fe90..ebabbb5e1 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.adoc +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 11109f212..50b8b4e5d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.html b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.html index 2c304edeb..b7157fe21 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.html +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json index dcbfab9b2..d7a048c07 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md index 0a08b5dab..debb0ef01 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.sh b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.sh index 37401fb68..ae1653c29 100644 --- a/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.sh +++ b/tests/results/test_namespace/24_0family_hidden_param_condition_sub_family.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.adoc b/tests/results/test_namespace/24_0family_mandatory_condition.adoc index a765bfc91..7b577057d 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.adoc +++ b/tests/results/test_namespace/24_0family_mandatory_condition.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 72286cc54..6ca84db82 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.gitlab.md +++ b/tests/results/test_namespace/24_0family_mandatory_condition.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.html b/tests/results/test_namespace/24_0family_mandatory_condition.html index 3a1e936a0..ef1782425 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.html +++ b/tests/results/test_namespace/24_0family_mandatory_condition.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.json b/tests/results/test_namespace/24_0family_mandatory_condition.json index 6ee3b8f66..885458ec7 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.json +++ b/tests/results/test_namespace/24_0family_mandatory_condition.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.md b/tests/results/test_namespace/24_0family_mandatory_condition.md index 07e7bff44..57279bde3 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.md +++ b/tests/results/test_namespace/24_0family_mandatory_condition.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_mandatory_condition.sh b/tests/results/test_namespace/24_0family_mandatory_condition.sh index 09538f3ca..ce4992a35 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition.sh +++ b/tests/results/test_namespace/24_0family_mandatory_condition.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.adoc b/tests/results/test_namespace/24_0family_mandatory_condition_variable.adoc index aea2b2d51..65d6870dd 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.adoc +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 a96a1589d..4300b0bdb 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.html b/tests/results/test_namespace/24_0family_mandatory_condition_variable.html index 40da1b8df..d332bff8a 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.html +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.json b/tests/results/test_namespace/24_0family_mandatory_condition_variable.json index 4eea29338..b2c89fcb2 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.json +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.md b/tests/results/test_namespace/24_0family_mandatory_condition_variable.md index c240f1560..47c1bb58b 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.md +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/24_0family_mandatory_condition_variable.sh b/tests/results/test_namespace/24_0family_mandatory_condition_variable.sh index db0c1df1f..2c164ae71 100644 --- a/tests/results/test_namespace/24_0family_mandatory_condition_variable.sh +++ b/tests/results/test_namespace/24_0family_mandatory_condition_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/24_7validators_variable_optional.adoc b/tests/results/test_namespace/24_7validators_variable_optional.adoc index cb6b2bf1a..18cb6e68b 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.adoc +++ b/tests/results/test_namespace/24_7validators_variable_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 70eb41b1d..1ae2ac433 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.gitlab.md +++ b/tests/results/test_namespace/24_7validators_variable_optional.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_7validators_variable_optional.html b/tests/results/test_namespace/24_7validators_variable_optional.html index 860d41346..e2095ae38 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.html +++ b/tests/results/test_namespace/24_7validators_variable_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/24_7validators_variable_optional.json b/tests/results/test_namespace/24_7validators_variable_optional.json index 2801ef239..e0ecc7a09 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.json +++ b/tests/results/test_namespace/24_7validators_variable_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "general": { diff --git a/tests/results/test_namespace/24_7validators_variable_optional.md b/tests/results/test_namespace/24_7validators_variable_optional.md index d91bcf3ca..b8e1df384 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.md +++ b/tests/results/test_namespace/24_7validators_variable_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/24_7validators_variable_optional.sh b/tests/results/test_namespace/24_7validators_variable_optional.sh index 5757b7034..33e78e998 100644 --- a/tests/results/test_namespace/24_7validators_variable_optional.sh +++ b/tests/results/test_namespace/24_7validators_variable_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_0leadership.adoc b/tests/results/test_namespace/40_0leadership.adoc index 679386b32..b6bc912e0 100644 --- a/tests/results/test_namespace/40_0leadership.adoc +++ b/tests/results/test_namespace/40_0leadership.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/40_0leadership.gitlab.md b/tests/results/test_namespace/40_0leadership.gitlab.md index 91b11450c..2293a2938 100644 --- a/tests/results/test_namespace/40_0leadership.gitlab.md +++ b/tests/results/test_namespace/40_0leadership.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership.html b/tests/results/test_namespace/40_0leadership.html index 8fb9ce7ec..183f8249c 100644 --- a/tests/results/test_namespace/40_0leadership.html +++ b/tests/results/test_namespace/40_0leadership.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_0leadership.json b/tests/results/test_namespace/40_0leadership.json index 41d7e78a9..96eae850b 100644 --- a/tests/results/test_namespace/40_0leadership.json +++ b/tests/results/test_namespace/40_0leadership.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_0leadership.md b/tests/results/test_namespace/40_0leadership.md index 0d06f69b5..03f7d5783 100644 --- a/tests/results/test_namespace/40_0leadership.md +++ b/tests/results/test_namespace/40_0leadership.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership.sh b/tests/results/test_namespace/40_0leadership.sh index 926c0ac8f..8b023733a 100644 --- a/tests/results/test_namespace/40_0leadership.sh +++ b/tests/results/test_namespace/40_0leadership.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_0leadership_diff_name.adoc b/tests/results/test_namespace/40_0leadership_diff_name.adoc index ee05e8ff6..40cd97e7b 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.adoc +++ b/tests/results/test_namespace/40_0leadership_diff_name.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 e0a00de70..50db79f25 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_diff_name.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_diff_name.html b/tests/results/test_namespace/40_0leadership_diff_name.html index 5257bee59..11646092a 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.html +++ b/tests/results/test_namespace/40_0leadership_diff_name.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_0leadership_diff_name.json b/tests/results/test_namespace/40_0leadership_diff_name.json index 1b55de1bc..0d994707f 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.json +++ b/tests/results/test_namespace/40_0leadership_diff_name.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { diff --git a/tests/results/test_namespace/40_0leadership_diff_name.md b/tests/results/test_namespace/40_0leadership_diff_name.md index a676e490d..901021869 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.md +++ b/tests/results/test_namespace/40_0leadership_diff_name.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_diff_name.sh b/tests/results/test_namespace/40_0leadership_diff_name.sh index 6934754ae..8fe8afc4f 100644 --- a/tests/results/test_namespace/40_0leadership_diff_name.sh +++ b/tests/results/test_namespace/40_0leadership_diff_name.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.adoc b/tests/results/test_namespace/40_0leadership_follower_default_calculation.adoc index 09825356d..c267d4081 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.adoc +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 7f424e9f2..ae2cfdcd2 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.html b/tests/results/test_namespace/40_0leadership_follower_default_calculation.html index ee59baac3..5fe4f5d39 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.html +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.json b/tests/results/test_namespace/40_0leadership_follower_default_calculation.json index e9f349ed3..72e2ecfb3 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.md b/tests/results/test_namespace/40_0leadership_follower_default_calculation.md index 515c3afb1..f33274bff 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_follower_default_calculation.sh b/tests/results/test_namespace/40_0leadership_follower_default_calculation.sh index d70c393aa..592fb7941 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_calculation.sh +++ b/tests/results/test_namespace/40_0leadership_follower_default_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.adoc b/tests/results/test_namespace/40_0leadership_follower_default_submulti.adoc index 5be056f8c..09421dbdb 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.adoc +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -24,12 +25,12 @@ This family contains lists of variable blocks. + * leader | **rougail.leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | A follower1. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A follower1. + **Default**: * value | **rougail.leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | A follower2. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A follower2. + **Default**: * value1 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 a377a59e2..969aa0a55 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,6 +1,7 @@diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.html b/tests/results/test_namespace/40_0leadership_follower_default_submulti.html index 6f14e7a8b..6bb7db636 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.html +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -11,11 +12,11 @@ > **Path**: rougail.leader\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| -| **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• leader | -| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower1.
**Default**:
• value | -| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower2.
**Default**:
• value1
• value2 | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| +| **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• leader | +| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower1.
**Default**:
• value | +| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower2.
**Default**:
• value1
• value2 |Rougail
+This family is a namespace. + Path: rougail standard @@ -14,12 +16,12 @@ This family contains lists of variable blocks.-
diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti.json index 74beae49d..e424e2a34 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { @@ -83,6 +86,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", @@ -117,6 +126,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.md b/tests/results/test_namespace/40_0leadership_follower_default_submulti.md index 16d435658..eab167bdb 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,9 +14,9 @@ > **Path**: rougail.leader\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| -| **rougail.leader.leader**+ Variable Description - Variable Description - rougail.leader.leader
string multiple standard mandatory uniqueA leader.
Default:
- leader
- rougail.leader.follower1
string multiple standard mandatoryA follower1.
Default:
- value
rougail.leader.follower2
string multiple standard mandatoryA follower2.
Default:
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• leader | -| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower1.
**Default**:
• value | -| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower2.
**Default**:
• value1
• value2 | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------| +| **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• leader | +| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower1.
**Default**:
• value | +| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower2.
**Default**:
• value1
• value2 | diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti.sh b/tests/results/test_namespace/40_0leadership_follower_default_submulti.sh index bbd39a608..4617d5a87 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti.sh +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -22,11 +23,11 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leader.follower1[0m │ A follower1. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ -│ [1;7mmandatory [0m │ • value │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • value │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leader.follower2[0m │ A follower2. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ -│ [1;7mmandatory [0m │ • value1 │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • value1 │ │ │ • value2 │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.adoc b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.adoc index a6a17ecdc..7b38583da 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.adoc +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -24,12 +25,12 @@ This family contains lists of variable blocks. + * leader | **rougail.leader.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | The follower1. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | The follower1. + **Default**: * value | **rougail.leader.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | The follower2. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | The follower2. + **Default**: the value of the variable "rougail.leader.follower1" |==== 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 ea90f4d4f..20dd89d18 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,6 +1,7 @@diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.html b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.html index 2f797fc21..3b03c8009 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.html +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -11,11 +12,11 @@ > **Path**: rougail.leader\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| -| **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The leader.
**Default**:
• leader | -| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The follower1.
**Default**:
• value | -| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The follower2.
**Default**: the value of the variable "[The follower1](#rougail.leader.follower1)" | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| +| **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The leader.
**Default**:
• leader | +| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The follower1.
**Default**:
• value | +| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The follower2.
**Default**: the value of the variable "[The follower1](#rougail.leader.follower1)" |Rougail
+This family is a namespace. + Path: rougail standard @@ -14,12 +16,12 @@ This family contains lists of variable blocks.-
diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json index c7fbf0284..6ae155768 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { @@ -83,6 +86,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", @@ -103,7 +112,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leader.follower1" + "path": "rougail.leader.follower1", + "type": "variable" }, "description": "The follower1" } @@ -120,6 +130,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md index 19b3dccd1..3c5fa75f0 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,9 +14,9 @@ > **Path**: rougail.leader\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| -| **rougail.leader.leader**+ Variable Description - Variable Description - rougail.leader.leader
string multiple standard mandatory uniqueThe leader.
Default:
- leader
- rougail.leader.follower1
string multiple standard mandatoryThe follower1.
Default:
- value
+ rougail.leader.follower2
string multiple standard mandatoryThe follower2.
Default: the value of the variable "rougail.leader.follower1"+ rougail.leader.leader
string multiple standard mandatory uniqueThe leader.
Default:
- leader
+ rougail.leader.follower1
string multiple standard mandatory uniqueThe follower1.
Default:
- value
rougail.leader.follower2
string multiple standard mandatory uniqueThe follower2.
Default: the value of the variable "rougail.leader.follower1"
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The leader.
**Default**:
• leader | -| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The follower1.
**Default**:
• value | -| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The follower2.
**Default**: the value of the variable "[The follower1](#rougail.leader.follower1)" | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------| +| **rougail.leader.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The leader.
**Default**:
• leader | +| **rougail.leader.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The follower1.
**Default**:
• value | +| **rougail.leader.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The follower2.
**Default**: the value of the variable "[The follower1](#rougail.leader.follower1)" | diff --git a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.sh b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.sh index 129caf519..e84657f05 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.sh +++ b/tests/results/test_namespace/40_0leadership_follower_default_submulti_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -22,11 +23,11 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leader.follower1[0m │ The follower1. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ -│ [1;7mmandatory [0m │ • value │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • value │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leader.follower2[0m │ The follower2. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: the value of the variable │ -│ [1;7mmandatory [0m │ "rougail.leader.follower1" │ +│ [1;7mmandatory [0m [1;7m unique [0m │ "rougail.leader.follower1" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.adoc b/tests/results/test_namespace/40_0leadership_follower_default_value.adoc index f923031c2..e84cc3ff6 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.adoc +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 5e474f111..dbb4158f9 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.html b/tests/results/test_namespace/40_0leadership_follower_default_value.html index 3b28f9e3b..faa8150bd 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.html +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.json b/tests/results/test_namespace/40_0leadership_follower_default_value.json index e6615821a..544355536 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.json +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.md b/tests/results/test_namespace/40_0leadership_follower_default_value.md index 8a0e0fc29..1ac50fe4a 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.md +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_0leadership_follower_default_value.sh b/tests/results/test_namespace/40_0leadership_follower_default_value.sh index 1d87b119d..72ef0b9d4 100644 --- a/tests/results/test_namespace/40_0leadership_follower_default_value.sh +++ b/tests/results/test_namespace/40_0leadership_follower_default_value.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_0leadership_leader_follower.adoc b/tests/results/test_namespace/40_0leadership_leader_follower.adoc index 24d3b6c5b..51cfb5e15 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.adoc +++ b/tests/results/test_namespace/40_0leadership_leader_follower.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 536543c54..b21fd1724 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_leader_follower.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_0leadership_leader_follower.html b/tests/results/test_namespace/40_0leadership_leader_follower.html index 92355bcf2..dfdf7f304 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.html +++ b/tests/results/test_namespace/40_0leadership_leader_follower.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_0leadership_leader_follower.json b/tests/results/test_namespace/40_0leadership_leader_follower.json index 97957ac62..30bc3edba 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.json +++ b/tests/results/test_namespace/40_0leadership_leader_follower.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { @@ -72,7 +75,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leadership.leader" + "path": "rougail.leadership.leader", + "type": "variable" }, "description": "A leader" } diff --git a/tests/results/test_namespace/40_0leadership_leader_follower.md b/tests/results/test_namespace/40_0leadership_leader_follower.md index 6a06c8e05..88b011bf9 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.md +++ b/tests/results/test_namespace/40_0leadership_leader_follower.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_0leadership_leader_follower.sh b/tests/results/test_namespace/40_0leadership_leader_follower.sh index 973d9a091..bf7ffac81 100644 --- a/tests/results/test_namespace/40_0leadership_leader_follower.sh +++ b/tests/results/test_namespace/40_0leadership_leader_follower.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.adoc b/tests/results/test_namespace/40_0leadership_leader_not_multi.adoc index 3edd008fb..d1e379038 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.adoc +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2e8051aeb..42c059aef 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.html b/tests/results/test_namespace/40_0leadership_leader_not_multi.html index 55f4ac839..a70dd2189 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.html +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.json b/tests/results/test_namespace/40_0leadership_leader_not_multi.json index f2d27bcf0..f1b21db2e 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.json +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "general": { diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.md b/tests/results/test_namespace/40_0leadership_leader_not_multi.md index 56192e586..6649d69f5 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.md +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_leader_not_multi.sh b/tests/results/test_namespace/40_0leadership_leader_not_multi.sh index 2286df6e3..0641bfa08 100644 --- a/tests/results/test_namespace/40_0leadership_leader_not_multi.sh +++ b/tests/results/test_namespace/40_0leadership_leader_not_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_0leadership_reduce.adoc b/tests/results/test_namespace/40_0leadership_reduce.adoc index f43a38baf..c2fda00db 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.adoc +++ b/tests/results/test_namespace/40_0leadership_reduce.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/40_0leadership_reduce.gitlab.md b/tests/results/test_namespace/40_0leadership_reduce.gitlab.md index d78a20733..70b46dd14 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.gitlab.md +++ b/tests/results/test_namespace/40_0leadership_reduce.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_reduce.html b/tests/results/test_namespace/40_0leadership_reduce.html index d36e4d5ea..abce8f0e3 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.html +++ b/tests/results/test_namespace/40_0leadership_reduce.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_0leadership_reduce.json b/tests/results/test_namespace/40_0leadership_reduce.json index ba5a01be0..bee7d8a24 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.json +++ b/tests/results/test_namespace/40_0leadership_reduce.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { diff --git a/tests/results/test_namespace/40_0leadership_reduce.md b/tests/results/test_namespace/40_0leadership_reduce.md index e20fc1221..070512340 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.md +++ b/tests/results/test_namespace/40_0leadership_reduce.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_0leadership_reduce.sh b/tests/results/test_namespace/40_0leadership_reduce.sh index 89769e99a..fb7b2a695 100644 --- a/tests/results/test_namespace/40_0leadership_reduce.sh +++ b/tests/results/test_namespace/40_0leadership_reduce.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_1leadership_append_follower.adoc b/tests/results/test_namespace/40_1leadership_append_follower.adoc index e22e75446..8f0ed0963 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.adoc +++ b/tests/results/test_namespace/40_1leadership_append_follower.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 dee35ad52..3f9c36640 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.gitlab.md +++ b/tests/results/test_namespace/40_1leadership_append_follower.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_1leadership_append_follower.html b/tests/results/test_namespace/40_1leadership_append_follower.html index 93ffbcbe1..8a2a63af0 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.html +++ b/tests/results/test_namespace/40_1leadership_append_follower.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_1leadership_append_follower.json b/tests/results/test_namespace/40_1leadership_append_follower.json index 692c72341..9c6cfad76 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.json +++ b/tests/results/test_namespace/40_1leadership_append_follower.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_1leadership_append_follower.md b/tests/results/test_namespace/40_1leadership_append_follower.md index 940b76655..446757ca3 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.md +++ b/tests/results/test_namespace/40_1leadership_append_follower.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_1leadership_append_follower.sh b/tests/results/test_namespace/40_1leadership_append_follower.sh index 1b711fd07..b285b0ae9 100644 --- a/tests/results/test_namespace/40_1leadership_append_follower.sh +++ b/tests/results/test_namespace/40_1leadership_append_follower.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.adoc b/tests/results/test_namespace/40_2leadership_calculation_index.adoc index 1205dc17c..e738124c3 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.adoc +++ b/tests/results/test_namespace/40_2leadership_calculation_index.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 5507fc529..f160d4da4 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.gitlab.md +++ b/tests/results/test_namespace/40_2leadership_calculation_index.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.html b/tests/results/test_namespace/40_2leadership_calculation_index.html index 1a22b6246..71b5f430c 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.html +++ b/tests/results/test_namespace/40_2leadership_calculation_index.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.json b/tests/results/test_namespace/40_2leadership_calculation_index.json index d9d81ed73..ef9676831 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.json +++ b/tests/results/test_namespace/40_2leadership_calculation_index.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.md b/tests/results/test_namespace/40_2leadership_calculation_index.md index 7f8eb01d2..a09660141 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.md +++ b/tests/results/test_namespace/40_2leadership_calculation_index.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_2leadership_calculation_index.sh b/tests/results/test_namespace/40_2leadership_calculation_index.sh index f2a5d5cf9..6d688cd39 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index.sh +++ b/tests/results/test_namespace/40_2leadership_calculation_index.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2.adoc b/tests/results/test_namespace/40_2leadership_calculation_index_2.adoc index 1205dc17c..e738124c3 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index_2.adoc +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 5507fc529..f160d4da4 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2.html b/tests/results/test_namespace/40_2leadership_calculation_index_2.html index 1a22b6246..71b5f430c 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index_2.html +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2.json b/tests/results/test_namespace/40_2leadership_calculation_index_2.json index d9d81ed73..ef9676831 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index_2.json +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2.md b/tests/results/test_namespace/40_2leadership_calculation_index_2.md index 7f8eb01d2..a09660141 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index_2.md +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_2leadership_calculation_index_2.sh b/tests/results/test_namespace/40_2leadership_calculation_index_2.sh index f2a5d5cf9..6d688cd39 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_index_2.sh +++ b/tests/results/test_namespace/40_2leadership_calculation_index_2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc b/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc index 37b099cdc..1c0ce9f4a 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 b2e3b2ecc..9543cc0e1 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.html b/tests/results/test_namespace/40_2leadership_calculation_param_index.html index ff743701d..332dd3ce9 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.html +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.json b/tests/results/test_namespace/40_2leadership_calculation_param_index.json index 2e011e61f..dc474eece 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.json +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.md b/tests/results/test_namespace/40_2leadership_calculation_param_index.md index 94755c33e..434a2f274 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.md +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_2leadership_calculation_param_index.sh b/tests/results/test_namespace/40_2leadership_calculation_param_index.sh index 4c4fe3cf0..c4bda3acd 100644 --- a/tests/results/test_namespace/40_2leadership_calculation_param_index.sh +++ b/tests/results/test_namespace/40_2leadership_calculation_param_index.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.adoc b/tests/results/test_namespace/40_2leadership_leader_calculation.adoc index 5faf820e2..9caf10d39 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.adoc +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 14eb037d5..2f0b8f7e0 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.gitlab.md +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.html b/tests/results/test_namespace/40_2leadership_leader_calculation.html index 1ee84ecee..635445056 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.html +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.json b/tests/results/test_namespace/40_2leadership_leader_calculation.json index 698dd35dd..76810c349 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.json +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.md b/tests/results/test_namespace/40_2leadership_leader_calculation.md index c89a44915..65630ec29 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.md +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_2leadership_leader_calculation.sh b/tests/results/test_namespace/40_2leadership_leader_calculation.sh index edf46646c..e8cc32608 100644 --- a/tests/results/test_namespace/40_2leadership_leader_calculation.sh +++ b/tests/results/test_namespace/40_2leadership_leader_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.adoc b/tests/results/test_namespace/40_6leadership_follower_multi.adoc index 56a83f60a..af3730527 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.adoc +++ b/tests/results/test_namespace/40_6leadership_follower_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -21,9 +22,9 @@ This family contains lists of variable blocks. + | **rougail.leadership.leader** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `basic` `mandatory` `unique` | The leader. | **rougail.leadership.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `basic` `mandatory` | The first follower. +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `basic` `mandatory` `unique` | The first follower. | **rougail.leadership.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | The second follower. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | The second follower. + **Default**: * value 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 8cc833fee..aaaf2f2e8 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.gitlab.md +++ b/tests/results/test_namespace/40_6leadership_follower_multi.gitlab.md @@ -1,6 +1,7 @@diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.html b/tests/results/test_namespace/40_6leadership_follower_multi.html index 354f3dc65..9667adea5 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.html +++ b/tests/results/test_namespace/40_6leadership_follower_multi.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -11,11 +12,11 @@ > **Path**: rougail.leadership\ > `basic` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| -| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The leader. | -| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` | The first follower. | -| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The second follower.
**Default**:
• value | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| +| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The leader. | +| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The first follower. | +| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The second follower.
**Default**:
• value |Rougail
+This family is a namespace. + Path: rougail basic @@ -14,12 +16,12 @@ This family contains lists of variable blocks.-
diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.json b/tests/results/test_namespace/40_6leadership_follower_multi.json index 4f6447ba3..86043202f 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.json +++ b/tests/results/test_namespace/40_6leadership_follower_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { @@ -71,6 +74,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "basic", @@ -104,6 +113,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.md b/tests/results/test_namespace/40_6leadership_follower_multi.md index 7b5c344e2..7bf1bac57 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.md +++ b/tests/results/test_namespace/40_6leadership_follower_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -13,9 +14,9 @@ > **Path**: rougail.leadership\ > `basic` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| -| **rougail.leadership.leader**+ Variable Description - Variable Description - rougail.leadership.leader
string multiple basic mandatory uniqueThe leader. - rougail.leadership.follower1
string multiple basic mandatoryThe first follower. + rougail.leadership.follower2
string multiple standard mandatoryThe second follower.
Default:
- value
+ rougail.leadership.leader
string multiple basic mandatory uniqueThe leader. + rougail.leadership.follower1
string multiple basic mandatory uniqueThe first follower. rougail.leadership.follower2
string multiple standard mandatory uniqueThe second follower.
Default:
- value
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The leader. | -| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` | The first follower. | -| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The second follower.
**Default**:
• value | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| +| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The leader. | +| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The first follower. | +| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The second follower.
**Default**:
• value | diff --git a/tests/results/test_namespace/40_6leadership_follower_multi.sh b/tests/results/test_namespace/40_6leadership_follower_multi.sh index dde0b59fe..9dafd1d6c 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi.sh +++ b/tests/results/test_namespace/40_6leadership_follower_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -22,11 +23,11 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leadership.follower1[0m │ The first follower. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m basic [0m [1;7m [0m │ │ -│ [1;7mmandatory [0m │ │ +│ [1;7mmandatory [0m [1;7m unique [0m │ │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leadership.follower2[0m │ The second follower. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ -│ [1;7mmandatory [0m │ • value │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • value │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.adoc b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.adoc index ca465a7bd..3e4bda4a5 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.adoc +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -21,9 +22,9 @@ This family contains lists of variable blocks. + | **rougail.leadership.leader** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `unique` | The leader. | **rougail.leadership.follower1** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `basic` `mandatory` | The first follower. +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `basic` `mandatory` `unique` | The first follower. | **rougail.leadership.follower2** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | The second follower. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | The second follower. + **Default**: * value 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 83ddbeb35..f8cf9c3d8 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,6 +1,7 @@diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.html b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.html index efae8684e..90d584158 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.html +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -11,11 +12,11 @@ > **Path**: rougail.leadership\ > `basic` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| -| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | The leader. | -| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` | The first follower. | -| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The second follower.
**Default**:
• value | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| +| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | The leader. | +| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The first follower. | +| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The second follower.
**Default**:
• value |Rougail
+This family is a namespace. + Path: rougail basic @@ -14,12 +16,12 @@ This family contains lists of variable blocks.-
diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.json b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.json index da94c5e3d..1b445751f 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.json +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { @@ -65,6 +68,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "basic", @@ -98,6 +107,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md index 151bc5cc9..705c9c24d 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -13,9 +14,9 @@ > **Path**: rougail.leadership\ > `basic` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| -| **rougail.leadership.leader**+ Variable Description - Variable Description - rougail.leadership.leader
string multiple standard uniqueThe leader. - rougail.leadership.follower1
string multiple basic mandatoryThe first follower. + rougail.leadership.follower2
string multiple standard mandatoryThe second follower.
Default:
- value
+ rougail.leadership.leader
string multiple standard uniqueThe leader. + rougail.leadership.follower1
string multiple basic mandatory uniqueThe first follower. rougail.leadership.follower2
string multiple standard mandatory uniqueThe second follower.
Default:
- value
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | The leader. | -| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` | The first follower. | -| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | The second follower.
**Default**:
• value | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------| +| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | The leader. | +| **rougail.leadership.follower1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `basic` `mandatory` `unique` | The first follower. | +| **rougail.leadership.follower2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | The second follower.
**Default**:
• value | diff --git a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.sh b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.sh index 4d4781c86..31cd76f61 100644 --- a/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.sh +++ b/tests/results/test_namespace/40_6leadership_follower_multi_no_mandatory.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -22,11 +23,11 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leadership.follower1[0m │ The first follower. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m basic [0m [1;7m [0m │ │ -│ [1;7mmandatory [0m │ │ +│ [1;7mmandatory [0m [1;7m unique [0m │ │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leadership.follower2[0m │ The second follower. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ -│ [1;7mmandatory [0m │ • value │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • value │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/40_8calculation_boolean.adoc b/tests/results/test_namespace/40_8calculation_boolean.adoc index 12062e6ee..eab5bc108 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.adoc +++ b/tests/results/test_namespace/40_8calculation_boolean.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/40_8calculation_boolean.gitlab.md b/tests/results/test_namespace/40_8calculation_boolean.gitlab.md index 0969d5062..fa2420a25 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_boolean.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_boolean.html b/tests/results/test_namespace/40_8calculation_boolean.html index 8777af0b6..6645b32b9 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.html +++ b/tests/results/test_namespace/40_8calculation_boolean.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_8calculation_boolean.json b/tests/results/test_namespace/40_8calculation_boolean.json index 462b518b8..c5a8b541d 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.json +++ b/tests/results/test_namespace/40_8calculation_boolean.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "bool": { diff --git a/tests/results/test_namespace/40_8calculation_boolean.md b/tests/results/test_namespace/40_8calculation_boolean.md index 65b6356e9..b395e6204 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.md +++ b/tests/results/test_namespace/40_8calculation_boolean.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_boolean.sh b/tests/results/test_namespace/40_8calculation_boolean.sh index 69105ce4a..a998fe9ba 100644 --- a/tests/results/test_namespace/40_8calculation_boolean.sh +++ b/tests/results/test_namespace/40_8calculation_boolean.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.adoc b/tests/results/test_namespace/40_8calculation_boolean_return_none.adoc index 20d09d001..da3561b02 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.adoc +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 8cffc75b8..8e758f238 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.html b/tests/results/test_namespace/40_8calculation_boolean_return_none.html index a600e15b8..f3446d09d 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.html +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.json b/tests/results/test_namespace/40_8calculation_boolean_return_none.json index 93a88fcc5..dd21a3622 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.json +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.md b/tests/results/test_namespace/40_8calculation_boolean_return_none.md index 549c3c5e9..c70d44a6f 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.md +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_boolean_return_none.sh b/tests/results/test_namespace/40_8calculation_boolean_return_none.sh index c0d4d2dab..d401f8cea 100644 --- a/tests/results/test_namespace/40_8calculation_boolean_return_none.sh +++ b/tests/results/test_namespace/40_8calculation_boolean_return_none.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_8calculation_integer.adoc b/tests/results/test_namespace/40_8calculation_integer.adoc index d2bf218e8..2c593d441 100644 --- a/tests/results/test_namespace/40_8calculation_integer.adoc +++ b/tests/results/test_namespace/40_8calculation_integer.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== diff --git a/tests/results/test_namespace/40_8calculation_integer.gitlab.md b/tests/results/test_namespace/40_8calculation_integer.gitlab.md index d5c9dbbc2..d9321e7ff 100644 --- a/tests/results/test_namespace/40_8calculation_integer.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_integer.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_integer.html b/tests/results/test_namespace/40_8calculation_integer.html index bf312dc8d..f78b68497 100644 --- a/tests/results/test_namespace/40_8calculation_integer.html +++ b/tests/results/test_namespace/40_8calculation_integer.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_8calculation_integer.json b/tests/results/test_namespace/40_8calculation_integer.json index 1404b496b..47961b460 100644 --- a/tests/results/test_namespace/40_8calculation_integer.json +++ b/tests/results/test_namespace/40_8calculation_integer.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "bool": { diff --git a/tests/results/test_namespace/40_8calculation_integer.md b/tests/results/test_namespace/40_8calculation_integer.md index 4de3182d0..d262401be 100644 --- a/tests/results/test_namespace/40_8calculation_integer.md +++ b/tests/results/test_namespace/40_8calculation_integer.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_integer.sh b/tests/results/test_namespace/40_8calculation_integer.sh index ac70bb27d..faef9a2eb 100644 --- a/tests/results/test_namespace/40_8calculation_integer.sh +++ b/tests/results/test_namespace/40_8calculation_integer.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.adoc b/tests/results/test_namespace/40_8calculation_multi_variable.adoc index 003c84e9d..e92569dc8 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.adoc +++ b/tests/results/test_namespace/40_8calculation_multi_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 3acad09dd..f0aee5b70 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.gitlab.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.html b/tests/results/test_namespace/40_8calculation_multi_variable.html index 1e431344b..e2425672b 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.html +++ b/tests/results/test_namespace/40_8calculation_multi_variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.json b/tests/results/test_namespace/40_8calculation_multi_variable.json index 527f6f7e1..f57fbe409 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.json +++ b/tests/results/test_namespace/40_8calculation_multi_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -19,14 +22,16 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var2" + "path": "rougail.var2", + "type": "variable" }, "description": "A second variable" }, { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var3" + "path": "rougail.var3", + "type": "variable" }, "description": "A third variable" } diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.md b/tests/results/test_namespace/40_8calculation_multi_variable.md index a7886dc2a..fc0f044a0 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_multi_variable.sh b/tests/results/test_namespace/40_8calculation_multi_variable.sh index 0a4351df7..644a1898a 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable.sh +++ b/tests/results/test_namespace/40_8calculation_multi_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.adoc b/tests/results/test_namespace/40_8calculation_multi_variable_parent.adoc index bc9963d36..9c81d65ff 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.adoc +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 dc345d66a..8d150e22d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.html b/tests/results/test_namespace/40_8calculation_multi_variable_parent.html index 4e9f1e100..ad4745b96 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.html +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent.json index 6a1c6cb58..5b754a2d1 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.json +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -56,7 +59,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A variable" } diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.md b/tests/results/test_namespace/40_8calculation_multi_variable_parent.md index ad62a19d9..f1d8a8b7a 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent.sh b/tests/results/test_namespace/40_8calculation_multi_variable_parent.sh index e4f75db18..8ad070ec5 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent.sh +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.adoc b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.adoc index cc6dc83bb..9fabe7d2e 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.adoc +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 6b752fb3b..f2c1b1799 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.html b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.html index 2b329674a..96e1d0027 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.html +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json index fc2d1d296..74a6fdb04 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "fam1": { @@ -70,7 +73,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.fam1.var" + "path": "rougail.fam1.var", + "type": "variable" }, "description": "A variable" } diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md index f903f9241..023c37be3 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.sh b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.sh index 2b02103db..916d1d4dc 100644 --- a/tests/results/test_namespace/40_8calculation_multi_variable_parent2.sh +++ b/tests/results/test_namespace/40_8calculation_multi_variable_parent2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.adoc b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.adoc index c0e8487fc..b8f4703ec 100644 --- a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.adoc +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -25,7 +26,7 @@ This family contains lists of variable blocks. + * value1 * value2 | **rougail.leadership.follower** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | A follower. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A follower. + **Default**: * the value of the variable "rougail.leadership.leader" 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 e75b55462..c246e5a7e 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,6 +1,7 @@diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.html b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.html index 15308b400..e4a38f0ed 100644 --- a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.html +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -11,10 +12,10 @@ > **Path**: rougail.leadership\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| -| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | -| **rougail.leadership.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower.
**Default**:
• the value of the variable "[A leader](#rougail.leadership.leader)" | +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| +| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | +| **rougail.leadership.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower.
**Default**:
• the value of the variable "[A leader](#rougail.leadership.leader)" |Rougail
+This family is a namespace. + Path: rougail standard @@ -14,12 +16,12 @@ This family contains lists of variable blocks.-
diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.json b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.json index 5b19fd161..2b3d73a35 100644 --- a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.json +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leadership.leader" + "path": "rougail.leadership.leader", + "type": "variable" }, "description": "A leader" } @@ -91,6 +95,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md index a56e23217..d3c15e31f 100644 --- a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -13,8 +14,8 @@ > **Path**: rougail.leadership\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| -| **rougail.leadership.leader**+ Variable Description - Variable Description rougail.leadership.leader
string multiple standard mandatory uniqueA leader.
Default:
- value1
+- rougail.leadership.leader
string multiple standard mandatory uniqueA leader.
Default:
- value1
- value2
+ rougail.leadership.follower
string multiple standard mandatoryA follower.
Default:
- the value of the variable "rougail.leadership.leader"
rougail.leadership.follower
string multiple standard mandatory uniqueA follower.
Default:
- the value of the variable "rougail.leadership.leader"
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | -| **rougail.leadership.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower.
**Default**:
• the value of the variable "[A leader](#rougail.leadership.leader)" | +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------| +| **rougail.leadership.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | +| **rougail.leadership.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower.
**Default**:
• the value of the variable "[A leader](#rougail.leadership.leader)" | diff --git a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh index ba30c005b..d2f2cb636 100644 --- a/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh +++ b/tests/results/test_namespace/40_9calculation_variable_leader_follower_multi_inside.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -23,7 +24,7 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leadership.follower[0m │ A follower. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ -│ [1;7mmandatory [0m │ • the value of the variable │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • the value of the variable │ │ │ "rougail.leadership.leader" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.adoc index 78f556498..24a149d7f 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 d0546c811..abb1ce163 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.html b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.html index f00aa1d4a..d62be53f2 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json index 08ec84959..3ff7d9c7e 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md index e4ab55c14..d130cf3e7 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.sh index cbcb01738..04856a2b2 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-first.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.adoc index 78f556498..24a149d7f 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 d0546c811..abb1ce163 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.html b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.html index f00aa1d4a..d62be53f2 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json index 08ec84959..3ff7d9c7e 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md index e4ab55c14..d130cf3e7 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.sh index cbcb01738..04856a2b2 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-last.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.adoc index 1c9071d87..85e6ac55b 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 3f66a6b42..af85f5384 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.html b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.html index e15dbe0e4..12517a780 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.json index 86031ed16..194538446 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { @@ -90,7 +93,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leader.follower" + "path": "rougail.leader.follower", + "type": "variable" }, "description": "Follower" } diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md index 391a35e07..994884cd1 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh index 6223d410e..a44350733 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower-no-mandatory.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.adoc index 92f4f0b3b..1cfc74b6c 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 c5915b36b..94fb7e23d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.html b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.html index d47cc3c7b..32ed7d0c1 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json index 0a097fa0a..872fd8323 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { @@ -132,7 +135,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leader.follower1" + "path": "rougail.leader.follower1", + "type": "variable" }, "description": "A follower" } diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md index 24d5e7699..5034a4243 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.sh index 499005e0b..56cbc14d3 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-follower.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-follower.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.adoc index 87cd44ef4..171a68328 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 8017b468b..1585318e4 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.html b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.html index e11610124..65f44e7d1 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json index 32c8759d0..30acf8d19 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md index 9196a82ad..c5f430fe6 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.sh index 418f2d547..28b82ba83 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-first.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.adoc index 87cd44ef4..171a68328 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 8017b468b..1585318e4 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.html b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.html index e11610124..65f44e7d1 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json index 7e502b8fa..0f5e7f3e6 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md index 9196a82ad..c5f430fe6 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.sh index 418f2d547..28b82ba83 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader-last.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.adoc b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.adoc index 1543d998e..db8408d48 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 015ee112d..b6e227090 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.html b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.html index 4c4a3cdd0..5eaf8ea84 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.html +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json index d3759fa56..c49c2c2d5 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { @@ -132,7 +135,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leader.leader" + "path": "rougail.leader.leader", + "type": "variable" }, "description": "A leader" } diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md index 07d452f48..380c37871 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.sh b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.sh index 30469668c..bc4241916 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-outside-leader.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-outside-leader.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable.adoc b/tests/results/test_namespace/40_9leadership-calculation-variable.adoc index e01802039..642f5148c 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 9926bd725..7040a9ee0 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.gitlab.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable.html b/tests/results/test_namespace/40_9leadership-calculation-variable.html index c9dd4c03b..b668c77ea 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.html +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable.json b/tests/results/test_namespace/40_9leadership-calculation-variable.json index 058d56440..dcd54db13 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.json +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "calculate": { @@ -72,7 +75,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.calculate" + "path": "rougail.calculate", + "type": "variable" }, "description": "A calculated variable" } diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable.md b/tests/results/test_namespace/40_9leadership-calculation-variable.md index 53296f765..5d475407f 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable.sh b/tests/results/test_namespace/40_9leadership-calculation-variable.sh index 7f8f1e244..5f614135b 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.adoc b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.adoc index b3e496ff7..a96634aa3 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 a58bc9a04..ffd51e05d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.html b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.html index 7f7e63b4e..dc6db6d77 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.html +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.json index c8b811de2..ecde50e5b 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.json +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership_1": { @@ -114,7 +117,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leadership_1.follower" + "path": "rougail.leadership_1.follower", + "type": "variable" }, "description": "A follower" } diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md index 0687fb180..fe9fb63fc 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.sh b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.sh index fd0c30c67..b6f335246 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.adoc b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.adoc index 9235d65a2..39772aa70 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.adoc +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -47,7 +48,7 @@ This family contains lists of variable blocks. + * value1 * value2 | **rougail.leadership_2.follower** + -`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` | A follower. + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A follower. + **Default**: the value of the variable "rougail.leadership_1.leader" |==== 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 c1b7c0203..4678bba4f 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,6 +1,7 @@diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.html b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.html index be8ebd960..ef58a8016 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.html +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -25,10 +26,10 @@ > **Path**: rougail.leadership_2\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| -| **rougail.leadership_2.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | -| **rougail.leadership_2.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower.
**Default**: the value of the variable "[A leader](#rougail.leadership_1.leader)" | +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| +| **rougail.leadership_2.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | +| **rougail.leadership_2.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower.
**Default**: the value of the variable "[A leader](#rougail.leadership_1.leader)" |Rougail
+This family is a namespace. + Path: rougail basic @@ -33,12 +35,12 @@ This family contains lists of variable blocks.-
diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.json b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.json index a4aeb0e0d..0854a1a16 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.json +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership_1": { @@ -153,7 +156,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leadership_1.leader" + "path": "rougail.leadership_1.leader", + "type": "variable" }, "description": "A leader" } @@ -170,6 +174,12 @@ "name": "mandatory", "ori_name": "mandatory", "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false } ], "mode": "standard", diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md index d9748a3e8..22a182647 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -26,8 +27,8 @@ > **Path**: rougail.leadership_2\ > `standard` -| Variable | Description | -|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| -| **rougail.leadership_2.leader**+ Variable Description - Variable Description rougail.leadership_2.leader
string multiple standard mandatory uniqueA leader.
Default:
- value1
+- rougail.leadership_2.leader
string multiple standard mandatory uniqueA leader.
Default:
- value1
- value2
+ rougail.leadership_2.follower
string multiple standard mandatoryA follower.
Default: the value of the variable "rougail.leadership_1.leader"rougail.leadership_2.follower
string multiple standard mandatory uniqueA follower.
Default: the value of the variable "rougail.leadership_1.leader"
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | -| **rougail.leadership_2.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` | A follower.
**Default**: the value of the variable "[A leader](#rougail.leadership_1.leader)" | +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------| +| **rougail.leadership_2.leader**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A leader.
**Default**:
• value1
• value2 | +| **rougail.leadership_2.follower**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A follower.
**Default**: the value of the variable "[A leader](#rougail.leadership_1.leader)" | diff --git a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh index 55643538d..5da1fb2c9 100644 --- a/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh +++ b/tests/results/test_namespace/40_9leadership-calculation-variable_leader_follower_not_same.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -43,7 +44,7 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.leadership_2.follower[0m │ A follower. │ │ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: the value of the variable │ -│ [1;7mmandatory [0m │ "rougail.leadership_1.leader" │ +│ [1;7mmandatory [0m [1;7m unique [0m │ "rougail.leadership_1.leader" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/41_0choice_leader.adoc b/tests/results/test_namespace/41_0choice_leader.adoc index 2899e30d0..f32e3abe3 100644 --- a/tests/results/test_namespace/41_0choice_leader.adoc +++ b/tests/results/test_namespace/41_0choice_leader.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/41_0choice_leader.gitlab.md b/tests/results/test_namespace/41_0choice_leader.gitlab.md index 100f3fe79..8d6302066 100644 --- a/tests/results/test_namespace/41_0choice_leader.gitlab.md +++ b/tests/results/test_namespace/41_0choice_leader.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/41_0choice_leader.html b/tests/results/test_namespace/41_0choice_leader.html index f9f4a0d3e..ab05d4e44 100644 --- a/tests/results/test_namespace/41_0choice_leader.html +++ b/tests/results/test_namespace/41_0choice_leader.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/41_0choice_leader.json b/tests/results/test_namespace/41_0choice_leader.json index 4f692ce8a..374bd36ce 100644 --- a/tests/results/test_namespace/41_0choice_leader.json +++ b/tests/results/test_namespace/41_0choice_leader.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/41_0choice_leader.md b/tests/results/test_namespace/41_0choice_leader.md index 8e1e8a7a4..296d7733e 100644 --- a/tests/results/test_namespace/41_0choice_leader.md +++ b/tests/results/test_namespace/41_0choice_leader.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/41_0choice_leader.sh b/tests/results/test_namespace/41_0choice_leader.sh index 290b020a4..f8b458d78 100644 --- a/tests/results/test_namespace/41_0choice_leader.sh +++ b/tests/results/test_namespace/41_0choice_leader.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.adoc b/tests/results/test_namespace/44_4disabled_calcultion_follower.adoc index 03a2819b3..eba194f78 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.adoc +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 1ff19eaf0..ce9558e13 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.gitlab.md +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.html b/tests/results/test_namespace/44_4disabled_calcultion_follower.html index d22cf4d64..69f711646 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.html +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.json b/tests/results/test_namespace/44_4disabled_calcultion_follower.json index 09805455c..50f6c8ad8 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.json +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.md b/tests/results/test_namespace/44_4disabled_calcultion_follower.md index 741692a73..609bfa2f4 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.md +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower.sh b/tests/results/test_namespace/44_4disabled_calcultion_follower.sh index 031145ba6..abcf58186 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower.sh +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.adoc b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.adoc index 3e6b10a40..324c978f0 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.adoc +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 ed3ea98bb..183f22d0f 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.html b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.html index a8aece7ee..09fb021bc 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.html +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.json b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.json index 8da5bde55..b46b9be49 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.json +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leadership": { diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md index 11490907f..1da957f92 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.sh b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.sh index 85c825120..347bc88c4 100644 --- a/tests/results/test_namespace/44_4disabled_calcultion_follower_index.sh +++ b/tests/results/test_namespace/44_4disabled_calcultion_follower_index.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/44_4leadership_mandatory.adoc b/tests/results/test_namespace/44_4leadership_mandatory.adoc index 37ece2fbd..179bab163 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.adoc +++ b/tests/results/test_namespace/44_4leadership_mandatory.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md b/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md index 43913488f..a84d88ccf 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md +++ b/tests/results/test_namespace/44_4leadership_mandatory.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_4leadership_mandatory.html b/tests/results/test_namespace/44_4leadership_mandatory.html index d1b9bc544..c0f053044 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.html +++ b/tests/results/test_namespace/44_4leadership_mandatory.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/44_4leadership_mandatory.json b/tests/results/test_namespace/44_4leadership_mandatory.json index b2c28fd85..1afa1d588 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.json +++ b/tests/results/test_namespace/44_4leadership_mandatory.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/44_4leadership_mandatory.md b/tests/results/test_namespace/44_4leadership_mandatory.md index ee34129fc..fae251258 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.md +++ b/tests/results/test_namespace/44_4leadership_mandatory.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_4leadership_mandatory.sh b/tests/results/test_namespace/44_4leadership_mandatory.sh index fdfc3445d..25b4c344d 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory.sh +++ b/tests/results/test_namespace/44_4leadership_mandatory.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.adoc b/tests/results/test_namespace/44_4leadership_mandatory_follower.adoc index 3a3f9df3f..d4fc8921c 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.adoc +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 4426b3fae..f0ae4e863 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.gitlab.md +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.html b/tests/results/test_namespace/44_4leadership_mandatory_follower.html index 149a5785a..962d71440 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.html +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.json b/tests/results/test_namespace/44_4leadership_mandatory_follower.json index 3d9c1a69a..0c0970c2f 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.json +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.md b/tests/results/test_namespace/44_4leadership_mandatory_follower.md index ad9b6c122..54d6c7985 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.md +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_4leadership_mandatory_follower.sh b/tests/results/test_namespace/44_4leadership_mandatory_follower.sh index a8271c35b..0417a4d7c 100644 --- a/tests/results/test_namespace/44_4leadership_mandatory_follower.sh +++ b/tests/results/test_namespace/44_4leadership_mandatory_follower.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.adoc b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.adoc index b12bf3456..9cf3eb414 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.adoc +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2d6f629f7..db2a8d561 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.html b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.html index d1d3f8ce2..c5a74ab3a 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.html +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json index 42119466e..0219ec174 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md index ddb3c1b0b..1bd903d74 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.sh b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.sh index b1e02ae25..d81fe1ee5 100644 --- a/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.sh +++ b/tests/results/test_namespace/44_5leadership_leader_hidden_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.adoc b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.adoc index 41ab7849c..7e9ecfbf1 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.adoc +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 c758f46ca..bda2c2391 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.html b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.html index 9216e6c02..6e4d2a13e 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.html +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json index f0dc3473a..6efe8c79e 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "condition": { diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md index f6225f9da..34fdb498f 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.sh b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.sh index c4b6bddbc..7323d0054 100644 --- a/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.sh +++ b/tests/results/test_namespace/44_6leadership_follower_disabled_calculation.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.adoc b/tests/results/test_namespace/44_9calculated_default_leadership_leader.adoc index 6536e2f65..fdba5c389 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.adoc +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 98e15d6fa..06d8c2168 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.html b/tests/results/test_namespace/44_9calculated_default_leadership_leader.html index d43420ab4..431bbd651 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.html +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.json b/tests/results/test_namespace/44_9calculated_default_leadership_leader.json index 703ebae53..f0834e9fc 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.json +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "leader": { @@ -72,7 +75,8 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.leader.leader" + "path": "rougail.leader.leader", + "type": "variable" }, "description": "A leader" } diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.md b/tests/results/test_namespace/44_9calculated_default_leadership_leader.md index d98bd48c3..fa96c653b 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.md +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/44_9calculated_default_leadership_leader.sh b/tests/results/test_namespace/44_9calculated_default_leadership_leader.sh index 90831decf..07f68a3eb 100644 --- a/tests/results/test_namespace/44_9calculated_default_leadership_leader.sh +++ b/tests/results/test_namespace/44_9calculated_default_leadership_leader.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic.adoc b/tests/results/test_namespace/60_0family_dynamic.adoc index 521b2e0fd..6579a10dc 100644 --- a/tests/results/test_namespace/60_0family_dynamic.adoc +++ b/tests/results/test_namespace/60_0family_dynamic.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/60_0family_dynamic.gitlab.md b/tests/results/test_namespace/60_0family_dynamic.gitlab.md index 0ae981ff8..c7d77281b 100644 --- a/tests/results/test_namespace/60_0family_dynamic.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic.html b/tests/results/test_namespace/60_0family_dynamic.html index 84f2b51bd..4308facf6 100644 --- a/tests/results/test_namespace/60_0family_dynamic.html +++ b/tests/results/test_namespace/60_0family_dynamic.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic.json b/tests/results/test_namespace/60_0family_dynamic.json index 7026333b4..9e145e924 100644 --- a/tests/results/test_namespace/60_0family_dynamic.json +++ b/tests/results/test_namespace/60_0family_dynamic.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic.md b/tests/results/test_namespace/60_0family_dynamic.md index 81a4d22ff..3e0a55b19 100644 --- a/tests/results/test_namespace/60_0family_dynamic.md +++ b/tests/results/test_namespace/60_0family_dynamic.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic.sh b/tests/results/test_namespace/60_0family_dynamic.sh index 7ee18735c..ab28abfa2 100644 --- a/tests/results/test_namespace/60_0family_dynamic.sh +++ b/tests/results/test_namespace/60_0family_dynamic.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.adoc b/tests/results/test_namespace/60_0family_dynamic_1_0.adoc index 0e26f0fce..b054b38e5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 387be076e..9836f3d54 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.html b/tests/results/test_namespace/60_0family_dynamic_1_0.html index 25046a6e2..04bf7212a 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.html +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.json b/tests/results/test_namespace/60_0family_dynamic_1_0.json index ca0821f8b..d88ecc091 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.md b/tests/results/test_namespace/60_0family_dynamic_1_0.md index 689000cb8..778775032 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0.sh b/tests/results/test_namespace/60_0family_dynamic_1_0.sh index 45e175261..1b185fe6c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0.sh +++ b/tests/results/test_namespace/60_0family_dynamic_1_0.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.adoc index ffb48fb78..acbd66015 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 e328b5097..438f7ef88 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.html b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.html index a4750bcd5..d8380e9cb 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json index b8bd1d915..c3fa68d86 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md index 896492b73..1fe1be457 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.sh b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.sh index d9c6d0750..ca717c1c5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.adoc b/tests/results/test_namespace/60_0family_dynamic_1_0_type.adoc index 7b3328bfe..7d19a941a 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 2a6f82538..060234799 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.html b/tests/results/test_namespace/60_0family_dynamic_1_0_type.html index 920e02a8f..b35a09bdd 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.html +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type.json index 6d07be1fb..a8ed96a8e 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.md b/tests/results/test_namespace/60_0family_dynamic_1_0_type.md index 79eead54e..4b0a7cb97 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type.sh b/tests/results/test_namespace/60_0family_dynamic_1_0_type.sh index 15a7c730a..b46e4aee3 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type.sh +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.adoc index 76812c8e1..0fa23451c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 4ddc21bff..e26dee869 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.html b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.html index 0594dedb3..85c3215b3 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json index 5d9c9b145..9235d910b 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md index 49f4c307d..b54c2c968 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.sh b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.sh index 36c0740df..f5d59253b 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_1_0_type_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.adoc b/tests/results/test_namespace/60_0family_dynamic_1_1.adoc index 63aa95062..8eb4071b6 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 76bca80cf..59c82e87a 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.html b/tests/results/test_namespace/60_0family_dynamic_1_1.html index a48e12598..5d7bf733d 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.html +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.json b/tests/results/test_namespace/60_0family_dynamic_1_1.json index 786e330e6..dd7002017 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.md b/tests/results/test_namespace/60_0family_dynamic_1_1.md index b8573daaa..d76600a0c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1.sh b/tests/results/test_namespace/60_0family_dynamic_1_1.sh index d41684ea4..ffb7e37d2 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1.sh +++ b/tests/results/test_namespace/60_0family_dynamic_1_1.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.adoc index a52c03d69..18933476e 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 532905b53..ad26edb55 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.html b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.html index 3b1dc9688..2c6560afe 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json index 164e9bcfa..6a5890f6f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md index 2803a6ec1..cd37440db 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.sh b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.sh index 6c42e5982..9452162ae 100644 --- a/tests/results/test_namespace/60_0family_dynamic_1_1_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_1_1_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_empty.adoc index d11ccb14c..e25634903 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 022a76db5..353ec07d8 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_empty.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.html b/tests/results/test_namespace/60_0family_dynamic_empty.html index 62e53e574..9f7e43ff3 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.json b/tests/results/test_namespace/60_0family_dynamic_empty.json index 3f89797be..9a13312c4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -55,7 +58,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.md b/tests/results/test_namespace/60_0family_dynamic_empty.md index fc9e560b1..c9172b4bb 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_empty.sh b/tests/results/test_namespace/60_0family_dynamic_empty.sh index f285b8903..e241cba69 100644 --- a/tests/results/test_namespace/60_0family_dynamic_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.adoc b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.adoc index eca79166f..1e22236dd 100644 --- a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 4a6a6636e..12ce74d31 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.html b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.html index 0f5838e02..a519663a1 100644 --- a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.html +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json index f3419891a..6241c288b 100644 --- a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md index 0a7befb41..da34007b9 100644 --- a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.sh b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.sh index 35d85addd..c0670c252 100644 --- a/tests/results/test_namespace/60_0family_dynamic_forbidden_char.sh +++ b/tests/results/test_namespace/60_0family_dynamic_forbidden_char.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc index 2fc62a253..9a28dd7c7 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 b3bffe0ad..69e1a522e 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.html b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.html index 403d909a6..9e2fbe0cd 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json index 681cbdae4..abdd39f83 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md index dbfc36ee7..f53b2ddbe 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh index 3def78ec5..2b99ba762 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_integer_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc b/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc index 0d1cbe2a4..6faea2f41 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 3c20634c8..02771a286 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.html b/tests/results/test_namespace/60_0family_dynamic_jinja_number.html index 172497303..3bd2603e0 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.html +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.json b/tests/results/test_namespace/60_0family_dynamic_jinja_number.json index 4f4d7b332..5f64d17e8 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.json +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.md b/tests/results/test_namespace/60_0family_dynamic_jinja_number.md index e96266390..9b74376ea 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.md +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh b/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh index d2755efbc..9c5469d8b 100644 --- a/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh +++ b/tests/results/test_namespace/60_0family_dynamic_jinja_number.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.adoc b/tests/results/test_namespace/60_0family_dynamic_no_description.adoc index eeec9085a..531db69e6 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 cd4b25521..e1c705b52 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.html b/tests/results/test_namespace/60_0family_dynamic_no_description.html index 431270c79..0b760879c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.html +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.json b/tests/results/test_namespace/60_0family_dynamic_no_description.json index d17e1a128..724ebe330 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.json +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.md b/tests/results/test_namespace/60_0family_dynamic_no_description.md index 6e5d84671..5a94f1995 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.md +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description.sh b/tests/results/test_namespace/60_0family_dynamic_no_description.sh index cf690004e..1cc6f0d53 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description.sh +++ b/tests/results/test_namespace/60_0family_dynamic_no_description.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.adoc index e5d407fe2..6d23330e6 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 31a584a12..6cd11d25d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.html b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.html index fe31926ed..0138c6140 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json index 8f9c3f193..bad6dbd29 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md index 302ce3225..e4beb5167 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.sh b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.sh index 94a14add0..2b7dc77c7 100644 --- a/tests/results/test_namespace/60_0family_dynamic_no_description_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_no_description_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.adoc b/tests/results/test_namespace/60_0family_dynamic_source_hidden.adoc index 25c122222..f959e3ce5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_source_hidden.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 c3fb5ec9c..a74614560 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.html b/tests/results/test_namespace/60_0family_dynamic_source_hidden.html index 38711234e..5c6c20a4f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_source_hidden.html +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.json b/tests/results/test_namespace/60_0family_dynamic_source_hidden.json index 01dee98aa..616436b7d 100644 --- a/tests/results/test_namespace/60_0family_dynamic_source_hidden.json +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.md b/tests/results/test_namespace/60_0family_dynamic_source_hidden.md index 3a365e7d3..6fbdae48c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_source_hidden.md +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_source_hidden.sh b/tests/results/test_namespace/60_0family_dynamic_source_hidden.sh index 3e86426d9..8765196b0 100644 --- a/tests/results/test_namespace/60_0family_dynamic_source_hidden.sh +++ b/tests/results/test_namespace/60_0family_dynamic_source_hidden.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_static.adoc b/tests/results/test_namespace/60_0family_dynamic_static.adoc index 38c072347..7dd010d6a 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_static.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 1e73b5b52..b5425d055 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_static.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_static.html b/tests/results/test_namespace/60_0family_dynamic_static.html index 004496bc5..7a64a5f3d 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.html +++ b/tests/results/test_namespace/60_0family_dynamic_static.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_static.json b/tests/results/test_namespace/60_0family_dynamic_static.json index 779efa82a..a8c55cb42 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.json +++ b/tests/results/test_namespace/60_0family_dynamic_static.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_0family_dynamic_static.md b/tests/results/test_namespace/60_0family_dynamic_static.md index 9f93e21b5..7f23ee4b2 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.md +++ b/tests/results/test_namespace/60_0family_dynamic_static.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_static.sh b/tests/results/test_namespace/60_0family_dynamic_static.sh index 378b6bbc2..474b860ad 100644 --- a/tests/results/test_namespace/60_0family_dynamic_static.sh +++ b/tests/results/test_namespace/60_0family_dynamic_static.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_test.adoc b/tests/results/test_namespace/60_0family_dynamic_test.adoc index 4d4412c26..f0a638879 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_test.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 ea8e10b44..7707ee2cb 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.gitlab.md +++ b/tests/results/test_namespace/60_0family_dynamic_test.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_test.html b/tests/results/test_namespace/60_0family_dynamic_test.html index cd80582e8..7aab74d41 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.html +++ b/tests/results/test_namespace/60_0family_dynamic_test.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_test.json b/tests/results/test_namespace/60_0family_dynamic_test.json index 1dd85a644..1bcffce7d 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.json +++ b/tests/results/test_namespace/60_0family_dynamic_test.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_test.md b/tests/results/test_namespace/60_0family_dynamic_test.md index b335473e1..8e84a8270 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.md +++ b/tests/results/test_namespace/60_0family_dynamic_test.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_test.sh b/tests/results/test_namespace/60_0family_dynamic_test.sh index 7c334ba92..ccdf8380f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_test.sh +++ b/tests/results/test_namespace/60_0family_dynamic_test.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.adoc b/tests/results/test_namespace/60_0family_dynamic_upper_char.adoc index d2924e5a3..cb00d8507 100644 --- a/tests/results/test_namespace/60_0family_dynamic_upper_char.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 b38cb88b0..b4929dbaf 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.html b/tests/results/test_namespace/60_0family_dynamic_upper_char.html index aae0ad6a2..7309472a5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_upper_char.html +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.json b/tests/results/test_namespace/60_0family_dynamic_upper_char.json index f5d8b2dc0..86ed161a0 100644 --- a/tests/results/test_namespace/60_0family_dynamic_upper_char.json +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.md b/tests/results/test_namespace/60_0family_dynamic_upper_char.md index 7f789b2da..2e888fbbb 100644 --- a/tests/results/test_namespace/60_0family_dynamic_upper_char.md +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_upper_char.sh b/tests/results/test_namespace/60_0family_dynamic_upper_char.sh index 7812a76d0..811c96989 100644 --- a/tests/results/test_namespace/60_0family_dynamic_upper_char.sh +++ b/tests/results/test_namespace/60_0family_dynamic_upper_char.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_variable_empty.adoc index 657c3137c..7019ca89a 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 f938c4133..d2806fafe 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.html b/tests/results/test_namespace/60_0family_dynamic_variable_empty.html index 1fa29bf12..3bae85c08 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.json b/tests/results/test_namespace/60_0family_dynamic_variable_empty.json index 321d5ac73..fd15f9a68 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -61,7 +64,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.md b/tests/results/test_namespace/60_0family_dynamic_variable_empty.md index 5e1d3b56c..92507bb86 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_empty.sh b/tests/results/test_namespace/60_0family_dynamic_variable_empty.sh index c883fa126..939c7585f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_variable_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.adoc b/tests/results/test_namespace/60_0family_dynamic_variable_optional.adoc index 282dcbb7f..020d542c9 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_optional.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 f885db276..1453a765d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.html b/tests/results/test_namespace/60_0family_dynamic_variable_optional.html index 701464be3..83ed09f25 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_optional.html +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.json b/tests/results/test_namespace/60_0family_dynamic_variable_optional.json index eb01c304d..cda1b3661 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_optional.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.md b/tests/results/test_namespace/60_0family_dynamic_variable_optional.md index 5c8ad83ea..874bbaed4 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_optional.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_optional.sh b/tests/results/test_namespace/60_0family_dynamic_variable_optional.sh index 74dc8ac80..16ab62bc7 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_optional.sh +++ b/tests/results/test_namespace/60_0family_dynamic_variable_optional.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.adoc b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.adoc index 16542e055..056b8ed4d 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 49c59815c..2a064b289 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.html b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.html index 05850cc21..7a634619f 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.html +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json index 1868ce685..2dad33543 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md index c2e4c88b7..ebb3df2f5 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.sh b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.sh index 91e2e4058..ae3bde808 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix.sh +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.adoc b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.adoc index ff08bb843..614f053ec 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.adoc +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 666645227..437049a03 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.html b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.html index e531c6c2b..367921f3c 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.html +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json index 79d76521b..7b53af715 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md index a3cb1f55e..96cdd2df9 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.sh b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.sh index a93afae79..5a74c3882 100644 --- a/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.sh +++ b/tests/results/test_namespace/60_0family_dynamic_variable_suffix_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_0family_mode.adoc b/tests/results/test_namespace/60_0family_mode.adoc index f103c06f8..124d02142 100644 --- a/tests/results/test_namespace/60_0family_mode.adoc +++ b/tests/results/test_namespace/60_0family_mode.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== diff --git a/tests/results/test_namespace/60_0family_mode.gitlab.md b/tests/results/test_namespace/60_0family_mode.gitlab.md index ef07101db..87ba2467d 100644 --- a/tests/results/test_namespace/60_0family_mode.gitlab.md +++ b/tests/results/test_namespace/60_0family_mode.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_mode.html b/tests/results/test_namespace/60_0family_mode.html index ba4f0be70..331fc4d69 100644 --- a/tests/results/test_namespace/60_0family_mode.html +++ b/tests/results/test_namespace/60_0family_mode.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_0family_mode.json b/tests/results/test_namespace/60_0family_mode.json index 63dc9781e..37d440ae4 100644 --- a/tests/results/test_namespace/60_0family_mode.json +++ b/tests/results/test_namespace/60_0family_mode.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "family": { diff --git a/tests/results/test_namespace/60_0family_mode.md b/tests/results/test_namespace/60_0family_mode.md index 29dd895d8..1ccf06526 100644 --- a/tests/results/test_namespace/60_0family_mode.md +++ b/tests/results/test_namespace/60_0family_mode.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_0family_mode.sh b/tests/results/test_namespace/60_0family_mode.sh index 961dd1b23..e9edf9e27 100644 --- a/tests/results/test_namespace/60_0family_mode.sh +++ b/tests/results/test_namespace/60_0family_mode.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.adoc b/tests/results/test_namespace/60_1family_dynamic_jinja.adoc index 617cecb59..f84a74463 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.adoc +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 ff59ec1a5..4b8decd53 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.gitlab.md +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.html b/tests/results/test_namespace/60_1family_dynamic_jinja.html index 5647df7c2..cef08e8b2 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.html +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.json b/tests/results/test_namespace/60_1family_dynamic_jinja.json index c94ee97ee..728f50068 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.json +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.md b/tests/results/test_namespace/60_1family_dynamic_jinja.md index 08bfeeac3..1af40a35e 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.md +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_1family_dynamic_jinja.sh b/tests/results/test_namespace/60_1family_dynamic_jinja.sh index ff47c5fc2..2708b700c 100644 --- a/tests/results/test_namespace/60_1family_dynamic_jinja.sh +++ b/tests/results/test_namespace/60_1family_dynamic_jinja.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc index 04c14c85a..000f91536 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 5ca95aa91..616012b9d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.html b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.html index e3e3d3092..83f7d9b04 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.html +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json index 6b2142e93..093c44a98 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md index 21ddb547d..20fae3fdf 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh index ea210c58b..c10712adb 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc index 629adb775..c0f818b45 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 46a2f8f08..3dc18fed8 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.html b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.html index 34af7d10c..1c90d704c 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.html +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json index e0e97230f..252fa198c 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md index f62c06d8a..a9a65b3f4 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh index 781f4d60c..aa48e014a 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.adoc b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.adoc index 3ef7d4198..c63a11bfe 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.adoc +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 b79acc828..aa57266d8 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.html b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.html index 527213124..b0de6ae6b 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.html +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json index ad5d482fa..79e3170d6 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md index 8c57270e8..a97c9cd6b 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh index beb478073..db895575b 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_2_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.adoc b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.adoc index 039185cad..0a828d8f0 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.adoc +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 d8ce9fe48..3b8da3624 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.html b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.html index f060946bf..53d960c6c 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.html +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json index 46c89cf2b..ee9f3b99a 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md index ba17d2db3..815e0cd43 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh index 7c725b9bb..67523917d 100644 --- a/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh +++ b/tests/results/test_namespace/60_2family_dynamic_jinja_fill_sub_group_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.adoc b/tests/results/test_namespace/60_2family_dynamic_outside_calc.adoc index 7f4ce0cd5..0da8886da 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.adoc +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 116cf2e3a..83a7c1ae7 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.html b/tests/results/test_namespace/60_2family_dynamic_outside_calc.html index e13db4c2b..7795430f0 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.html +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc.json index a5cbd5ed1..48ebcda9a 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.json +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffx variable" } diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.md b/tests/results/test_namespace/60_2family_dynamic_outside_calc.md index 06a9d3695..9eda31965 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.md +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc.sh b/tests/results/test_namespace/60_2family_dynamic_outside_calc.sh index 3e4c0b132..04e8bd7e9 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc.sh +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.adoc b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.adoc index 95b1f11d9..cfeb4ad20 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.adoc +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 3cf056b3f..002e7d022 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.html b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.html index d7e64d954..d863479ca 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.html +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json index 82f0a7699..eb162c7a3 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffx variable" } diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md index 551564e08..3a560614a 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.sh b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.sh index 0f146ce16..2869f717d 100644 --- a/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.sh +++ b/tests/results/test_namespace/60_2family_dynamic_outside_calc_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.adoc b/tests/results/test_namespace/60_5family_dynamic_calc2.adoc index b0b0be7d1..cfbd77cb4 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 0f733864a..e085ea226 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.gitlab.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.html b/tests/results/test_namespace/60_5family_dynamic_calc2.html index f7d7896cd..ac5d17d03 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.json b/tests/results/test_namespace/60_5family_dynamic_calc2.json index 4e47b2119..5679d5dd8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -105,7 +108,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.md b/tests/results/test_namespace/60_5family_dynamic_calc2.md index 0061a8c0e..ced7292b3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2.sh b/tests/results/test_namespace/60_5family_dynamic_calc2.sh index 039960fcc..dee5b7c5c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.adoc index 9aaa407cc..4bdca2572 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 f84c8dc86..e87596947 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.html b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.html index 85855506f..c6877695e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json index 18f3b7f2d..b9c1f6f07 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -99,7 +102,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md index 648a1e6ce..32eb8d515 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.sh b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.sh index c9b79ecb7..354079b37 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc2_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc2_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc index c34f9b1cc..8425e4026 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 4c6b9615a..bdabf7fe0 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.html index 19e44c7e0..b9b462d0b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.html b/tests/results/test_namespace/60_5family_dynamic_calc_description.html index 24667f76a..ce34b0f1b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_description.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.json b/tests/results/test_namespace/60_5family_dynamic_calc_description.json index 88459aee0..9644eb867 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_description.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.md b/tests/results/test_namespace/60_5family_dynamic_calc_description.md index 0a66f580e..644bbab66 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_description.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_description.sh b/tests/results/test_namespace/60_5family_dynamic_calc_description.sh index 25e349960..e388a8d5e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_description.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_description.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.adoc new file mode 100644 index 000000000..785a9fe57 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.adoc @@ -0,0 +1,56 @@ +== Rougail + +==== +**🛈 Informations** + +This family is a namespace. + +**Path**: rougail + +`standard` +==== +[cols="1a,1a"] +|==== +| Variable | Description +| **rougail.var1** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A suffix variable. + +**Default**: + +* val1 +* val2 +| **rougail.var2** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A suffix variable2. + +**Default**: val1 +|==== + +=== dyn__val1__ or dyn__val2__ + +==== +**🛈 Informations** + +This family builds families dynamically. + +**Path**: + +* rougail.dyn__val1__ +* rougail.dyn__val2__ + +`standard` + +**Identifiers**: the value of the variable "rougail.var1" +==== +[cols="1a,1a"] +|==== +| Variable | Description +| **rougail.dyn__val1__.var** + +**rougail.dyn__val2__.var** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A dynamic variable. + +**Default**: the value of the identifier +|==== + +[cols="1a,1a"] +|==== +| Variable | Description +| **rougail.var3** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + +**Default**: + +* the value of the variable "rougail.dyn__val1__.var" +* the value of the variable "rougail.dyn__val2__.var" +|==== + diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.gitlab.md new file mode 100644 index 000000000..4797d44e6 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.gitlab.md @@ -0,0 +1,34 @@ ++ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier.html b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.html new file mode 100644 index 000000000..f96215cd0 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.html @@ -0,0 +1,49 @@ +Rougail
+ +> [!note] 🛈 Informations +> This family is a namespace.\ +> **Path**: rougail\ +> `standard` + +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| +| **rougail.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.
**Default**:
• val1
• val2 | +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.
**Default**: val1 | + ++ +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var3**dyn*val1* or dyn*val2*
+ +> [!note] 🛈 Informations +> This family builds families dynamically.\ +> **Path**: +> - rougail.dyn*val1* +> - rougail.dyn*val2*\ +> `standard`\ +> **Identifiers**: the value of the variable "[A suffix variable](#rougail.var1)" + +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| +| **rougail.dyn*val1*.var**
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable.
**Default**: the value of the identifier | + +
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**:
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)"
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" | + +Rougail
+ +This family is a namespace. + +Path: rougail + +standard + ++ +
+ ++ + + Variable Description + rougail.var1
string multiple standard mandatory uniqueA suffix variable.
Default:
- val1
+- val2
+ + rougail.var2
string standard mandatoryA suffix variable2.
Default: val1dyn<i>val1</i> or dyn<i>val2</i>
+ +This family builds families dynamically. + +Path:+ +standard + +Identifiers: the value of the variable "rougail.var1" + +
- rougail.dynval1
+- rougail.dynval2
+ +
+ ++ + + Variable Description + + rougail.dynval1.var
rougail.dynval2.var
string standard mandatoryA dynamic variable.
Default: the value of the identifier+ +
+ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier.json b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.json new file mode 100644 index 000000000..4d5905896 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.json @@ -0,0 +1,203 @@ +{ + "rougail": { + "type": "namespace", + "informations": { + "path": "rougail", + "names": [ + "rougail" + ], + "description": "Rougail", + "properties": [], + "mode": "standard", + "help": [ + "This family is a namespace" + ] + }, + "children": { + "var1": { + "type": "variable", + "default": { + "name": "Default", + "values": [ + "val1", + "val2" + ] + }, + "variable_type": "string", + "path": "rougail.var1", + "names": [ + "var1" + ], + "description": "A suffix variable.", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false + } + ], + "mode": "standard", + "multiple": true, + "gen_examples": [ + [ + "val1", + "val2" + ] + ], + "mandatory_without_value": false + }, + "var2": { + "type": "variable", + "default": { + "name": "Default", + "values": "val1" + }, + "variable_type": "string", + "path": "rougail.var2", + "names": [ + "var2" + ], + "description": "A suffix variable2.", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + } + ], + "mode": "standard", + "gen_examples": [ + "val1" + ], + "mandatory_without_value": false + }, + "dyn{{ identifier }}": { + "type": "dynamic", + "informations": { + "names": [ + "dynval1", + "dynval2" + ], + "identifiers": [ + [ + "val1" + ], + [ + "val2" + ] + ], + "path": "rougail.dyn{{ identifier }}", + "description": "dyn{{ identifier }}", + "properties": [], + "mode": "standard", + "identifier": [ + { + "message": "the value of the variable \"{0}\"", + "path": { + "path": "rougail.var1", + "type": "variable" + }, + "description": "A suffix variable" + } + ], + "help": [ + "This family builds families dynamically" + ] + }, + "children": { + "var": { + "names": [ + "var", + "var" + ], + "identifiers": [ + [ + "val1" + ], + [ + "val2" + ] + ], + "path": "rougail.dyn{{ identifier }}.var", + "description": "A dynamic variable.", + "type": "variable", + "default": { + "name": "Default", + "values": "the value of the identifier" + }, + "variable_type": "string", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + } + ], + "mode": "standard", + "gen_examples": [ + "val1", + "val2" + ], + "mandatory_without_value": false + } + } + }, + "var3": { + "type": "variable", + "default": { + "name": "Default", + "values": [ + { + "message": "the value of the variable \"{0}\"", + "path": { + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ] + }, + "description": "A dynamic variable" + }, + { + "message": "the value of the variable \"{0}\"", + "path": { + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val2" + ] + }, + "description": "A dynamic variable" + } + ] + }, + "variable_type": "string", + "path": "rougail.var3", + "names": [ + "var3" + ], + "description": "A variable calculated.", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + } + ], + "mode": "standard", + "gen_examples": [ + "val1" + ], + "mandatory_without_value": false + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier.md b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.md new file mode 100644 index 000000000..42a4fcbdf --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.md @@ -0,0 +1,32 @@ +# Rougail + +> [!NOTE] +> +> This family is a namespace.\ +> **Path**: rougail\ +> `standard` + +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| +| **rougail.var1**+ + + Variable Description + + rougail.var3
string standard mandatoryA variable calculated.
Default:
- the value of the variable "rougail.dynval1.var"
+- the value of the variable "rougail.dynval2.var"
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.
**Default**:
• val1
• val2 | +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.
**Default**: val1 | + +## dyn*val1* or dyn*val2* + +> [!NOTE] +> +> This family builds families dynamically.\ +> **Path**: +> - rougail.dyn*val1* +> - rougail.dyn*val2*\ +> `standard`\ +> **Identifiers**: the value of the variable "[A suffix variable](#rougail.var1)" + +| Variable | Description | +|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------| +| **rougail.dyn*val1*.var**
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A dynamic variable.
**Default**: the value of the identifier | + +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**:
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)"
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" | + diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier.sh b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.sh new file mode 100644 index 000000000..85000bc8d --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier.sh @@ -0,0 +1,49 @@ +[1;4;96mRougail[0m + +[34m▌ [0m[1;34m🛈 Informations[0m +[34m▌ [0m +[34m▌ [0mThis family is a namespace. +[34m▌ [0m[1mPath[0m: rougail +[34m▌ [0m[1;7m standard [0m + +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ [1mrougail.var1[0m │ A suffix variable. │ +│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │ +│ │ • val2 │ +├───────────────────────────────────────┼──────────────────────────────────────┤ +│ [1mrougail.var2[0m │ A suffix variable2. │ +│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │ +└───────────────────────────────────────┴──────────────────────────────────────┘ + [1;4;92mdyn[0m[1;3;4;92mval1[0m[1;4;92m or dyn[0m[1;3;4;92mval2[0m + +[34m▌ [0m[1;34m🛈 Informations[0m +[34m▌ [0m +[34m▌ [0mThis family builds families dynamically. +[34m▌ [0m[1mPath[0m: +[34m▌ [0m • rougail.dyn[3mval1[0m +[34m▌ [0m • rougail.dyn[3mval2[0m +[34m▌ [0m[1;7m standard [0m +[34m▌ [0m[1mIdentifiers[0m: the value of the variable [32m"rougail.var1"[0m + +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ [1mrougail.dyn[0m[1;3mval1[0m[1m.var[0m │ A dynamic variable. │ +│ [1mrougail.dyn[0m[1;3mval2[0m[1m.var[0m │ [1mDefault[0m: the value of the identifier │ +│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ │ +└───────────────────────────────────────┴──────────────────────────────────────┘ + +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ [1mrougail.var3[0m │ A variable calculated. │ +│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: │ +│ │ • the value of the variable │ +│ │ "rougail.dyn[3mval1[0m.var" │ +│ │ • the value of the variable │ +│ │ "rougail.dyn[3mval2[0m.var" │ +└───────────────────────────────────────┴──────────────────────────────────────┘ + diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.adoc new file mode 100644 index 000000000..0e3794496 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.adoc @@ -0,0 +1,58 @@ +== Rougail + +==== +**🛈 Informations** + +This family is a namespace. + +**Path**: rougail + +`standard` +==== +[cols="1a,1a"] +|==== +| Variable | Description +| **rougail.var1** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A suffix variable. + +**Default**: + +* val1 +* val2 +| **rougail.var2** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A suffix variable2. + +**Default**: val1 +|==== + +=== dyn__val1__ or dyn__val2__ + +==== +**🛈 Informations** + +This family builds families dynamically. + +**Path**: + +* rougail.dyn__val1__ +* rougail.dyn__val2__ + +`standard` + +**Identifiers**: the value of the variable "rougail.var1" +==== +[cols="1a,1a"] +|==== +| Variable | Description +| **rougail.dyn__val1__.var** + +**rougail.dyn__val2__.var** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A dynamic variable. + +**Default**: + +* the value of the identifier +|==== + +[cols="1a,1a"] +|==== +| Variable | Description +| **rougail.var3** + +`https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `mandatory` `unique` | A variable calculated. + +**Default**: + +* the value of the variable "rougail.dyn__val1__.var" +* the value of the variable "rougail.dyn__val2__.var" +|==== + diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.gitlab.md b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.gitlab.md new file mode 100644 index 000000000..011ae4dab --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.gitlab.md @@ -0,0 +1,34 @@ ++ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.html b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.html new file mode 100644 index 000000000..1c89af804 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.html @@ -0,0 +1,49 @@ +Rougail
+ +> [!note] 🛈 Informations +> This family is a namespace.\ +> **Path**: rougail\ +> `standard` + +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| +| **rougail.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.
**Default**:
• val1
• val2 | +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.
**Default**: val1 | + ++ +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var3**dyn*val1* or dyn*val2*
+ +> [!note] 🛈 Informations +> This family builds families dynamically.\ +> **Path**: +> - rougail.dyn*val1* +> - rougail.dyn*val2*\ +> `standard`\ +> **Identifiers**: the value of the variable "[A suffix variable](#rougail.var1)" + +| Variable | Description | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------| +| **rougail.dyn*val1*.var**
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A dynamic variable.
**Default**:
• the value of the identifier | + +
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A variable calculated.
**Default**:
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)"
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" | + +Rougail
+ +This family is a namespace. + +Path: rougail + +standard + ++ +
+ ++ + + Variable Description + rougail.var1
string multiple standard mandatory uniqueA suffix variable.
Default:
- val1
+- val2
+ + rougail.var2
string standard mandatoryA suffix variable2.
Default: val1dyn<i>val1</i> or dyn<i>val2</i>
+ +This family builds families dynamically. + +Path:+ +standard + +Identifiers: the value of the variable "rougail.var1" + +
- rougail.dynval1
+- rougail.dynval2
+ +
+ ++ + + Variable Description + + rougail.dynval1.var
rougail.dynval2.var
string multiple standard mandatory uniqueA dynamic variable.
Default:
- the value of the identifier
+ +
+ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.json b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.json new file mode 100644 index 000000000..ed7753ed6 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.json @@ -0,0 +1,225 @@ +{ + "rougail": { + "type": "namespace", + "informations": { + "path": "rougail", + "names": [ + "rougail" + ], + "description": "Rougail", + "properties": [], + "mode": "standard", + "help": [ + "This family is a namespace" + ] + }, + "children": { + "var1": { + "type": "variable", + "default": { + "name": "Default", + "values": [ + "val1", + "val2" + ] + }, + "variable_type": "string", + "path": "rougail.var1", + "names": [ + "var1" + ], + "description": "A suffix variable.", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false + } + ], + "mode": "standard", + "multiple": true, + "gen_examples": [ + [ + "val1", + "val2" + ] + ], + "mandatory_without_value": false + }, + "var2": { + "type": "variable", + "default": { + "name": "Default", + "values": "val1" + }, + "variable_type": "string", + "path": "rougail.var2", + "names": [ + "var2" + ], + "description": "A suffix variable2.", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + } + ], + "mode": "standard", + "gen_examples": [ + "val1" + ], + "mandatory_without_value": false + }, + "dyn{{ identifier }}": { + "type": "dynamic", + "informations": { + "names": [ + "dynval1", + "dynval2" + ], + "identifiers": [ + [ + "val1" + ], + [ + "val2" + ] + ], + "path": "rougail.dyn{{ identifier }}", + "description": "dyn{{ identifier }}", + "properties": [], + "mode": "standard", + "identifier": [ + { + "message": "the value of the variable \"{0}\"", + "path": { + "path": "rougail.var1", + "type": "variable" + }, + "description": "A suffix variable" + } + ], + "help": [ + "This family builds families dynamically" + ] + }, + "children": { + "var": { + "names": [ + "var", + "var" + ], + "identifiers": [ + [ + "val1" + ], + [ + "val2" + ] + ], + "path": "rougail.dyn{{ identifier }}.var", + "description": "A dynamic variable.", + "type": "variable", + "default": { + "name": "Default", + "values": [ + "the value of the identifier" + ] + }, + "variable_type": "string", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false + } + ], + "mode": "standard", + "multiple": true, + "gen_examples": [ + [ + "val1" + ], + [ + "val2" + ] + ], + "mandatory_without_value": false + } + } + }, + "var3": { + "type": "variable", + "default": { + "name": "Default", + "values": [ + { + "message": "the value of the variable \"{0}\"", + "path": { + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ] + }, + "description": "A dynamic variable" + }, + { + "message": "the value of the variable \"{0}\"", + "path": { + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val2" + ] + }, + "description": "A dynamic variable" + } + ] + }, + "variable_type": "string", + "path": "rougail.var3", + "names": [ + "var3" + ], + "description": "A variable calculated.", + "properties": [ + { + "type": "property", + "name": "mandatory", + "ori_name": "mandatory", + "access_control": false + }, + { + "type": "property", + "name": "unique", + "ori_name": "unique", + "access_control": false + } + ], + "mode": "standard", + "multiple": true, + "gen_examples": [ + [ + "val1" + ] + ], + "mandatory_without_value": false + } + } + } +} \ No newline at end of file diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.md b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.md new file mode 100644 index 000000000..7f4479512 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.md @@ -0,0 +1,32 @@ +# Rougail + +> [!NOTE] +> +> This family is a namespace.\ +> **Path**: rougail\ +> `standard` + +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------| +| **rougail.var1**+ + + Variable Description + + rougail.var3
string multiple standard mandatory uniqueA variable calculated.
Default:
- the value of the variable "rougail.dynval1.var"
+- the value of the variable "rougail.dynval2.var"
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A suffix variable.
**Default**:
• val1
• val2 | +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A suffix variable2.
**Default**: val1 | + +## dyn*val1* or dyn*val2* + +> [!NOTE] +> +> This family builds families dynamically.\ +> **Path**: +> - rougail.dyn*val1* +> - rougail.dyn*val2*\ +> `standard`\ +> **Identifiers**: the value of the variable "[A suffix variable](#rougail.var1)" + +| Variable | Description | +|------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|------------------------------------------------------------------------------| +| **rougail.dyn*val1*.var**
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A dynamic variable.
**Default**:
• the value of the identifier | + +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `mandatory` `unique` | A variable calculated.
**Default**:
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)"
• the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" | + diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.sh b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.sh new file mode 100644 index 000000000..ee44371f1 --- /dev/null +++ b/tests/results/test_namespace/60_5family_dynamic_calc_identifier_multi.sh @@ -0,0 +1,50 @@ +[1;4;96mRougail[0m + +[34m▌ [0m[1;34m🛈 Informations[0m +[34m▌ [0m +[34m▌ [0mThis family is a namespace. +[34m▌ [0m[1mPath[0m: rougail +[34m▌ [0m[1;7m standard [0m + +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ [1mrougail.var1[0m │ A suffix variable. │ +│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • val1 │ +│ │ • val2 │ +├───────────────────────────────────────┼──────────────────────────────────────┤ +│ [1mrougail.var2[0m │ A suffix variable2. │ +│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: val1 │ +└───────────────────────────────────────┴──────────────────────────────────────┘ + [1;4;92mdyn[0m[1;3;4;92mval1[0m[1;4;92m or dyn[0m[1;3;4;92mval2[0m + +[34m▌ [0m[1;34m🛈 Informations[0m +[34m▌ [0m +[34m▌ [0mThis family builds families dynamically. +[34m▌ [0m[1mPath[0m: +[34m▌ [0m • rougail.dyn[3mval1[0m +[34m▌ [0m • rougail.dyn[3mval2[0m +[34m▌ [0m[1;7m standard [0m +[34m▌ [0m[1mIdentifiers[0m: the value of the variable [32m"rougail.var1"[0m + +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ [1mrougail.dyn[0m[1;3mval1[0m[1m.var[0m │ A dynamic variable. │ +│ [1mrougail.dyn[0m[1;3mval2[0m[1m.var[0m │ [1mDefault[0m: │ +│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ • the value of the identifier │ +│ [1;7mmandatory [0m [1;7m unique [0m │ │ +└───────────────────────────────────────┴──────────────────────────────────────┘ + +┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ +┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ +┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ +│ [1mrougail.var3[0m │ A variable calculated. │ +│ [1;7m string [0m [1;7m multiple [0m [1;7m standard [0m [1;7m [0m │ [1mDefault[0m: │ +│ [1;7mmandatory [0m [1;7m unique [0m │ • the value of the variable │ +│ │ "rougail.dyn[3mval1[0m.var" │ +│ │ • the value of the variable │ +│ │ "rougail.dyn[3mval2[0m.var" │ +└───────────────────────────────────────┴──────────────────────────────────────┘ + diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.adoc index 3ba2968b9..d04753f31 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -43,6 +44,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + -**Default**: the value of the variable "rougail.dynval1.var" +**Default**: the value of the variable "rougail.dyn__val1__.var" |==== 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 6c86d9a03..3431d7b66 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,9 +25,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" |Rougail
+This family is a namespace. + Path: rougail basic @@ -36,10 +38,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json index f8040fdc9..827fc0e6e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -124,7 +128,11 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md index 659e09119..2b88abd5d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,7 +25,7 @@ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| | **rougail.dyn*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var"rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var"
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" | diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.sh index bc51c9106..c588ba7b8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -37,6 +38,6 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable calculated. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dynval1.var" │ +│ │ "rougail.dyn[3mval1[0m.var" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.adoc index a65b3e6e1..5891e765b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 acb8cb997..21cfae2dd 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.html index 02a5148a3..abefc6178 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json index 30fde8024..511da2780 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md index 08cfe0fac..7768638f2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.sh index 75dd824df..11e7a55e2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.adoc index 760905f23..1329692ff 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 abf40c80d..f0d31920e 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.html index e9f559f81..b164531e8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.html index 31b704c33..bc498d247 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json index b165a2787..f413604cc 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md index 9af7ee1ef..ba41bee66 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh index 077d5a153..17922d0bb 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix2_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.adoc index e8d3f4829..88ef8a259 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -25,8 +26,7 @@ This family builds families dynamically. + [cols="1a,1a"] |==== | Variable | Description -| **rougail.dyn__val1__.var** + -**rougail.dyn__val2__.var** + +| **rougail.dyn__val2__.var** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `basic` `mandatory` `__disabled__` | A dynamic variable. + **Disabled**: when the identifier is "val1" |==== 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 739e7169d..6088fa935 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.html index 75c43e7f1..da253aa66 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -16,9 +17,9 @@ > - val1 > - val2 -| Variable | Description | -|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| -| **rougail.dyn*val1*.var**
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A dynamic variable.
**Disabled**: when the identifier is "val1" | +| Variable | Description | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| +| **rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A dynamic variable.
**Disabled**: when the identifier is "val1" |Rougail
+This family is a namespace. + Path: rougail basic @@ -18,10 +20,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json index 62fdcbe66..e2d1bf981 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { @@ -41,13 +44,9 @@ "children": { "var": { "names": [ - "var", "var" ], "identifiers": [ - [ - "val1" - ], [ "val2" ] diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md index d79c1d4f2..e6537cb49 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -18,7 +19,7 @@ > - val1 > - val2 -| Variable | Description | -|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| -| **rougail.dyn*val1*.var**+ Variable Description - Variable Description + rougail.dynval1.var
rougail.dynval2.var
string basic mandatory disabledA dynamic variable.
Disabled: when the identifier is "val1"rougail.dynval2.var
string basic mandatory disabledA dynamic variable.
Disabled: when the identifier is "val1"
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A dynamic variable.
**Disabled**: when the identifier is "val1" | +| Variable | Description | +|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------| +| **rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` *`disabled`* | A dynamic variable.
**Disabled**: when the identifier is "val1" | diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh index d3a22d1d0..767b267be 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -21,10 +22,9 @@ ┏━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┳━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┓ ┃[1m [0m[1mVariable [0m[1m [0m┃[1m [0m[1mDescription [0m[1m [0m┃ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ -│ [1mrougail.dyn[0m[1;3mval1[0m[1m.var[0m │ A dynamic variable. │ -│ [1mrougail.dyn[0m[1;3mval2[0m[1m.var[0m │ [1mDisabled[0m: when the identifier is │ -│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m [1;7m [0m │ "val1" │ -│ [1;3;7mdisabled[0m[1;7m [0m │ │ +│ [1mrougail.dyn[0m[1;3mval2[0m[1m.var[0m │ A dynamic variable. │ +│ [1;7m string [0m [1;7m basic [0m [1;7m mandatory [0m [1;7m [0m │ [1mDisabled[0m: when the identifier is │ +│ [1;3;7mdisabled[0m[1;7m [0m │ "val1" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.adoc index aeb3f0a03..436e43f88 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 0944fd54f..46424ea4f 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.html index f6a72b725..55c3ba5ff 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.html index 102737d58..d6ff45dc3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.json index 550f08f4f..0189e09a0 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -51,7 +54,11 @@ "values": { "message": "depends on an undocumented variable", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md index cf4bb8a25..043081cab 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh index ac9e0a92e..c1d724450 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_disabled2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.adoc index 9f5523e19..7138b2ba0 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -43,6 +44,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + -**Default**: the value of the variable "rougail.dynval1.var" if it is defined +**Default**: the value of the variable "rougail.dyn__val1__.var" if it is defined |==== 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 13f34ff57..eb4b5d14b 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,9 +25,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined |Rougail
+This family is a namespace. + Path: rougail basic @@ -36,10 +38,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json index ddb97665a..f7a049114 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -118,7 +122,11 @@ "values": { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md index 956a41088..25ab09299 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,7 +25,7 @@ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| | **rougail.dyn*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is definedrougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is defined
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined | diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.sh index 97deb4105..6f57aa7a0 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -37,7 +38,7 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable calculated. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dynval1.var" if it is │ +│ │ "rougail.dyn[3mval1[0m.var" if it is │ │ │ defined │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.adoc index 5299314c9..5e3f77210 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -36,6 +37,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + -**Default**: the value of the variable "rougail.dynval1.var" if it is defined +**Default**: the value of the variable "rougail.dyn__val1__.var" if it is defined |==== 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 6dd955ba5..a37c70b2b 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -22,9 +23,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined |Rougail
+This family is a namespace. + Path: rougail basic @@ -34,10 +36,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json index fa24337e6..7ea1444cf 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -59,7 +62,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -105,7 +109,11 @@ "values": { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md index 1cac768a2..7af0c9f0e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -22,7 +23,7 @@ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| | **rougail.dyn*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is definedrougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is defined
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined | diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh index c467110bd..ca7dfc83a 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -33,7 +34,7 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable calculated. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dynval1.var" if it is │ +│ │ "rougail.dyn[3mval1[0m.var" if it is │ │ │ defined │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.adoc index d1855a265..eef185221 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -11,7 +12,7 @@ | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + -**Default**: the value of the variable "rougail.dynval1.var" if it is defined +**Default**: the value of the variable "rougail.dyn__val1__.var" if it is defined | **rougail.var1** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `multiple` `standard` `unique` | A suffix variable. + **Examples**: 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 985a02757..a2aace576 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,13 +1,14 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` -| Variable | Description | -|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | -| **rougail.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.
**Examples**:
• val1
• val2 | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined | +| **rougail.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.
**Examples**:
• val1
• val2 |dyn*val1* or dyn*val2*
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.html index ae60855b0..e9bf70aee 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.html @@ -1,17 +1,19 @@Rougail
+This family is a namespace. + Path: rougail basic-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json index 9a11b7536..1a2f3a487 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var2": { @@ -18,7 +21,11 @@ "values": { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } @@ -99,7 +106,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md index 958e16d2a..98a9f6613 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.md @@ -2,13 +2,14 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` -| Variable | Description | -|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is definedrougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is defined+ rougail.var1
string multiple standard uniqueA suffix variable.
Examples:
- val1
-- val2
val2
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | -| **rougail.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.
**Examples**:
• val1
• val2 | +| Variable | Description | +|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined | +| **rougail.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `multiple` `standard` `unique` | A suffix variable.
**Examples**:
• val1
• val2 | ## dyn*val1* or dyn*val2* diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh index 04c967299..5f91bd790 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_empty_3.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -10,7 +11,7 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable calculated. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dynval1.var" if it is │ +│ │ "rougail.dyn[3mval1[0m.var" if it is │ │ │ defined │ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.var1[0m │ A suffix variable. │ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.adoc index 0a8a584e8..f718250e6 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 37adbe624..b87e41b26 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.html index 967f6d145..5b12da081 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.json index 337032311..b1adf406b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -51,7 +54,11 @@ "values": { "message": "a value (from an undocumented variable)", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md index 76b8d31cc..23918ea70 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh index 348f313c0..af85b7f5e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.adoc index 40fbd1ca8..3eae8765a 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 6ee8abbf3..bbf3eb1f7 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.html index 8d4fdeb4b..67b29476a 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.json index 6cab31859..9d8575e6f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -51,7 +54,11 @@ "values": { "message": "true (from an undocumented variable)", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md index d30b433aa..44e769c26 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh index 062772310..3fd95ac3f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_boolean.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.adoc index ff9a4c9f2..fa9ee3a50 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 208041817..562fdc9ff 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.html index 6ca443ffe..6ca413e07 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.json index ffc4d03cf..1c5feaf42 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md index d28b265ab..f122bc99c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh index c711231cb..d6b797307 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_hidden_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.adoc index 649e17bb0..0988d551d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 aac6d9a4d..bbd549866 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.html index 7117329ec..2f6dc6441 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json index 797ac754e..840be0749 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md index dd74553fd..989492024 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.sh index d4091d7ae..6b009a0c1 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.adoc index a76d85baf..cb47575ec 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 7c4088876..a83183838 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.html b/tests/results/test_namespace/60_5family_dynamic_calc_variable.html index 19e44c7e0..b9b462d0b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.html b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.html index fe3773b55..2c0734a48 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json index 8c55e518b..e7c6d718a 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md index 5ba9e8e61..6163c29b5 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh index 8e7ea2e11..74e9443fd 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_suffix_param_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_variable.adoc index 3ba2968b9..d04753f31 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -43,6 +44,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + -**Default**: the value of the variable "rougail.dynval1.var" +**Default**: the value of the variable "rougail.dyn__val1__.var" |==== 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 6c86d9a03..3431d7b66 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,9 +25,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" |Rougail
+This family is a namespace. + Path: rougail basic @@ -36,10 +38,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable.json index f8040fdc9..827fc0e6e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -124,7 +128,11 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable.md index 659e09119..2b88abd5d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,7 +25,7 @@ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| | **rougail.dyn*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var"rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var"
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|----------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" | diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable.sh b/tests/results/test_namespace/60_5family_dynamic_calc_variable.sh index bc51c9106..c588ba7b8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -37,6 +38,6 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable calculated. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dynval1.var" │ +│ │ "rougail.dyn[3mval1[0m.var" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.adoc index 1b6df24e7..d9f976c17 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 011ca0281..bb0fb404c 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.html b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.html index 763b93a92..534dc9f8f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.json index 1f621acf7..714ee3a83 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md index e20da0b15..cbb26ad60 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.sh b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.sh index b7021c0cd..52f897eec 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.adoc index 02e9e8db0..8619be493 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 076adea8c..9bcaf711c 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.html b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.html index f6a72b725..55c3ba5ff 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.html b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.html index c12cd2ac4..f29dc3153 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.html +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.json index 06148fab7..ff42a2ce5 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md index 040182c10..ca652c85e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh index d65a2b176..3c29f0b8a 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_disabled_outside.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.adoc index 9f5523e19..7138b2ba0 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== @@ -43,6 +44,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable calculated. + -**Default**: the value of the variable "rougail.dynval1.var" if it is defined +**Default**: the value of the variable "rougail.dyn__val1__.var" if it is defined |==== 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 13f34ff57..eb4b5d14b 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,9 +25,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined |Rougail
+This family is a namespace. + Path: rougail basic @@ -36,10 +38,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json index ddb97665a..f7a049114 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -118,7 +122,11 @@ "values": { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.dynval1.var" + "path": "rougail.dyn{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A dynamic variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md index 956a41088..25ab09299 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` @@ -24,7 +25,7 @@ |-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------| | **rougail.dyn*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is definedrougail.var2
string standard mandatoryA variable calculated.
Default: the value of the variable "rougail.dynval1.var" if it is defined
**rougail.dyn*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `basic` `mandatory` | A dynamic variable. | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dynval1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable calculated.
**Default**: the value of the variable "[A dynamic variable](#rougail.dyn:::identifier:::.var)" if it is defined | diff --git a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.sh b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.sh index 97deb4105..6f57aa7a0 100644 --- a/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_calc_variable_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m @@ -37,7 +38,7 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable calculated. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dynval1.var" if it is │ +│ │ "rougail.dyn[3mval1[0m.var" if it is │ │ │ defined │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.adoc b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.adoc index 6126cefdf..f82237494 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 fedc61de7..a188d4e5a 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 @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.html b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.html index e58829b92..a17b81450 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.html +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json index 426b013fb..b72db9adc 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "dyn{{ identifier }}": { diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md index f34cf3276..f1edfa5f6 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.sh b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.sh index 3075349e7..85311053f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.sh +++ b/tests/results/test_namespace/60_5family_dynamic_hidden_suffix.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.adoc index 3090439a2..70a6156c8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -70,7 +71,7 @@ This family builds families dynamically. + **rougail.__val3___dyn.var4** + **rougail.__val4___dyn.var4** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` `__disabled__` | A variable 4. + -**Default**: the value of the variable "rougail.val4_dyn.var1" + +**Default**: the value of the variable "rougail.__val4___dyn.var1" + **Disabled**: depends on a calculation |==== 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 af43f4bb1..ca0a043f1 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.html b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.html index 06296aa94..a9e43f3c8 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -25,7 +26,7 @@ | **rougail.*val1*_dyn.var1**
**rougail.*val2*_dyn.var1**
**rougail.*val3*_dyn.var1**
**rougail.*val4*_dyn.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable 1.
**Default**: the value of the identifier | | **rougail.*val1*_dyn.var2**
**rougail.*val2*_dyn.var2**
**rougail.*val3*_dyn.var2**
**rougail.*val4*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable 2.
**Default**:
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)" | | **rougail.*val1*_dyn.var3**
**rougail.*val2*_dyn.var3**
**rougail.*val3*_dyn.var3**
**rougail.*val4*_dyn.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable 3.
**Default**:
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)" | -| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
**rougail.*val3*_dyn.var4**
**rougail.*val4*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` *`disabled`* | A variable 4.
**Default**: the value of the variable "[A variable 1](#rougail.val4_dyn.var1)"
**Disabled**: depends on a calculation | +| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
**rougail.*val3*_dyn.var4**
**rougail.*val4*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` *`disabled`* | A variable 4.
**Default**: the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
**Disabled**: depends on a calculation |Rougail
+This family is a namespace. + Path: rougail standard @@ -31,19 +33,19 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json index ffa108c4d..39c75a73c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -79,7 +82,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } @@ -338,7 +342,11 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.val4_dyn.var1" + "path": "rougail.{{ identifier }}_dyn.var1", + "identifiers": [ + "val4" + ], + "type": "variable" }, "description": "A variable 1" } diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md index 1601f35ad..f8425dcc1 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -27,5 +28,5 @@ | **rougail.*val1*_dyn.var1**+ Variable Description - Variable Description + rougail.val1_dyn.var1
rougail.val2_dyn.var1
rougail.val3_dyn.var1
rougail.val4_dyn.var1
string standard mandatoryA variable 1.
Default: the value of the identifierrougail.val1_dyn.var1
rougail.val2_dyn.var1
rougail.val3_dyn.var1
rougail.val4_dyn.var1
string standard mandatoryA variable 1.
Default: the value of the identifier+ rougail.val1_dyn.var2
rougail.val2_dyn.var2
rougail.val3_dyn.var2
rougail.val4_dyn.var2
string standard mandatoryA variable 2.
Default:
- the value of the variable "rougail.val1_dyn.var1"
- the value of the variable "rougail.val2_dyn.var1"
- the value of the variable "rougail.val3_dyn.var1"
-- the value of the variable "rougail.val4_dyn.var1"
the value of the variable "rougail.val4_dyn.var1" - rougail.val1_dyn.var3
rougail.val2_dyn.var3
rougail.val3_dyn.var3
rougail.val4_dyn.var3
string standard mandatoryA variable 3.
Default:
- the value of the variable "rougail.val1_dyn.var1"
- the value of the variable "rougail.val2_dyn.var1"
- the value of the variable "rougail.val3_dyn.var1"
-- the value of the variable "rougail.val4_dyn.var1"
+ rougail.val1_dyn.var4
rougail.val2_dyn.var4
rougail.val3_dyn.var4
rougail.val4_dyn.var4
string standard mandatory disabledA variable 4.
Default: the value of the variable "rougail.val4_dyn.var1"
Disabled: depends on a calculationthe value of the variable "rougail.val4_dyn.var1" +rougail.val1_dyn.var4
rougail.val2_dyn.var4
rougail.val3_dyn.var4
rougail.val4_dyn.var4
string standard mandatory disabledA variable 4.
Default: the value of the variable "rougail.val4_dyn.var1"
Disabled: depends on a calculation
**rougail.*val2*_dyn.var1**
**rougail.*val3*_dyn.var1**
**rougail.*val4*_dyn.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable 1.
**Default**: the value of the identifier | | **rougail.*val1*_dyn.var2**
**rougail.*val2*_dyn.var2**
**rougail.*val3*_dyn.var2**
**rougail.*val4*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable 2.
**Default**:
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)" | | **rougail.*val1*_dyn.var3**
**rougail.*val2*_dyn.var3**
**rougail.*val3*_dyn.var3**
**rougail.*val4*_dyn.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable 3.
**Default**:
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)" | -| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
**rougail.*val3*_dyn.var4**
**rougail.*val4*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` *`disabled`* | A variable 4.
**Default**: the value of the variable "[A variable 1](#rougail.val4_dyn.var1)"
**Disabled**: depends on a calculation | +| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
**rougail.*val3*_dyn.var4**
**rougail.*val4*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` *`disabled`* | A variable 4.
**Default**: the value of the variable "[A variable 1](#rougail.:::identifier:::_dyn.var1)"
**Disabled**: depends on a calculation | diff --git a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh index 29b8f2340..81f22dc31 100644 --- a/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_unknown_suffix_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -61,7 +62,7 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var4[0m │ A variable 4. │ │ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var4[0m │ [1mDefault[0m: the value of the variable │ -│ [1mrougail.[0m[1;3mval3[0m[1m_dyn.var4[0m │ "rougail.val4_dyn.var1" │ +│ [1mrougail.[0m[1;3mval3[0m[1m_dyn.var4[0m │ "rougail.[3mval4[0m_dyn.var1" │ │ [1mrougail.[0m[1;3mval4[0m[1m_dyn.var4[0m │ [1mDisabled[0m: depends on a calculation │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m [1;7m [0m │ │ │ [1;3;7mdisabled[0m[1;7m [0m │ │ diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside.adoc index 96da50a4e..066ef5a85 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 2bc682b69..0afc92b28 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside.html index eac716c34..3805f2c2c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside.json index 26858aa23..9a246bc00 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside.md index 511c8b0fd..f9e57573d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside.sh index 2f01ea003..630118fb3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.adoc index 4b0dfe512..591dde7e2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 85e6c5aa3..abf51896d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.html index 4b5a30668..25fbcc08b 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json index 2ef1ee641..b177b6514 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var2": { @@ -130,7 +133,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md index 55f3435ba..fdb16b0cb 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.sh index 0ddc87d42..4595b4814 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.adoc index ea5dada7c..5a8aaea3f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 385878dce..817d734b5 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.html index 100057db4..67eb5164c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json index 19fe502df..99bb0861e 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var2": { @@ -124,7 +127,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md index ddeb46473..b4f35ad46 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.sh index d25bac353..d2e5e2eb5 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside2_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.adoc index 96da50a4e..066ef5a85 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 2bc682b69..0afc92b28 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.html index eac716c34..3805f2c2c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json index 26858aa23..9a246bc00 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md index 511c8b0fd..f9e57573d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.sh index 2f01ea003..630118fb3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_1_0.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.adoc index 52a06d35a..c8d167bcb 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 48a8fbcc3..3206d13bb 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.html index 715fda007..970660bc6 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json index 122ea487c..c518dc652 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md index 74df5817f..e74522f01 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.sh index b1a07b307..282e7051c 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.adoc index 04bf43ba6..d8f00bb68 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 29fc14a1f..a94bf5fc7 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.html index 410e2f7f6..c4f3ee8a4 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json index 45a936af1..7a79f2c8d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md index fbb00ecad..abfa7317f 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.sh index fa80cbb9f..24972da83 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.adoc index ed624e3ef..41a59eaf5 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 36751e113..49cabd49c 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.html index 5b7a7c9c4..07dff5c05 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.html index 7dbd9a358..db3ee9ff7 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json index ad2de2ab2..4aded0e48 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md index ce557046d..f2b1dfafa 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh index 09f358183..d8a4d4f87 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_jinja_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.adoc index eabaca780..3ae6e115d 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 c12a546aa..ce38ab00d 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.html index 62ebcb889..97a9cd136 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.html b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.html index 67acfde29..88adbcbb3 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.html +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json index d369a9abd..e62214d19 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } @@ -112,7 +116,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md index e07ad6114..f7633e4f5 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh index 288626dd9..9db28eba1 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_sub_suffix_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.adoc index 4862dd6e2..e1b6596b6 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -44,6 +45,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | A variable. + -**Default**: the value of the variable "rougail.dyn_val1.var" +**Default**: the value of the variable "rougail.dyn___val1__.var" |==== 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 103431668..e0c755470 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -24,9 +25,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_val1.var)" | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_:::identifier:::.var)" |Rougail
+This family is a namespace. + Path: rougail standard @@ -36,10 +38,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json index 261481d72..eddb991da 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } @@ -128,7 +132,11 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.dyn_val1.var" + "path": "rougail.dyn_{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A variable inside dynamic family" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md index ea95ab9b6..b0ce73e53 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -24,7 +25,7 @@ |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| | **rougail.dyn_*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standard mandatoryA variable.
Default: the value of the variable "rougail.dyn_val1.var"rougail.var2
string standard mandatoryA variable.
Default: the value of the variable "rougail.dyn_val1.var"
**rougail.dyn_*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: the value of the identifier | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_val1.var)" | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_:::identifier:::.var)" | diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.sh index 350a217e8..b609b9573 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -37,6 +38,6 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable. │ │ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dyn_val1.var" │ +│ │ "rougail.dyn_[3mval1[0m.var" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.adoc b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.adoc index 5ac99ea29..9fb3b0dab 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.adoc +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -44,6 +45,6 @@ This family builds families dynamically. + | Variable | Description | **rougail.var2** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` | A variable. + -**Default**: the value of the variable "rougail.dyn_val1.var" if it is defined +**Default**: the value of the variable "rougail.dyn___val1__.var" if it is defined |==== 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 967ef6871..16248e3a9 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,6 +1,7 @@-| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -24,9 +25,9 @@
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_val1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_:::identifier:::.var)" if it is defined |Rougail
+This family is a namespace. + Path: rougail standard @@ -36,10 +38,10 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json index b1fa2fa25..87e96c108 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "Asuffix variable" } @@ -122,7 +126,11 @@ "values": { "message": "the value of the variable \"{0}\" if it is defined", "path": { - "path": "rougail.dyn_val1.var" + "path": "rougail.dyn_{{ identifier }}.var", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "A variable inside dynamic family" } diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md index 053b2cea0..4e0bf50e7 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -24,7 +25,7 @@ |--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|--------------------------------------------------------------------------------| | **rougail.dyn_*val1*.var**+ Variable Description - Variable Description + rougail.var2
string standardA variable.
Default: the value of the variable "rougail.dyn_val1.var" if it is definedrougail.var2
string standardA variable.
Default: the value of the variable "rougail.dyn_val1.var" if it is defined
**rougail.dyn_*val2*.var**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | A variable inside dynamic family.
**Default**: the value of the identifier | -| Variable | Description | -|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------| -| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_val1.var)" if it is defined | +| Variable | Description | +|-----------------------------------------------------------------------------------------------------------------------------------------------------------------|-------------------------------------------------------------------------------------------------------------------------------------------------| +| **rougail.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` | A variable.
**Default**: the value of the variable "[A variable inside dynamic family](#rougail.dyn_:::identifier:::.var)" if it is defined | diff --git a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh index 71a07bdf0..57b741ef2 100644 --- a/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh +++ b/tests/results/test_namespace/60_5family_dynamic_variable_outside_suffix_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -37,7 +38,7 @@ ┡━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━╇━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━┩ │ [1mrougail.var2[0m │ A variable. │ │ [1;7m string [0m [1;7m standard [0m │ [1mDefault[0m: the value of the variable │ -│ │ "rougail.dyn_val1.var" if it is │ +│ │ "rougail.dyn_[3mval1[0m.var" if it is │ │ │ defined │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.adoc b/tests/results/test_namespace/60_6family_dynamic_inside.adoc index 8efb0d262..bbc678d53 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_inside.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -54,6 +55,6 @@ This family builds families dynamically. + | **rougail.__val1___dyn.var4** + **rougail.__val2___dyn.var4** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | Value is first variable of val1. + -**Default**: the value of the variable "rougail.val1_dyn.var1" +**Default**: the value of the variable "rougail.__val1___dyn.var1" |==== 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 716201489..6466af3f7 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_inside.gitlab.md @@ -1,6 +1,7 @@diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.html b/tests/results/test_namespace/60_6family_dynamic_inside.html index 38472957c..2808e1c9d 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.html +++ b/tests/results/test_namespace/60_6family_dynamic_inside.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -23,7 +24,7 @@ | **rougail.*val1*_dyn.var1**
**rougail.*val2*_dyn.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is suffix.
**Default**: the value of the identifier | | **rougail.*val1*_dyn.var2**
**rougail.*val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | | **rougail.*val1*_dyn.var3**
**rougail.*val2*_dyn.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is relative first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | -| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.val1_dyn.var1)" | +| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" |Rougail
+This family is a namespace. + Path: rougail standard @@ -27,15 +29,15 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.json b/tests/results/test_namespace/60_6family_dynamic_inside.json index 38ec13369..c1ff39c88 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.json +++ b/tests/results/test_namespace/60_6family_dynamic_inside.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } @@ -254,7 +258,11 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.val1_dyn.var1" + "path": "rougail.{{ identifier }}_dyn.var1", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "Value is suffix" } diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.md b/tests/results/test_namespace/60_6family_dynamic_inside.md index 4558b72fb..6a171230f 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.md +++ b/tests/results/test_namespace/60_6family_dynamic_inside.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -25,5 +26,5 @@ | **rougail.*val1*_dyn.var1**+ Variable Description - Variable Description + rougail.val1_dyn.var1
rougail.val2_dyn.var1
string standard mandatoryValue is suffix.
Default: the value of the identifierrougail.val1_dyn.var1
rougail.val2_dyn.var1
string standard mandatoryValue is suffix.
Default: the value of the identifier+ rougail.val1_dyn.var2
rougail.val2_dyn.var2
string standard mandatoryValue is first variable.
Default:
- the value of the variable "rougail.val1_dyn.var1"
-- the value of the variable "rougail.val2_dyn.var1"
the value of the variable "rougail.val2_dyn.var1" - rougail.val1_dyn.var3
rougail.val2_dyn.var3
string standard mandatoryValue is relative first variable.
Default:
- the value of the variable "rougail.val1_dyn.var1"
-- the value of the variable "rougail.val2_dyn.var1"
+ rougail.val1_dyn.var4
rougail.val2_dyn.var4
string standard mandatoryValue is first variable of val1.
Default: the value of the variable "rougail.val1_dyn.var1"the value of the variable "rougail.val2_dyn.var1" +rougail.val1_dyn.var4
rougail.val2_dyn.var4
string standard mandatoryValue is first variable of val1.
Default: the value of the variable "rougail.val1_dyn.var1"
**rougail.*val2*_dyn.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is suffix.
**Default**: the value of the identifier | | **rougail.*val1*_dyn.var2**
**rougail.*val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | | **rougail.*val1*_dyn.var3**
**rougail.*val2*_dyn.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is relative first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | -| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.val1_dyn.var1)" | +| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | diff --git a/tests/results/test_namespace/60_6family_dynamic_inside.sh b/tests/results/test_namespace/60_6family_dynamic_inside.sh index b70a3a5bb..756ed3493 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside.sh +++ b/tests/results/test_namespace/60_6family_dynamic_inside.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -47,7 +48,7 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var4[0m │ Value is first variable of val1. │ │ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var4[0m │ [1mDefault[0m: the value of the variable │ -│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "rougail.val1_dyn.var1" │ +│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "rougail.[3mval1[0m_dyn.var1" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.adoc b/tests/results/test_namespace/60_6family_dynamic_inside_empty.adoc index 7e1ca0215..63f917094 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -54,6 +55,6 @@ This family builds families dynamically. + | **rougail.__val1___dyn.var4** + **rougail.__val2___dyn.var4** + `https://rougail.readthedocs.io/en/latest/variable.html#variables-types[string]` `standard` `mandatory` | Value is first variable of val1. + -**Default**: the value of the variable "rougail.val1_dyn.var1" +**Default**: the value of the variable "rougail.__val1___dyn.var1" |==== 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 50abe2aaf..105ae1c6a 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,6 +1,7 @@diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.html b/tests/results/test_namespace/60_6family_dynamic_inside_empty.html index 335ce7931..9d45669e8 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.html +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.html @@ -1,5 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -23,7 +24,7 @@ | **rougail.*val1*_dyn.var1**
**rougail.*val2*_dyn.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is suffix.
**Default**: the value of the identifier | | **rougail.*val1*_dyn.var2**
**rougail.*val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | | **rougail.*val1*_dyn.var3**
**rougail.*val2*_dyn.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is relative first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | -| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.val1_dyn.var1)" | +| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" |Rougail
+This family is a namespace. + Path: rougail standard @@ -27,15 +29,15 @@ This family builds families dynamically.-
diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.json b/tests/results/test_namespace/60_6family_dynamic_inside_empty.json index e0b908cb3..c27d0d803 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.json +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } @@ -248,7 +252,11 @@ "values": { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.val1_dyn.var1" + "path": "rougail.{{ identifier }}_dyn.var1", + "identifiers": [ + "val1" + ], + "type": "variable" }, "description": "Value is suffix" } diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.md b/tests/results/test_namespace/60_6family_dynamic_inside_empty.md index 40050e6e0..864326d76 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.md +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` @@ -25,5 +26,5 @@ | **rougail.*val1*_dyn.var1**+ Variable Description - Variable Description + rougail.val1_dyn.var1
rougail.val2_dyn.var1
string standard mandatoryValue is suffix.
Default: the value of the identifierrougail.val1_dyn.var1
rougail.val2_dyn.var1
string standard mandatoryValue is suffix.
Default: the value of the identifier+ rougail.val1_dyn.var2
rougail.val2_dyn.var2
string standard mandatoryValue is first variable.
Default:
- the value of the variable "rougail.val1_dyn.var1"
-- the value of the variable "rougail.val2_dyn.var1"
the value of the variable "rougail.val2_dyn.var1" - rougail.val1_dyn.var3
rougail.val2_dyn.var3
string standard mandatoryValue is relative first variable.
Default:
- the value of the variable "rougail.val1_dyn.var1"
-- the value of the variable "rougail.val2_dyn.var1"
+ rougail.val1_dyn.var4
rougail.val2_dyn.var4
string standard mandatoryValue is first variable of val1.
Default: the value of the variable "rougail.val1_dyn.var1"the value of the variable "rougail.val2_dyn.var1" +rougail.val1_dyn.var4
rougail.val2_dyn.var4
string standard mandatoryValue is first variable of val1.
Default: the value of the variable "rougail.val1_dyn.var1"
**rougail.*val2*_dyn.var1**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is suffix.
**Default**: the value of the identifier | | **rougail.*val1*_dyn.var2**
**rougail.*val2*_dyn.var2**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | | **rougail.*val1*_dyn.var3**
**rougail.*val2*_dyn.var3**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is relative first variable.
**Default**:
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)"
• the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | -| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.val1_dyn.var1)" | +| **rougail.*val1*_dyn.var4**
**rougail.*val2*_dyn.var4**
[`string`](https://rougail.readthedocs.io/en/latest/variable.html#variables-types) `standard` `mandatory` | Value is first variable of val1.
**Default**: the value of the variable "[Value is suffix](#rougail.:::identifier:::_dyn.var1)" | diff --git a/tests/results/test_namespace/60_6family_dynamic_inside_empty.sh b/tests/results/test_namespace/60_6family_dynamic_inside_empty.sh index e27d3a180..e26a0fbf0 100644 --- a/tests/results/test_namespace/60_6family_dynamic_inside_empty.sh +++ b/tests/results/test_namespace/60_6family_dynamic_inside_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m @@ -47,7 +48,7 @@ ├───────────────────────────────────────┼──────────────────────────────────────┤ │ [1mrougail.[0m[1;3mval1[0m[1m_dyn.var4[0m │ Value is first variable of val1. │ │ [1mrougail.[0m[1;3mval2[0m[1m_dyn.var4[0m │ [1mDefault[0m: the value of the variable │ -│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "rougail.val1_dyn.var1" │ +│ [1;7m string [0m [1;7m standard [0m [1;7m mandatory [0m │ "rougail.[3mval1[0m_dyn.var1" │ └───────────────────────────────────────┴──────────────────────────────────────┘ diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.adoc b/tests/results/test_namespace/60_6family_dynamic_leadership.adoc index dec2f7f89..4c9cc52a5 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 9300a821c..38d78c209 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.gitlab.md +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.gitlab.md @@ -1,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.html b/tests/results/test_namespace/60_6family_dynamic_leadership.html index 26decac86..043f62343 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.html +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.json b/tests/results/test_namespace/60_6family_dynamic_leadership.json index d54ce13f5..444449f74 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.json +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.md b/tests/results/test_namespace/60_6family_dynamic_leadership.md index f0bbd2b4a..c31a60583 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.md +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership.sh b/tests/results/test_namespace/60_6family_dynamic_leadership.sh index 237d7d1ff..6a70960e7 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership.sh +++ b/tests/results/test_namespace/60_6family_dynamic_leadership.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.adoc b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.adoc index 88e4c0280..fc2303b7a 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 e27da6fc6..d4100f2c4 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.html b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.html index 9ca194756..d093941a7 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.html +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json index 02ab8b15b..adf77f984 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md index 2e83e3222..1c4212d67 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.sh b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.sh index 75c869439..a6bcc4478 100644 --- a/tests/results/test_namespace/60_6family_dynamic_leadership_empty.sh +++ b/tests/results/test_namespace/60_6family_dynamic_leadership_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.adoc b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.adoc index 7398525c4..63cffc0e6 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 fa4997f39..9f735211d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.html b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.html index dfb2ed9a9..bc5feb52c 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.html +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json index ca6307d9b..abf8ddb83 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md index 0f77bcb2f..15e114400 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.sh b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.sh index 1d61690f9..79fdd0be2 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.sh +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.adoc b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.adoc index 7398525c4..63cffc0e6 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 fa4997f39..9f735211d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.html b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.html index dfb2ed9a9..bc5feb52c 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.html +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json index ca6307d9b..abf8ddb83 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md index 0f77bcb2f..15e114400 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh index 1d61690f9..79fdd0be2 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.adoc b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.adoc index 35d120862..70bf56089 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 1eb1cc73a..bc1a4738d 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.html b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.html index 23c67629f..3327bd557 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.html +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.json index 57d030ce7..593f5b24f 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } @@ -118,7 +122,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md index d727c8613..36aa6e419 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh index da9dfe08a..64845bf66 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_1_0_2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.adoc b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.adoc index 96d8e53a8..7f4bfdb43 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 a5c443e39..81978b704 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.html b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.html index 901207bd9..4a98c2250 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.html +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json index ddf98db63..6dbec8790 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md index a13ba05f7..d6a6800b2 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh index c6d8b4b43..b1505ed05 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.adoc b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.adoc index b1c3fffd9..55f2219e9 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== 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 5ce904283..ef72b440b 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.html b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.html index 005730db9..96ece247d 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.html +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail standard diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json index ed2994cb4..0b2415dc2 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "standard" + "mode": "standard", + "help": [ + "This family is a namespace" + ] }, "children": { "var": { @@ -67,7 +70,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var" + "path": "rougail.var", + "type": "variable" }, "description": "A identifier variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md index 191bcf142..a4fc65a08 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `standard` diff --git a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh index 6a20195cc..8c9ecf690 100644 --- a/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh +++ b/tests/results/test_namespace/60_6family_dynamic_sub_dynamic_empty2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m standard [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.adoc b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.adoc index a9e3e06f0..f449cfe04 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 94d51022c..37ddf004e 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.html b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.html index 4a178e017..72137b2e7 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.html +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.json index b0f4cdadd..7815102ee 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.json +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -118,7 +122,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md index b9aefe058..c4ac2ee99 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.sh b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.sh index ddac0f96c..f8821f011 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.sh +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.adoc b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.adoc index 73d2916fb..f0750652e 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.adoc +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `basic` ==== 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 94d51022c..37ddf004e 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,6 +1,7 @@Rougail
> [!note] 🛈 Informations +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.html b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.html index e1cd82fba..bfa614660 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.html +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.html @@ -1,5 +1,7 @@Rougail
+This family is a namespace. + Path: rougail basic diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.json b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.json index f6cb72824..f7cfee1ca 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.json +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.json @@ -8,7 +8,10 @@ ], "description": "Rougail", "properties": [], - "mode": "basic" + "mode": "basic", + "help": [ + "This family is a namespace" + ] }, "children": { "var1": { @@ -73,7 +76,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } @@ -118,7 +122,8 @@ { "message": "the value of the variable \"{0}\"", "path": { - "path": "rougail.var1" + "path": "rougail.var1", + "type": "variable" }, "description": "A suffix variable" } diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md index b9aefe058..c4ac2ee99 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.md @@ -2,6 +2,7 @@ > [!NOTE] > +> This family is a namespace.\ > **Path**: rougail\ > `basic` diff --git a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh index 9879a47d4..957ec9931 100644 --- a/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh +++ b/tests/results/test_namespace/60_6family_dynamic_suffix_auto_multi2.sh @@ -2,6 +2,7 @@ [34m▌ [0m[1;34m🛈 Informations[0m [34m▌ [0m +[34m▌ [0mThis family is a namespace. [34m▌ [0m[1mPath[0m: rougail [34m▌ [0m[1;7m basic [0m diff --git a/tests/results/test_namespace/60_9extra_dynamic.adoc b/tests/results/test_namespace/60_9extra_dynamic.adoc index 07ed45888..8d450eb6c 100644 --- a/tests/results/test_namespace/60_9extra_dynamic.adoc +++ b/tests/results/test_namespace/60_9extra_dynamic.adoc @@ -3,6 +3,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: rougail + `standard` ==== @@ -21,6 +22,7 @@ ==== **🛈 Informations** +This family is a namespace. + **Path**: extra + `basic` ==== diff --git a/tests/results/test_namespace/60_9extra_dynamic.gitlab.md b/tests/results/test_namespace/60_9extra_dynamic.gitlab.md index e6ef48bc2..af1f11129 100644 --- a/tests/results/test_namespace/60_9extra_dynamic.gitlab.md +++ b/tests/results/test_namespace/60_9extra_dynamic.gitlab.md @@ -1,6 +1,7 @@