mirror of
https://github.com/tc39/test262.git
synced 2025-07-27 07:54:41 +02:00
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…
x
Reference in New Issue
Block a user