279aa8f685
Former-commit-id: 0c7ce5b1a7851e13f22acfd379b7f9fb304e4833
10 lines
235 B
Plaintext
10 lines
235 B
Plaintext
# RUN: yaml-bench -canonical %s
|
|
|
|
# Explicitly typed pairs.
|
|
Block tasks: !!pairs
|
|
- meeting: with team.
|
|
- meeting: with boss.
|
|
- break: lunch.
|
|
- meeting: with client.
|
|
Flow tasks: !!pairs [ meeting: with team, meeting: with boss ]
|