mirror of
https://github.com/tc39/test262.git
synced 2025-09-23 18:18:37 +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
|
||||
description: >
|
||||
String.prototype.includes does not implement [[Construct]], is not new-able
|
||||
String.prototype.isWellFormed does not implement [[Construct]], is not new-able
|
||||
info: |
|
||||
ECMAScript Function Objects
|
||||
|
||||
|
@ -4,7 +4,7 @@
|
||||
/*---
|
||||
esid: sec-ecmascript-standard-built-in-objects
|
||||
description: >
|
||||
String.prototype.includes does not implement [[Construct]], is not new-able
|
||||
String.prototype.toWellFormed does not implement [[Construct]], is not new-able
|
||||
info: |
|
||||
ECMAScript Function Objects
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user