String line = reader.readLine();
assertEquals("foo ! bar", line);
history.previous();
assertEquals("foo \\! bar", history.current());
reader = createConsole("cd c:\\docs\r\n");
history = new MemoryHistory();
reader.setHistory(history);
reader.setExpandEvents(true);