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 удалений

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

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

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

@ -53,3 +53,8 @@
* 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();