mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
JavaScript Tests - update tests for bug 305064, r=Mike Kaplinskiy
This commit is contained in:
parent
7aae188197
commit
b3ffc78b45
@ -86,7 +86,7 @@ function test()
|
||||
{
|
||||
var v = whitespace[i];
|
||||
reportCompare(true, !!(/\s/.test(v.s)), 'Is ' + v.t + ' a space');
|
||||
};
|
||||
}
|
||||
|
||||
exitFunc ('test');
|
||||
}
|
||||
|
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user