fix: test example with mode
This commit is contained in:
parent
a4949bf260
commit
f8b906071d
181 changed files with 119 additions and 15 deletions
17
tests/results_mode/advanced_example.adoc
Normal file
17
tests/results_mode/advanced_example.adoc
Normal 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
|
||||
----
|
||||
16
tests/results_mode/basic_advanced_example.adoc
Normal file
16
tests/results_mode/basic_advanced_example.adoc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
== Example with mandatory variables not filled in
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
var2: example
|
||||
----
|
||||
|
||||
|
||||
== Example with all variables modifiable
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
var2: example
|
||||
----
|
||||
18
tests/results_mode/basic_example.adoc
Normal file
18
tests/results_mode/basic_example.adoc
Normal 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
|
||||
----
|
||||
16
tests/results_mode/basic_standard_example.adoc
Normal file
16
tests/results_mode/basic_standard_example.adoc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
== Example with mandatory variables not filled in
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
var3: example
|
||||
----
|
||||
|
||||
|
||||
== Example with all variables modifiable
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
var3: example
|
||||
----
|
||||
16
tests/results_mode/standard_advanced_example.adoc
Normal file
16
tests/results_mode/standard_advanced_example.adoc
Normal file
|
|
@ -0,0 +1,16 @@
|
|||
== Example with mandatory variables not filled in
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
var1: example
|
||||
----
|
||||
|
||||
|
||||
== Example with all variables modifiable
|
||||
|
||||
[,yaml]
|
||||
----
|
||||
---
|
||||
var1: example
|
||||
----
|
||||
18
tests/results_mode/standard_example.adoc
Normal file
18
tests/results_mode/standard_example.adoc
Normal 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
Loading…
Reference in a new issue