rougail-output-doc/tests/results/test_examples_comment/20_9family_absolute.sh
2026-06-21 17:05:27 +02:00

30 lines
6.2 KiB
Bash
Raw Permalink Blame History

This file contains invisible Unicode characters

This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

Example with mandatory variables not filled in
--- 
var1: example # First variable 
family: # A family 
 var2: string6 # A second variable 
 subfamily: # A sub family 
 variable: # Third variable 
 - example 
family2: # A family 
 subfamily: # A sub family 
 variable: # Fourth variable 
 - example 
Example with all modifiable variables
--- 
var1: example # First variable 
family: # A family 
 var2: string6 # A second variable 
 subfamily: # A sub family 
 variable: # Third variable 
 - example 
family2: # A family 
 var2: string6 # A variable2 
 var3: string5 
 subfamily: # A sub family 
 variable: # Fourth variable 
 - example