Formerly Bugster #6799306.
http://forums.sun.com/thread.jspa?threadID=5363238
test.test(true, "true", true);
test.test(true, "true", "true");
test.test("true", true, "true");
test(true );
test(true , true , true)
Yup. It's the trailing comma that causes the difference.
-
-
- (#1 of 1): 2009-01-29 23:54:23 GMT+00:00 lskrocki
- Last Edit: 2009-01-29 23:54:23 GMT+00:00 lskrocki
Public Comments
Comments
Evaluation
Suggested Fix
Work Around
Justification
Priority changed from [] to [3-Medium]
P3
lskrocki 2009-01-29 23:54:23 GMT
Post a message like this in any forum.
Success: Message renders with all "true" and "false" properly highlighted.
Failure: Message only highlights the last "false" after the "last comma".