test('Parse simple description with empty properties', () => {
      const text = 'abc\n';
      const description = `:PROPERTIES:
:END:
${text}`;