pub fn skip_space1_and_comments(input: &str) -> IResult<&str, &str>
Skip whitespace/comments - requires at least one