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