reorganize sources
[protos/libecoli.git] / examples / yaml / test.yaml
diff --git a/examples/yaml/test.yaml b/examples/yaml/test.yaml
new file mode 100644 (file)
index 0000000..072fbce
--- /dev/null
@@ -0,0 +1,16 @@
+type: seq
+attrs:
+  toto: 1
+  titi: 2
+help: Say hello to someone
+children:
+- type: str
+  string: hello
+- type: or
+  id: name
+  help: Name of the person to greet
+  children:
+  - type: str
+    string: john
+  - type: str
+    string: mike