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