mirror of https://github.com/tc39/test262.git
Merge pull request #232 from caitp/non-printable-characters
remove non-printable characters from quoted strings in tests
This commit is contained in:
commit
8af82000ed
|
@ -10,4 +10,4 @@ description: >
|
||||||
flags: [noStrict]
|
flags: [noStrict]
|
||||||
---*/
|
---*/
|
||||||
|
|
||||||
assert.sameValue(`${'\07'}`, '');
|
assert.sameValue(`${'\07'}`, '\u0007');
|
||||||
|
|
Loading…
Reference in New Issue