diff --git a/Test262-Technical-Rationale-Report,-October-2017.md b/Test262-Technical-Rationale-Report,-October-2017.md index 994cdf6..08f1010 100644 --- a/Test262-Technical-Rationale-Report,-October-2017.md +++ b/Test262-Technical-Rationale-Report,-October-2017.md @@ -32,7 +32,7 @@ While the test file and directory structure promotes easy navigability for human -### Negative tests: +### Negative tests Tests which contain code that is written to intentionally exercise grammar productions and static semantics that are explicitly specified to throw SyntaxError exceptions are expected Test262 has worked to define, and refine, this information to clearly indicate those negative outcome expectations, as well as providing information indicating when they occur in an “early” or “runtime” phase. This is also being improved to address further details. https://github.com/tc39/test262/issues/1254