gecko-dev/js/tests/ecma_3
pschwartau%netscape.com a20cfaa7a1 Minor whitespace cleanup.
2001-04-26 20:49:14 +00:00
..
Array Initial add. This is Norris' testcase from bug 56883. 2001-03-13 01:23:34 +00:00
Date Correcting bug that cropped up when system clock was set to GMT Standard Time 2001-01-01 02:40:28 +00:00
Exceptions initial add 2000-11-03 02:27:44 +00:00
ExecutionContexts Fixed testcase 2000-01-20 20:35:39 +00:00
FunExpr Initial add of Function Expression/Statement tests 2000-03-10 18:31:04 +00:00
NumberFormatting Initial checkin of tostring test 2000-01-13 00:31:09 +00:00
Object Avoid a name conflict; getClass() is already used in js/src/liveconnect/jsj_JavaClass.c 2001-04-24 01:30:53 +00:00
RegExp Minor whitespace cleanup. 2001-04-26 20:49:14 +00:00
Unicode Added bugnumber to uc-003.js and regress-24712.js 2000-03-03 22:14:09 +00:00
shell.js "for (i in myArray)" produces unintentional side effects if a test modifies Array.prototype or Object.prototype. Use for (i=0; __; i++) instead. 2001-04-18 22:33:31 +00:00