зеркало из https://github.com/mozilla/pjs.git
Needed string parameter in order to pass type comparison correctly.
Added missing TITLE declaration.
This commit is contained in:
Родитель
664f99659e
Коммит
a500a60e32
|
@ -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();
|
||||
|
|
Загрузка…
Ссылка в новой задаче