Opened 13 years ago
Closed 12 years ago
#5281 closed bug
Bug in latest jquery-1.3.2
Reported by: | nitinasd | Owned by: | nitinasd |
---|---|---|---|
Priority: | major | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Line Num 1421 ie
var chunker = /((?:\((?:\([()]+\)|[()]+)+\)|\[(?:\^[\?*\]|['"]['"]*['"]|[[\]'"]+)+\]|
.|[ >+~,(\[
]+)+|[>+~])(\s*,\s*)?/g,
is missing one quote
it should be
var chunker = /((?:\((?:\([()]+\)|[()]+)+\)|\[(?:\^[\?*\]|['"]['"]*['"]|[[\]'"]+)+\]|
.|[ >+~,(\[
]+)+|[>+~]')(\s*,\s*)?/g,
Please check.
Thanks and Regards Nitin Harikant [email protected]… nitinasd.blogspot.com
Change History (4)
comment:1 Changed 13 years ago by
Component: | unfilled → selector |
---|---|
Owner: | set to john |
Priority: | blocker → major |
comment:2 Changed 13 years ago by
comment:3 Changed 12 years ago by
Owner: | changed from john to nitinasd |
---|---|
Status: | new → pending |
comment:4 Changed 12 years ago by
Status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.
Note: See
TracTickets for help on using
tickets.
Do you have an example of what fails due to that missing quote?