From f59bafaa20445100fbf6fc43df133c33613190e1 Mon Sep 17 00:00:00 2001 From: Iban Eguia Moraza Date: Mon, 28 Mar 2022 21:22:05 +0200 Subject: [PATCH] Fixed YAML in some new test metadata --- .../WrappedFunction/throws-typeerror-on-revoked-proxy.js | 2 +- .../prototype/evaluate/throws-typeerror-wrap-throwing.js | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js b/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js index b05d708a78d..ee964823a24 100644 --- a/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js +++ b/test/built-ins/ShadowRealm/WrappedFunction/throws-typeerror-on-revoked-proxy.js @@ -3,7 +3,7 @@ /*--- esid: sec-wrapped-function-exotic-objects-call-thisargument-argumentslist description: > - WrappedFunctionCreate throws a TypeError the target is a revoked proxy. + WrappedFunctionCreate throws a TypeError the target is a revoked proxy. info: | WrappedFunctionCreate ( callerRealm: a Realm Record, Target: a function object, ) diff --git a/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js b/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js index 4f1dacf0eb4..b3cec5b115e 100644 --- a/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js +++ b/test/built-ins/ShadowRealm/prototype/evaluate/throws-typeerror-wrap-throwing.js @@ -3,7 +3,7 @@ /*--- esid: sec-wrappedfunctioncreate description: > - WrappedFunctionCreate throws a TypeError if the accessing target's property may throw. + WrappedFunctionCreate throws a TypeError if the accessing target's property may throw. info: | WrappedFunctionCreate ( callerRealm: a Realm Record, Target: a function object, )