[jsinterp] 'reverse' modifies the array in place (fixes #3334)

This commit is contained in:
Jaime Marquínez Ferrándiz 2014-07-24 11:08:31 +02:00
parent 825abb8175
commit ebe832dc37
2 changed files with 9 additions and 2 deletions

View file

@ -62,7 +62,13 @@ _TESTS = [
u'js',
84,
u'123456789abcdefghijklmnopqrstuvwxyzABCDEFGHIJKLMNOPQ0STUVWXYZ!"#$%&\'()*+,@./:;<=>'
)
),
(
u'https://s.ytimg.com/yts/jsbin/html5player-en_US-vfl9FYC6l.js',
u'js',
83,
u'123456789abcdefghijklmnopqr0tuvwxyzABCDETGHIJKLMNOPQRS>UVWXYZ!"#$%&\'()*+,-./:;<=F'
),
]