fn line<'s>(input: &mut &'s str) -> PResult<(&'s str, &'s str)>
Parse a single line consisting of a key value pair, followed by 0 or more newlines.