It seems that a quoted string that contains some escaped quotes somehow causes the parser to barf:
Failed to parse: parsing error around token "(" on line 800
800:edit_line => replace_or_add("(?i)Acquire::http::Proxy.*", "Acquire::http::Proxy \"http://webproxy....:3128\";");
It seems that a quoted string that contains some escaped quotes somehow causes the parser to barf:
Failed to parse: parsing error around token "(" on line 800800:edit_line => replace_or_add("(?i)Acquire::http::Proxy.*", "Acquire::http::Proxy \"http://webproxy....:3128\";");