fix: enter in layers list

This commit is contained in:
egarette@silique.fr 2026-01-02 17:20:34 +01:00
parent 7507144b6e
commit 63b1b05c7a
4922 changed files with 25674 additions and 25696 deletions

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2024-2025 Copyright (C) 2024-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2022-2025 Copyright (C) 2022-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
"""Internationalisation utilities """Internationalisation utilities
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2024-2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2022-2025 Copyright (C) 2022-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the
@ -61,7 +61,7 @@ class OutputFamily(CommonOutput):
layers = "\n" + self.title(_("Layers:")) layers = "\n" + self.title(_("Layers:"))
for datas in self.layer_datas.values(): for datas in self.layer_datas.values():
for data in datas.values(): for data in datas.values():
layers += f"> {" ".join(data)}\n" layers += f"> {" ".join(data)}\\\n"
else: else:
layers = "" layers = ""
return caption + layers + "\n" return caption + layers + "\n"

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2025 Copyright (C) 2025-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the
@ -24,8 +24,8 @@ class OutputFamily(GHOutputFamily):
level = 30 level = 30
name = "gitlab" name = "gitlab"
variable_hidden_color = "+" variable_hidden_color = "+"
value_unmodified_color = "-" value_unmodified_color = "+"
value_modified_color = "+" value_modified_color = "-"
error_color = "-" error_color = "-"
warning_color = "-" warning_color = "-"

View file

@ -1,6 +1,6 @@
""" """
Silique (https://www.silique.fr) Silique (https://www.silique.fr)
Copyright (C) 2022-2025 Copyright (C) 2022-2026
This program is free software: you can redistribute it and/or modify it This program is free software: you can redistribute it and/or modify it
under the terms of the GNU Lesser General Public License as published by the under the terms of the GNU Lesser General Public License as published by the

22
test.md
View file

@ -1,22 +0,0 @@
<pre>
Variables:
┗━ 📂 A family
┣━ 📓 The first variable: string1 ◀ loaded from rougail-test
┗━ 📓 The second variable: string1 ◀ loaded from rougail-test
</pre>
<pre>
Variables:
<span style="color: #5c5cff">┣━━ </span>📓 <span style="color: #ff0000">Configure Proxy Access to the Internet</span>: <span style="color: #ffd700">No proxy</span>
<span style="color: #5c5cff">┗━━ </span>📂 Manual proxy configuration
<span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📂 HTTP Proxy
<span style="color: #5c5cff"> </span><span style="color: #5c5cff"> </span><span style="color: #5c5cff">┗━━ </span>📓 <span style="color: #ff0000">HTTP address</span>: <span style="color: #00aa00">example.net</span> ◀ loaded from the YAML file
<span style="color: #5c5cff"> </span><span style="color: #5c5cff"> </span><span style="color: #5c5cff"> </span>"config/03/config.yml"
</pre>
> Variables:
> - 📂 A family
> - 📓 The first variable: string1 ◀ loaded from rougail-test
> - 📓 The second variable: <span style="color: #5c5cff">string1</span> ◀ loaded from rougail-test

View file

@ -7,9 +7,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [- Default value -] > - [+ Default value +]
Variables: Variables:
- :open_file_folder: my family1 - :open_file_folder: my family1
- :notebook: my integer: [- null -] - :notebook: my integer: [+ null +]
- :notebook: my string: [- null -] - :notebook: my string: [+ null +]

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [- Default value -] > - [+ Default value +]
> [!note] Layers: > [!note] Layers:
> >
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): [- a value -] - :notebook: a_variable (my variable only to test): [+ a value +]

View file

@ -7,9 +7,9 @@
> [!NOTE] > [!NOTE]
> >
> **Layers:** > **Layers:**
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): <span style="color: #B8860B">a value</span> - :notebook: a_variable (my variable only to test): <span style="color: #B8860B">a value</span>

View file

@ -1,14 +1,14 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
> [!note] Layers: > [!note] Layers:
> >
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source3 (:hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): [- a modified value -] ← source3 (:hourglass_flowing_sand: a value)

View file

