1
0
Fork 0
arangodb/js/node/node_modules/js-yaml/test/samples-common/construct-pairs.js

15 lines
261 B
JavaScript

'use strict';
module.exports = {
'Block tasks': [
['meeting', 'with team.'],
['meeting', 'with boss.'],
['break', 'lunch.'],
['meeting', 'with client.']
],
'Flow tasks': [
['meeting', 'with team'],
['meeting', 'with boss']
]
};