Fixed YAML in some new test metadata

This commit is contained in:
Iban Eguia Moraza 2022-03-28 21:22:05 +02:00 committed by Philip Chimento
parent 99b2a70789
commit f59bafaa20
2 changed files with 2 additions and 2 deletions

View File

@ -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, )

View File

@ -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, )