/* jshint indent: false */
exports.fruits = [
'
',
'- Apple
',
'- Orange
',
'- Pear
',
'
'
].join('');
exports.vegetables = [
'',
'- Carrot
',
'- Sweetcorn
',
'
'
].join('');
exports.chocolates = [
'',
'- Linth
',
'- Frey
',
'- Cailler
',
'
'
].join('');
exports.drinks = [
'',
'- Beer
',
'- Juice
',
'- Milk
',
'- Water
',
'- Cider
',
'
'
].join('');
exports.food = [
'',
exports.fruits,
exports.vegetables,
'
'
].join('');
exports.inputs = [
'',
'',
'',
'',
'',
''
].join('');
exports.text = [
'Apples, oranges and pears.
',
'Carrots and
'
].join('');
exports.forms = [
'',
'',
'',
'',
'',
'',
'',
''
].join('');