test.each(arraysForTest)('plainFormatTest', (before, after) => {
  const fileBeforePath = `${testDirPath}/${before}`;
  const fileAfterPath = `${testDirPath}/${after}`;
  const rightAnswerPath = `${rightAnswersDirPath}/plainFormat`;
  const format = 'plain';