mirror of
https://github.com/tc39/test262.git
synced 2025-07-29 08:54:35 +02:00
remove non-printable characters from tests
This commit is contained in:
parent
5eb76070cb
commit
6e88ac5cec
@ -10,4 +10,4 @@ description: >
|
|||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(`${'\07'}`, '');
|
assert.sameValue(`${'\07'}`, '\u0007');
|
||||||
|
Loading…
x
Reference in New Issue
Block a user