summaryrefslogtreecommitdiff
path: root/tests3/data/construct-pairs.code
blob: 64f86ee13bd48615099d221f7a0efcf278479bf0 (plain)
1
2
3
4
5
6
7
8
9
{
    "Block tasks": [
        ("meeting", "with team."),
        ("meeting", "with boss."),
        ("break", "lunch."),
        ("meeting", "with client."),
    ],
    "Flow tasks": [ ("meeting", "with team"), ("meeting", "with boss") ],
}