1998-10-26 Markku Rossi * operands.js (main): Finished the == and != tests. 1998-10-20 Markku Rossi * misc.test: Added checks for misc features. 1998-10-05 Markku Rossi * operands.js: Added checks for the `mod' operand. 1998-09-15 Markku Rossi * operands.js: Added checks for the `div' operand. 1998-09-10 Markku Rossi * operands.test: Added checks for the byte-code operands. 1998-09-07 Markku Rossi * defs.js (test_panic): Changed to use System.stdout.writeln(). 1998-08-14 Markku Rossi * regexp.js (main): Added check for the regular expression literals. 1998-06-08 Markku Rossi * object.test: Added checks for the objects. 1998-06-03 Markku Rossi * string.js (main): Added checks for indexOf() and lastIndexOf() methods. 1998-05-19 Markku Rossi * boolean.test: Implemented test for the Boolean built-in object. * array.js (main): Finished the array tests. 1998-05-05 Markku Rossi * core.test: Implemented tests for the core global methods (incomplete). 1998-04-23 Markku Rossi * string.js (main): Implemented tests for the String.substr() method. (main): Implemented tests for the String.slice() method. 1998-04-20 Markku Rossi * regexp.test: Implemented tests for the RegExp built-in (incomplete). 1998-04-16 Markku Rossi * string.test: Implemented tests for the String built-in (incomplete). 1998-04-15 Markku Rossi * with.test: Implemented test for the with statement. 1998-04-14 Markku Rossi * array.test: Added tests for the Array built-in (incomplete). * Added tests for the JavaScript interpreter.