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