summaryrefslogtreecommitdiffstats
path: root/tests/auto/qml/intents/apps/intents1/info.yaml
diff options
context:
space:
mode:
Diffstat (limited to 'tests/auto/qml/intents/apps/intents1/info.yaml')
-rw-r--r--tests/auto/qml/intents/apps/intents1/info.yaml20
1 files changed, 20 insertions, 0 deletions
diff --git a/tests/auto/qml/intents/apps/intents1/info.yaml b/tests/auto/qml/intents/apps/intents1/info.yaml
new file mode 100644
index 00000000..d5f72561
--- /dev/null
+++ b/tests/auto/qml/intents/apps/intents1/info.yaml
@@ -0,0 +1,20 @@
+formatVersion: 1
+formatType: am-application
+---
+id: 'intents1'
+icon: 'icon.png'
+code: 'intents1.qml'
+runtime: 'qml'
+name:
+ en: 'Intents1'
+
+intents:
+- id: only1
+- id: both
+- id: match
+ parameterMatch:
+ list: [ 'a', 'b' ]
+ int: 42
+ string: "^foo_.*_bar$"
+ complex: { 'a': 1 }
+- id: custom-error