@ -8,9 +8,9 @@
> [!NOTE] > [!NOTE]
> >
> **Layers:** > **Layers:**
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source3 (:hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source3 (:hourglass_flowing_sand: a value)

View file

@ -1,14 +1,14 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
> [!note] Layers: > [!note] Layers:
> >
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): [- a modified value -] ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value)

View file

@ -8,9 +8,9 @@
> [!NOTE] > [!NOTE]
> >
> **Layers:** > **Layers:**
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source3 (:hourglass_flowing_sand: a modified value ← source2 :hourglass_flowing_sand: a modified value ← source1 :hourglass_flowing_sand: a value)

View file

@ -1,14 +1,14 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
> [!note] Layers: > [!note] Layers:
> >
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source2 (:hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): [- a modified value -] ← source2 (:hourglass_flowing_sand: a value)

View file

@ -8,9 +8,9 @@
> [!NOTE] > [!NOTE]
> >
> **Layers:** > **Layers:**
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source2 (:hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source2 (:hourglass_flowing_sand: a value)

View file

@ -1,14 +1,14 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
> [!note] Layers: > [!note] Layers:
> >
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): [+ a modified value +] ← source1 (:hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): [- a modified value -] ← source1 (:hourglass_flowing_sand: a value)

View file

@ -8,9 +8,9 @@
> [!NOTE] > [!NOTE]
> >
> **Layers:** > **Layers:**
> name1 name2 > name1 name2\
> name3 > name3\
> name4 > name4\
Variables: Variables:
- :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source1 (:hourglass_flowing_sand: a value) - :notebook: a_variable (my variable only to test): <span style="color: #006400">a modified value</span> ← source1 (:hourglass_flowing_sand: a value)

View file

@ -1,7 +1,7 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test - :notebook: a variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,7 +1,7 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: empty: [+ string1 +] ← loaded from rougail-test - :notebook: empty: [- string1 -] ← loaded from rougail-test

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
- :notebook: a second variable: - :notebook: a second variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,15 +1,15 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: - :notebook: a first variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: yes) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: yes)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: maybe) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: maybe)
- :notebook: a second variable: - :notebook: a second variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: string2) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: string2)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: string3) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: string3)

View file

@ -2,13 +2,13 @@
> >
> - Variable > - Variable
> - [+ Unmodifiable variable +] > - [+ Unmodifiable variable +]
> - [- Default value -] > - [+ Default value +]
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :open_file_folder: [+ leadership +] - :open_file_folder: [+ leadership +]
- :open_file_folder: [+ a first variable +] - :open_file_folder: [+ a first variable +]
- :notebook: [+ a first variable +]: [- a_value -] - :notebook: [+ a first variable +]: [+ a_value +]
- :notebook: [+ a first variable +]: [- a_value -] - :notebook: [+ a first variable +]: [+ a_value +]
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a_value) - :notebook: a second variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a_value)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: - :notebook: a first variable:
- [+ domain1.lan +] ← loaded from rougail-test - [- domain1.lan -] ← loaded from rougail-test
- [+ domain2.lan +] ← loaded from rougail-test - [- domain2.lan -] ← loaded from rougail-test
- :notebook: a second variable: - :notebook: a second variable:
- [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) - [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
- [+ domain2.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) - [- domain2.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test - :notebook: a first variable: [- string1 -] ← loaded from rougail-test
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - :notebook: a second variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test - :notebook: a first variable: [- string1 -] ← loaded from rougail-test
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - :notebook: a second variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- :notebook: a new variable: [+ string1 +] ← loaded from rougail-test - :notebook: a new variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: - :notebook: a first variable:
- [+ domain1.lan +] ← loaded from rougail-test - [- domain1.lan -] ← loaded from rougail-test
- [+ domain2.lan +] ← loaded from rougail-test - [- domain2.lan -] ← loaded from rougail-test
- :notebook: a second variable: - :notebook: a second variable:
- [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan) - [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain1.lan)
- [+ domain2.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan) - [- domain2.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: domain2.lan)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test - :notebook: a variable: [- string1 -] ← loaded from rougail-test
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test - :notebook: a variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: non) - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: non)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the first variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the second variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the second variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the third variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the third variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the forth variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the forth variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
- :notebook: the fifth variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the fifth variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
- :notebook: the sixth variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) - :notebook: the sixth variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: a variable: [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ a +] ← loaded from rougail-test - :notebook: the first variable: [- a -] ← loaded from rougail-test
- :notebook: the second variable: [+ a +] ← loaded from rougail-test - :notebook: the second variable: [- a -] ← loaded from rougail-test
- :notebook: the third variable: [+ a +] ← loaded from rougail-test - :notebook: the third variable: [- a -] ← loaded from rougail-test
- :notebook: the forth variable: [+ null +] ← loaded from rougail-test - :notebook: the forth variable: [- null -] ← loaded from rougail-test
- :notebook: the fifth variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :notebook: the fifth variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- :notebook: the sixth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1) - :notebook: the sixth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9)

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ a +] ← loaded from rougail-test - :notebook: the first variable: [- a -] ← loaded from rougail-test
- :notebook: the second variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :notebook: the second variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: a)

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a second variable: - :notebook: a second variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: b)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: c)
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a second variable: - :notebook: a second variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: b)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: c)
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)

