mirror of https://github.com/tc39/test262.git
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…
Reference in New Issue