third_party_pyyaml/tests/data/construct-pairs.code
Pablo Santiago Blum de Aguiar 2c225b29fc scanner: use infinitive verb after auxiliary word could
Could, as well as should, shall, must, may, can, might, etc.
are auxiliary words. After an auxiliary word should come an
infinitive verb.
2015-04-04 13:25:24 -03: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") ],
}