View file

@ -1,14 +1,14 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a second variable: - :notebook: a second variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: b)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: c)
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- :open_file_folder: family - :open_file_folder: family
- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - :notebook: a third variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the seconf variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the seconf variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a domain name variable: [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) - :notebook: a domain name variable: [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a domain name variable: [+ domain1.lan +] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name) - :notebook: a domain name variable: [- domain1.lan -] ← loaded from rougail-test (:hourglass_flowing_sand: my.domain.name)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - :notebook: the first variable: [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- :notebook: the second variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - :notebook: the second variable: [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- :notebook: the third variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - :notebook: the third variable: [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- :notebook: the forth variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1) - :notebook: the forth variable: [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
- :notebook: the fifth variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1) - :notebook: the fifth variable: [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
- :notebook: the sixth variable: [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1) - :notebook: the sixth variable: [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - :notebook: the first variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- :notebook: the second variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - :notebook: the second variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- :notebook: the third variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - :notebook: the third variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- :notebook: this forth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: this forth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- :notebook: the fifth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: the fifth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- :notebook: the sixth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: the sixth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: an IP: [+ 192.168.1.6 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1) - :notebook: an IP: [- 192.168.1.6 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1)
- :notebook: an IP in CIDR format: [+ 192.168.1.6/24 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) - :notebook: an IP in CIDR format: [- 192.168.1.6/24 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)
- :notebook: an IP in CIDR format with obsolete CIDR type: [+ 192.168.1.6/24 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24) - :notebook: an IP in CIDR format with obsolete CIDR type: [- 192.168.1.6/24 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.1/24)

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: an network: [+ 192.168.1.0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0) - :notebook: an network: [- 192.168.1.0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0)
- :notebook: an network in CIDR format: [+ 192.168.1.6/32 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) - :notebook: an network in CIDR format: [- 192.168.1.6/32 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)
- :notebook: an network in CIDR format with obsolete CIDR type: [+ 192.168.1.6/32 +] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24) - :notebook: an network in CIDR format with obsolete CIDR type: [- 192.168.1.6/32 -] ← loaded from rougail-test (:hourglass_flowing_sand: 1.1.1.0/24)

View file

@ -1,13 +1,13 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - :notebook: the first variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- :notebook: the second variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - :notebook: the second variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- :notebook: the third variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - :notebook: the third variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- :notebook: this forth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: this forth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- :notebook: the fifth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: the fifth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- :notebook: the sixth variable: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: the sixth variable: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a port variable: [+ 80 +] ← loaded from rougail-test - :notebook: a port variable: [- 80 -] ← loaded from rougail-test
- :notebook: a port variable with default value: [+ 80 +] ← loaded from rougail-test (:hourglass_flowing_sand: 8080) - :notebook: a port variable with default value: [- 80 -] ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
- :notebook: a port variable with integer default value: [+ 80 +] ← loaded from rougail-test (:hourglass_flowing_sand: 8080) - :notebook: a port variable with integer default value: [- 80 -] ← loaded from rougail-test (:hourglass_flowing_sand: 8080)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) - :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ #b1b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1) - :notebook: a first variable: [- #b1b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #a1a1a1)
- :notebook: a second variable: [+ #b2b1b1 +] ← loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1) - :notebook: a second variable: [- #b2b1b1 -] ← loaded from rougail-test (:hourglass_flowing_sand: #b1b1b1)

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ onE7vaLues_len1 +] ← loaded from rougail-test - :notebook: the first variable: [- onE7vaLues_len1 -] ← loaded from rougail-test
- :notebook: the second variable: [+ onE7vaLues_len1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the second variable: [- onE7vaLues_len1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ onE7vaLues_len1 +] ← loaded from rougail-test - :notebook: the first variable: [- onE7vaLues_len1 -] ← loaded from rougail-test
- :notebook: the second variable: [+ onE7vaLues +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the second variable: [- onE7vaLues -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- :notebook: the third variable: [+ onE7vaLues +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the third variable: [- onE7vaLues -] ← loaded from rougail-test (:hourglass_flowing_sand: value)

View file

@ -1,15 +1,15 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test
- :notebook: the third variable: [+ string1 +] ← loaded from rougail-test - :notebook: the third variable: [- string1 -] ← loaded from rougail-test
- :notebook: the forth variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the forth variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- :notebook: the fifth variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the fifth variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- :notebook: the sixth variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the sixth variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- :notebook: the seventh variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 8080) - :notebook: the seventh variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 8080)
- :notebook: the height variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the height variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: true)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: A choice: [+ quote' +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') - :notebook: A choice: [- quote' -] ← loaded from rougail-test (:hourglass_flowing_sand: quote')

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: the first <variable>: [+ string1 +] ← loaded from rougail-test - :notebook: the first <variable>: [- string1 -] ← loaded from rougail-test
- :notebook: the second <variable>: [+ string1 +] ← loaded from rougail-test - :notebook: the second <variable>: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote")

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'")

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\') - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote\"\')

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote')

View file

@ -1,7 +1,7 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test - :notebook: a variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,15 +1,15 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: [+ test +] ← loaded from rougail-test - :notebook: the first variable: [- test -] ← loaded from rougail-test
- :notebook: the second variable: [+ test +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: the second variable: [- test -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- :notebook: the third variable: [+ test1 +] ← loaded from rougail-test - :notebook: the third variable: [- test1 -] ← loaded from rougail-test
- :notebook: the forth variable: [+ null +] ← loaded from rougail-test - :notebook: the forth variable: [- null -] ← loaded from rougail-test
- :notebook: the fifth variable: [+ false +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - :notebook: the fifth variable: [- false -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the sixth variable: - :notebook: the sixth variable:
- [+ test1 +] ← loaded from rougail-test - [- test1 -] ← loaded from rougail-test
- [+ test2 +] ← loaded from rougail-test - [- test2 -] ← loaded from rougail-test

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a first variable: - :notebook: a first variable:
- [+ val1 +] ← loaded from rougail-test - [- val1 -] ← loaded from rougail-test
- [+ val2 +] ← loaded from rougail-test - [- val2 -] ← loaded from rougail-test
- :notebook: a second variable: - :notebook: a second variable:
- [+ val1 +] ← loaded from rougail-test - [- val1 -] ← loaded from rougail-test
- [+ val2 +] ← loaded from rougail-test - [- val2 -] ← loaded from rougail-test

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first source variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - :notebook: the first source variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
- :notebook: the second source variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) - :notebook: the second source variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_) - :notebook: a variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string_1_True_)

View file

@ -1,7 +1,7 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a variable: [+ string1 +] ← loaded from rougail-test - :notebook: a variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test - :notebook: a first variable: [- string1 -] ← loaded from rougail-test
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test - :notebook: a second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - :notebook: my_variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
- :notebook: my_calculated_variable: - :notebook: my_calculated_variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - :notebook: my_variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
- :notebook: my_calculated_variable: - :notebook: my_calculated_variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: my_variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - :notebook: my_variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
- :notebook: my_calculated_variable: - :notebook: my_calculated_variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: my_calculated_variable: - :notebook: my_calculated_variable:
- [+ string1 +] ← loaded from rougail-test - [- string1 -] ← loaded from rougail-test
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,15 +1,15 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: my_variable: - :notebook: my_variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: my_calculated_variable: - :notebook: my_calculated_variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: string2) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: string2)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: string3) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: string3)

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: string1) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: string1)
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) - :notebook: a second variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test - :notebook: a first variable: [- string1 -] ← loaded from rougail-test
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test - :notebook: a second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test - :notebook: a first variable: [- string1 -] ← loaded from rougail-test
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test - :notebook: a second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ 0 +] ← loaded from rougail-test (:hourglass_flowing_sand: 9) - :notebook: a variable: [- 0 -] ← loaded from rougail-test (:hourglass_flowing_sand: 9)

