Needed string parameter in order to pass type comparison correctly.

Added missing TITLE declaration.
This commit is contained in:
rogerl%netscape.com 1999-11-02 01:03:52 +00:00
Родитель 664f99659e
Коммит a500a60e32
2 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@ -118,9 +118,9 @@ function AddRegExpCases(
index,
string.match(regexp).index );
AddTestCase(
AddTestCase(
"( " + string + " ).match(" + str_regexp +").input",
string,
str_string,
string.match(regexp).input );
var limit = matches_array.length > string.match(regexp).length ?

Просмотреть файл

@ -52,4 +52,9 @@
* Note that the replace function is intentionally generic; it does not
* require that its this value be a string object. Therefore, it can be
* transferred to other kinds of objects for use as a method.
*/
*/
testcases[0] = { expect:"PASSED", actual:"PASSED", description:"NO TESTS EXIST" };
test();