@Test
 public void getMacroCode() throws IOException {
   String result = scanner.getMacroCode(MACRO_NAME);
   assertEquals(MACRO, result);
 }