mirror of
https://github.com/tc39/test262.git
synced 2025-09-24 10:38:30 +02:00
Fix c/p errors in String#{is,to}WellFormed tests
This commit is contained in:
parent
c185485452
commit
6f74a55277
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-ecmascript-standard-built-in-objects
|
esid: sec-ecmascript-standard-built-in-objects
|
||||||
description: >
|
description: >
|
||||||
String.prototype.includes does not implement [[Construct]], is not new-able
|
String.prototype.isWellFormed does not implement [[Construct]], is not new-able
|
||||||
info: |
|
info: |
|
||||||
ECMAScript Function Objects
|
ECMAScript Function Objects
|
||||||
|
|
||||||
|
@ -4,7 +4,7 @@
|
|||||||
/*---
|
/*---
|
||||||
esid: sec-ecmascript-standard-built-in-objects
|
esid: sec-ecmascript-standard-built-in-objects
|
||||||
description: >
|
description: >
|
||||||
String.prototype.includes does not implement [[Construct]], is not new-able
|
String.prototype.toWellFormed does not implement [[Construct]], is not new-able
|
||||||
info: |
|
info: |
|
||||||
ECMAScript Function Objects
|
ECMAScript Function Objects
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user