Adding standard lines to report bug number and summary, which were missing from this testcase for some reason.
git-svn-id: svn://10.0.0.236/trunk@140107 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
c5753a38cc
commit
659bddd1ca
@ -53,6 +53,10 @@ var summary = "Don't crash on invalid regexp literals / \\/ /";
|
||||
var STRESS = 10;
|
||||
var sEval = '';
|
||||
|
||||
printBugNumber(bug);
|
||||
printStatus(summary);
|
||||
|
||||
|
||||
sEval += 'function checkDate()'
|
||||
sEval += '{'
|
||||
sEval += 'return (this.value.search(/^[012]?\d\/[0123]?\d\/[0]\d$/) != -1);'
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user