View file

@ -1,23 +1,23 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: - :notebook: the first variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the second variable: - :notebook: the second variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the third variable: - :notebook: the third variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the forth variable: - :notebook: the forth variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
- :notebook: the fifth variable: - :notebook: the fifth variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
- :notebook: the sixth variable: - :notebook: the sixth variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: false) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: false)
- :notebook: the seventh variable: - :notebook: the seventh variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)
- :notebook: the eighth variable: - :notebook: the eighth variable:
- [+ true +] ← loaded from rougail-test (:hourglass_flowing_sand: true) - [- true -] ← loaded from rougail-test (:hourglass_flowing_sand: true)

View file

@ -1,15 +1,15 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first custom variable: - :notebook: a first custom variable:
- [+ string1 +] ← loaded from rougail-test - [- string1 -] ← loaded from rougail-test
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: a second custom variable: - :notebook: a second custom variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,39 +1,39 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: - :notebook: the first variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the second variable: - :notebook: the second variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the third variable: - :notebook: the third variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the forth variable: - :notebook: the forth variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the fifth variable: - :notebook: the fifth variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the sixth variable: - :notebook: the sixth variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10.1)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the seventh variable: - :notebook: the seventh variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test
- :notebook: the eighth variable: - :notebook: the eighth variable:
- [+ 1.1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0) - [- 1.1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0.0)
- [+ 2.2 +] ← loaded from rougail-test - [- 2.2 -] ← loaded from rougail-test
- [+ 3.3 +] ← loaded from rougail-test - [- 3.3 -] ← loaded from rougail-test

