From c253c09f5126a4c230e7ab81372e42280b3f0a1b Mon Sep 17 00:00:00 2001 From: Michael Dyck Date: Tue, 28 Sep 2021 19:15:40 -0400 Subject: [PATCH] Move two files from 'early' to 'fail' after merge of PR #2392 Each of the two tests: early/1447683fba196181.js early/d52f769ab39372c7.js consists of a RegularExpressionLiteral in which the RegularExpressionFlags contains a UnicodeEscapeSequence. Formerly, this was disallowed via an Early Error, but with the merge of tc39/ecma262#2392, it is now disallowed via the grammar. Thus, these tests should move from 'early' to 'fail'. --- {early => fail}/1447683fba196181.js | 0 {early => fail}/d52f769ab39372c7.js | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename {early => fail}/1447683fba196181.js (100%) rename {early => fail}/d52f769ab39372c7.js (100%) diff --git a/early/1447683fba196181.js b/fail/1447683fba196181.js similarity index 100% rename from early/1447683fba196181.js rename to fail/1447683fba196181.js diff --git a/early/d52f769ab39372c7.js b/fail/d52f769ab39372c7.js similarity index 100% rename from early/d52f769ab39372c7.js rename to fail/d52f769ab39372c7.js