Package: rhino
Severity: normal
Version: 1.7R2-4

 $ cat testcase.js
 for (var i = 0; i < arguments.length; ++i) {
   print("arguments[" + i + "] = " + arguments[i]);
 }

 $ rhino testcase.js "a b" c "d e"
 arguments[0] = a
 arguments[1] = b
 arguments[2] = c
 arguments[3] = d
 arguments[4] = e

Expected:

 $ rhino testcase.js "a b" c "d e"
 arguments[0] = a b
 arguments[1] = c
 arguments[2] = d e


Regards,

-- 
      ,''`.
     : :'  :     Chris Lamb
     `. `'`      la...@debian.org
       `-

Attachment: signature.asc
Description: PGP signature

Reply via email to