Skip to content
  • Brad King's avatar
    Warn about arguments not separated by whitespace · 58e52416
    Brad King authored
    Teach the lexer to return tokens for whitespace.  Teach the parser to
    tolerate the space tokens where whitespace is allowed.  Also teach the
    parser to diagnose and warn about cases of quoted arguments followed
    immediately by another argument.  This was accidentally allowed
    previously, so we only warn.
    
    Update the RunCMake.Syntax test case StringNoSpace expected stderr to
    include the warnings.
    58e52416