Merge pull request #232 from caitp/non-printable-characters

remove non-printable characters from quoted strings in tests
This commit is contained in:
Brian Terlson 2015-04-18 18:00:54 -07:00
commit 8af82000ed
1 changed files with 1 additions and 1 deletions

View File

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