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
`. `'` [email protected]
`-
signature.asc
Description: PGP signature
__ This is the maintainer address of Debian's Java team <http://lists.alioth.debian.org/mailman/listinfo/pkg-java-maintainers>. Please use [email protected] for discussions and questions.

