Allow white space before key=value pair.
authorJán Kupec <jkupec@suse.cz>
Thu, 9 Sep 2010 07:59:30 +0000 (09:59 +0200)
committerJán Kupec <jkupec@suse.cz>
Thu, 9 Sep 2010 07:59:30 +0000 (09:59 +0200)
src/utils/zypper.aug

index 9bacad4..d8bf27b 100644 (file)
@@ -65,7 +65,7 @@ module ZYpper =
     This could be relaxed a bit in the future to allow more commented
     keys, arbitrary comments, etc.
   *)
-  let option = [ seq "option" . description* . commented? . kv . del_str "\n" ]
+  let option = [ seq "option" . description* . commented? . del_opt_ws "" . kv . del_str "\n" ]
 
   (* ****************( section )*************** *)