« Bugzilla Issues Index
#3012 — 21.2.5.8 RegExp.prototype.search variable names
- bug_id:
3012
- creation_ts:
2014-07-20 05:36:00 -0700
- short_desc:
21.2.5.8 RegExp.prototype.search variable names
- delta_ts:
2014-08-25 08:29:22 -0700
- product:
Draft for 6th Edition
- component:
editorial issue
- version:
Rev 26: July 18, 2014 Draft
- rep_platform:
All
- op_sys:
All
- bug_status:
RESOLVED
- resolution:
FIXED
- priority:
Normal
- bug_severity:
enhancement
- everconfirmed:
true
- reporter:
Mathias Bynens
- assigned_to:
Allen Wirfs-Brock
- cc:
mathias
- commentid:
9407
- comment_count:
0
- who:
Mathias Bynens
- bug_when:
2014-07-20 05:36:58 -0700
In section 21.2.5.8, in the algorithm for `RegExp.prototype.search(string)`, the variable name `s` (created in step 3) should instead be a capital letter `S`, for consistency with other similar algorithms in the spec.
- commentid:
9471
- comment_count:
1
- who:
Allen Wirfs-Brock
- bug_when:
2014-07-22 09:07:05 -0700
fixed in rev27 editor's draft
- commentid:
9887
- comment_count:
2
- who:
Allen Wirfs-Brock
- bug_when:
2014-08-25 08:29:22 -0700
fixed in rev27 draft