Changes between Version 23 and Version 24 of TestExpectations


Ignore:
Timestamp:
Feb 25, 2013 9:49:25 PM (11 years ago)
Author:
glenn@skynav.com
Comment:

ensure grammaticality

Legend:

Unmodified
Added
Removed
Modified
  • TestExpectations

    v23 v24  
    3838                           
    3939* Tokens are separated by whitespace
    40 * '''The brackets delimiting the modifiers and expectations from the bugs and the test_name are not optional''', although the bugs, modifiers, and expectations. In other words, if you want to specify modifiers or expectations, you must enclose them in brackets.                                                     
     40* '''The brackets delimiting the modifiers and expectations from the bugs and the test_name are not optional'''; however, the bugs, modifiers, and expectations components are optional. In other words, if you want to specify modifiers or expectations, you must enclose them in brackets.                                                     
    4141* Lines are expected to have one or more bug identifiers, and the linter will complain about lines missing them. Bug identifiers are of the form "webkit.org/b/12345", "crbug.com/12345", "code.google.com/p/v8/issues/detail?id=12345" or "Bug(username)"
    4242* If no modifiers are specified, the test applies to all of the configurations applicable to that file