mirror of
https://github.com/opnsense/src.git
synced 2026-04-29 10:11:09 -04:00
9 lines
235 B
Text
9 lines
235 B
Text
# 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 ]
|