X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=examples%2Fyaml%2Ftest.yaml;fp=examples%2Fyaml%2Ftest.yaml;h=56427660eb7e41f8d0a87103a43305621210786a;hp=072fbce26976c7e5be02b58fb27b1147e7c1a8a2;hb=181334a4cd586d3c958898dd19291b856c461dee;hpb=4f6306bf7d571b2789001291ab743255e9de34f5 diff --git a/examples/yaml/test.yaml b/examples/yaml/test.yaml index 072fbce..5642766 100644 --- a/examples/yaml/test.yaml +++ b/examples/yaml/test.yaml @@ -1,16 +1,32 @@ -type: seq -attrs: - toto: 1 - titi: 2 -help: Say hello to someone +type: or children: -- type: str - string: hello -- type: or - id: name - help: Name of the person to greet +- type: seq + id: hello + help: Say hello to someone children: - type: str - string: john + string: hello + - type: or + id: name + help: Name of the person to greet + children: + - type: str + string: john + - type: str + string: mike +- type: seq + id: goodbye + help: Say good bye to someone + children: + - type: str + string: good - type: str - string: mike + string: bye + - type: or + id: name + help: Name of the person to greet + children: + - type: str + string: mary + - type: str + string: jessica