``` ignore().add("a\\\\ ").ignores("a\\") // currently false, should be true ignore().add("a\\\\ b").ignores("a\\ b") // currently false, should be true ```