fix: test example with mode

This commit is contained in:
egarette@silique.fr 2026-05-07 08:24:22 +02:00
parent a4949bf260
commit f8b906071d
181 changed files with 119 additions and 15 deletions

View file

@ -0,0 +1,17 @@
== Example with mandatory variables not filled in
[,yaml]
----
---
var1: example
----
== Example with all variables modifiable
[,yaml]
----
---
var1: example
var2: example
----

View file

@ -0,0 +1,16 @@
== Example with mandatory variables not filled in
[,yaml]
----
---
var2: example
----
== Example with all variables modifiable
[,yaml]
----
---
var2: example
----

View file

@ -0,0 +1,18 @@
== Example with mandatory variables not filled in
[,yaml]
----
---
var2: example
var3: example
----
== Example with all variables modifiable
[,yaml]
----
---
var2: example
var3: example
----

View file

@ -0,0 +1,16 @@
== Example with mandatory variables not filled in
[,yaml]
----
---
var3: example
----
== Example with all variables modifiable
[,yaml]
----
---
var3: example
----

View file

@ -0,0 +1,16 @@
== Example with mandatory variables not filled in
[,yaml]
----
---
var1: example
----
== Example with all variables modifiable
[,yaml]
----
---
var1: example
----

View file

@ -0,0 +1,18 @@
== Example with mandatory variables not filled in
[,yaml]
----
---
var1: example
var3: example
----
== Example with all variables modifiable
[,yaml]
----
---
var1: example
var3: example
----

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