test('Log notes of first headline are parsed', () => {
      expect(parsed.headers[0].logNotes[0].type).toEqual('list');
      expect(parsed.headers[0].logNotes[0].items.length).toEqual(1);
    });