xref: /aosp_15_r20/external/llvm/test/YAMLParser/construct-pairs.test (revision 9880d6810fe72a1726cb53787c6711e909410d58)
1*9880d681SAndroid Build Coastguard Worker# RUN: yaml-bench -canonical %s
2*9880d681SAndroid Build Coastguard Worker
3*9880d681SAndroid Build Coastguard Worker# Explicitly typed pairs.
4*9880d681SAndroid Build Coastguard WorkerBlock tasks: !!pairs
5*9880d681SAndroid Build Coastguard Worker  - meeting: with team.
6*9880d681SAndroid Build Coastguard Worker  - meeting: with boss.
7*9880d681SAndroid Build Coastguard Worker  - break: lunch.
8*9880d681SAndroid Build Coastguard Worker  - meeting: with client.
9*9880d681SAndroid Build Coastguard WorkerFlow tasks: !!pairs [ meeting: with team, meeting: with boss ]
10