What steps will reproduce the problem?
1. 'LOWER'.toLowerCase()
2.
3.
What is the expected output? What do you see instead?
expected:lower
actual:tolowercase
What version of the product are you using? On what operating system?
JsObject R41
Please provide any additional information below.
I think it should be:
stack.setObject(sp, stack.getString(sp).toLowerCase());
Was changed to:
stack.setObject(sp, stack.getString(sp + 2).toLowerCase());
Same for toUppercase.
Original issue reported on code.google.com by william....@gmail.com on 16 Mar 2009 at 11:04
Original issue reported on code.google.com by
william....@gmail.com
on 16 Mar 2009 at 11:04