default {
	one: 'foo';
	two: 'bar'; }

one {
	one: 'one';
	two: 'bar'; }

two {
	one: 'foo';
	two: 'two'; }

both {
	one: 'one';
	two: 'two'; }
