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
1 changed files with 1 additions and 1 deletions

View File

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