From 1d67142ae89fe03060e2378ceaa0a9ee303c3eaf Mon Sep 17 00:00:00 2001 From: Rick Waldron Date: Wed, 11 Oct 2017 11:02:54 -0400 Subject: [PATCH] Updated Test262 Technical Rationale Report, October 2017 (markdown) --- Test262-Technical-Rationale-Report,-October-2017.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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