View file

@ -1,39 +1,39 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: - :notebook: the first variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the second variable: - :notebook: the second variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the third variable: - :notebook: the third variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the forth variable: - :notebook: the forth variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the fifth variable: - :notebook: the fifth variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the sixth variable: - :notebook: the sixth variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the seventh variable: - :notebook: the seventh variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test
- :notebook: the eighth variable: - :notebook: the eighth variable:
- [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 0) - [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 0)
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: the first variable: - :notebook: the first variable:
- [+ 1 +] ← loaded from rougail-test - [- 1 -] ← loaded from rougail-test
- [+ 2 +] ← loaded from rougail-test - [- 2 -] ← loaded from rougail-test
- [+ 3 +] ← loaded from rougail-test - [- 3 -] ← loaded from rougail-test

View file

@ -1,11 +1,11 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the second variable: - :notebook: the second variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: null) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: null)
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,39 +1,39 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the first variable: - :notebook: the first variable:
- [+ string1 +] ← loaded from rougail-test - [- string1 -] ← loaded from rougail-test
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the second variable: - :notebook: the second variable:
- [+ string1 +] ← loaded from rougail-test - [- string1 -] ← loaded from rougail-test
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the third variable: - :notebook: the third variable:
- [+ string1 +] ← loaded from rougail-test - [- string1 -] ← loaded from rougail-test
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the forth variable: - :notebook: the forth variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the fifth variable: - :notebook: the fifth variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the sixth variable: - :notebook: the sixth variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the seventh variable: - :notebook: the seventh variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test
- :notebook: the eighth variable: - :notebook: the eighth variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,15 +1,15 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: the variable: - :notebook: the variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val1) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val1)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: val2) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val2)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: val3) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: val3)
- :notebook: the variable: - :notebook: the variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: val4) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: val4)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: val5) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: val5)
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,11 +1,11 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: - :notebook: a variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote") - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote")
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,11 +1,11 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: - :notebook: a variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote'") - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote'")
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,11 +1,11 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: - :notebook: a variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: quote') - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: quote')
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: a variable: - :notebook: a variable:
- [+ string1 +] ← loaded from rougail-test - [- string1 -] ← loaded from rougail-test
- [+ string2 +] ← loaded from rougail-test - [- string2 -] ← loaded from rougail-test
- [+ string3 +] ← loaded from rougail-test - [- string3 -] ← loaded from rougail-test

