From a69bbc40ff8b1ed20f347a2c79112aac251240e6 Mon Sep 17 00:00:00 2001 From: Claude Pache Date: Thu, 27 Feb 2020 10:50:43 +0100 Subject: [PATCH] Add link to test262 PR Add link to the PR for tests: https://github.com/tc39/test262/pull/2514 Closes #5. --- README.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/README.md b/README.md index a491c83..29edc9e 100644 --- a/README.md +++ b/README.md @@ -61,3 +61,6 @@ Details are found on [analysis.md](analysis.md). Here is a summary: [Annex B]: https://tc39.es/ecma262/#sec-additional-ecmascript-features-for-web-browsers [Forbidden Extensions]: https://tc39.es/ecma262/#sec-forbidden-extensions + +## Tests +* [tc39/test262#2514](https://github.com/tc39/test262/pull/2514)