describe('TODO keywords at EOF', () => {
    test('formatted as in default emacs', () => {
      const testOrgFile = readFixture('todo_keywords_interspersed');
      const exportedFile = parseAndExportOrgFile(testOrgFile);
      expect(exportedFile).toEqual(testOrgFile);