add meson support
[protos/libecoli.git] / examples / yaml / test.yaml
diff --git a/examples/yaml/test.yaml b/examples/yaml/test.yaml
deleted file mode 100644 (file)
index 5642766..0000000
+++ /dev/null
@@ -1,32 +0,0 @@
-type: or
-children:
-- type: seq
-  id: hello
-  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
-- type: seq
-  id: goodbye
-  help: Say good bye to someone
-  children:
-  - type: str
-    string: good
-  - type: str
-    string: bye
-  - type: or
-    id: name
-    help: Name of the person to greet
-    children:
-    - type: str
-      string: mary
-    - type: str
-      string: jessica