Files
third_party_pyyaml/tests/legacy_tests/data/construct-pairs.code
T
2025-06-03 18:05:06 +08:00

10 lines
242 B
Plaintext

{
"Block tasks": [
("meeting", "with team."),
("meeting", "with boss."),
("break", "lunch."),
("meeting", "with client."),
],
"Flow tasks": [ ("meeting", "with team"), ("meeting", "with boss") ],
}