1
0
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:
Caitlin Potter 2015-04-18 20:34:08 -04:00
parent 5eb76070cb
commit 6e88ac5cec

@ -10,4 +10,4 @@ description: >
flags: [noStrict]
---*/
assert.sameValue(`${'\07'}`, '');
assert.sameValue(`${'\07'}`, '\u0007');