summaryrefslogtreecommitdiffstats
path: root/tests/qml/intents/apps/intents1/info.yaml
blob: d5f72561729fea5cf77fbddd72539a09b58f7327 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
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