.. |
15.10.2-1.js
|
Initial add. Based on examples from ECMA-262 Ed.3 spec, Section 15.10.2
|
2002-07-10 23:09:48 +00:00 |
15.10.3.1-1.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.3.1-2.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.4.1-1.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.4.1-2.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.4.1-3.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.4.1-4.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.4.1-5-n.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
15.10.6.2-1.js
|
Fixing a typo in the comments
|
2002-02-18 23:29:54 +00:00 |
15.10.6.2-2.js
|
Adding more cases and improving comments.
|
2002-02-18 23:59:15 +00:00 |
octal-001.js
|
Adding a comment
|
2002-08-02 00:13:00 +00:00 |
octal-002.js
|
Initial add. Testing regexps containing octal escape sequences. See bug 141078.
|
2002-08-02 21:27:12 +00:00 |
perlstress-001.js
|
Expanding a comment for one section in greater detail.
|
2002-07-15 17:04:38 +00:00 |
perlstress-002.js
|
Commenting out sections containing (?< or (?(condition). Perl supports these operators, but ECMAScript does not.
|
2003-01-23 20:56:08 +00:00 |
regress-24712.js
|
…
|
|
regress-28686.js
|
…
|
|
regress-31316.js
|
Corrected tests to match ECMA - unmatched paren contents need to have the
|
2002-06-04 18:51:05 +00:00 |
regress-57572.js
|
Removing an erroneous section. According to the spec, can't have more than 2 consecutive |?| quantifers in a regexp.
|
2003-01-23 20:08:39 +00:00 |
regress-57631.js
|
Minor whitespace cleanup.
|
2001-04-26 20:49:14 +00:00 |
regress-67773.js
|
Making testcase compatible with updated testRegExp() function in utility file shell.js
|
2001-09-14 00:29:21 +00:00 |
regress-72964.js
|
Making testcase compatible with updated testRegExp() function in utility file shell.js
|
2001-09-14 00:29:21 +00:00 |
regress-76683.js
|
Making testcase compatible with updated testRegExp() function in utility file shell.js
|
2001-09-14 00:29:21 +00:00 |
regress-78156.js
|
Making testcase compatible with updated testRegExp() function in utility file shell.js
|
2001-09-14 00:29:21 +00:00 |
regress-85721.js
|
Adjusting FAST constant upward again, so that test can pass in Rhino. 100 ms seems like a reasonable value.
|
2002-06-24 22:14:48 +00:00 |
regress-87231.js
|
Corrected tests to match ECMA - unmatched paren contents need to have the
|
2002-06-04 18:51:05 +00:00 |
regress-98306.js
|
Trivial change to comment and whitespace.
|
2001-09-08 18:58:40 +00:00 |
regress-100199.js
|
Adding new cases to test
|
2001-12-10 00:43:13 +00:00 |
regress-103087.js
|
Improving readability.
|
2002-02-08 21:42:55 +00:00 |
regress-105972.js
|
Adding two more cases to the test.
|
2001-10-24 02:01:59 +00:00 |
regress-119909.js
|
Correcting a typo in comments-
|
2002-01-15 01:07:28 +00:00 |
regress-122076.js
|
Initial add. Regression test for bug 122076.
|
2002-03-04 04:11:47 +00:00 |
regress-123437.js
|
Initial add. Regression test for bug 123437.
|
2002-02-05 01:44:52 +00:00 |
regress-165353.js
|
Whitespace fix.
|
2002-08-31 01:20:40 +00:00 |
regress-169497.js
|
Replace 'onload' with meaningless string. Alertboxes were popping up otherwise when the jsDriver.pl results file was opened!
|
2002-11-19 23:23:33 +00:00 |
regress-169534.js
|
Initial add. Regression test for bug 169534.
|
2002-09-21 03:17:25 +00:00 |
regress-187133.js
|
Initial add. Regression test for bug 187133.
|
2003-01-06 22:18:34 +00:00 |
regress-188206.js
|
We've decided to follow Perl, rather than ECMA, and allow unescaped braces in regexp patterns, evan if they are not part of a quantifier. See bug 190685.
|
2003-01-30 02:25:51 +00:00 |
regress-191479.js
|
Initial add. Regression test for bug 191479.
|
2003-01-31 20:30:33 +00:00 |
shell.js
|
Improved regexp reporting for Rhino by imitating SpiderMonkey's Array.toSource() method.
|
2002-02-27 18:36:46 +00:00 |