JavaScript Tests - update tests for bug 305064, r=Mike Kaplinskiy

This commit is contained in:
Bob Clary 2008-08-13 05:02:38 -07:00
parent 7aae188197
commit b3ffc78b45
2 changed files with 3 additions and 1 deletions

View File

@ -86,7 +86,7 @@ function test()
{
var v = whitespace[i];
reportCompare(true, !!(/\s/.test(v.s)), 'Is ' + v.t + ' a space');
};
}
exitFunc ('test');
}

View File

@ -40,6 +40,8 @@ var gTestfile = 'regress-305064.js';
//-----------------------------------------------------------------------------
var BUGNUMBER = 305064;
var summary = 'Tests the trim, trimRight and trimLeft methods';
var actual = '';
var expect = '';
printBugNumber(BUGNUMBER);
printStatus (summary);