View file

@ -1,12 +1,12 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: - :notebook: a first variable:
- [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: a) - [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: a)
- [+ string2 +] ← loaded from rougail-test (:hourglass_flowing_sand: b) - [- string2 -] ← loaded from rougail-test (:hourglass_flowing_sand: b)
- [+ string3 +] ← loaded from rougail-test (:hourglass_flowing_sand: c) - [- string3 -] ← loaded from rougail-test (:hourglass_flowing_sand: c)
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test - :notebook: a second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a variable: [+ a +] ← loaded from rougail-test (:hourglass_flowing_sand: c) - :notebook: a variable: [- a -] ← loaded from rougail-test (:hourglass_flowing_sand: c)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: the first variable: [+ string1 +] ← loaded from rougail-test - :notebook: the first variable: [- string1 -] ← loaded from rougail-test
- :notebook: the second variable: [+ string1 +] ← loaded from rougail-test - :notebook: the second variable: [- string1 -] ← loaded from rougail-test

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: A limited number: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: A limited number: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)

View file

@ -1,8 +1,8 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: A limited integer: [+ 1 +] ← loaded from rougail-test (:hourglass_flowing_sand: 10) - :notebook: A limited integer: [- 1 -] ← loaded from rougail-test (:hourglass_flowing_sand: 10)

View file

@ -1,7 +1,7 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: an auto save variable: [+ no +] - :notebook: an auto save variable: [- no -]

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
- :notebook: a second variable: [+ no +] - :notebook: a second variable: [- no -]

View file

@ -1,9 +1,9 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: no) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: no)
- :notebook: a second variable: [+ yes +] - :notebook: a second variable: [- yes -]

View file

@ -1,7 +1,7 @@
> [!note] Caption: > [!note] Caption:
> >
> - [+ Unmodifiable variable +] > - [+ Unmodifiable variable +]
> - [+ Modified value +] > - [- Modified value -]
Variables: Variables:
- :notebook: [+ autosave variable +]: [+ yes +] - :notebook: [+ autosave variable +]: [- yes -]

View file

@ -1,10 +1,10 @@
> [!note] Caption: > [!note] Caption:
> >
> - Variable > - Variable
> - [+ Modified value +] > - [- Modified value -]
> - (:hourglass_flowing_sand: Original default value) > - (:hourglass_flowing_sand: Original default value)
Variables: Variables:
- :notebook: a first variable: [+ string1 +] ← loaded from rougail-test (:hourglass_flowing_sand: value) - :notebook: a first variable: [- string1 -] ← loaded from rougail-test (:hourglass_flowing_sand: value)
- :notebook: a second variable: [+ string1 +] ← loaded from rougail-test - :notebook: a second variable: [- string1 -] ← loaded from rougail-test
- :notebook: a third variable: [+ string1 +] ← loaded from rougail-test - :notebook: a third variable: [- string1 -] ← loaded from rougail-test

Some files were not shown because too many files have changed in this diff Show more