Side navigation
#5281 closed bug ()
Opened September 22, 2009 04:07AM UTC
Closed November 11, 2010 11:09PM UTC
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
nitinasd@gmail.com
nitinasd.blogspot.com
Attachments (0)
Change History (4)
Changed September 24, 2009 02:17AM UTC by comment:1
component: | unfilled → selector |
---|---|
owner: | → john |
priority: | blocker → major |
Changed November 06, 2009 04:54AM UTC by comment:2
Do you have an example of what fails due to that missing quote?
Changed October 27, 2010 10:35PM UTC by comment:3
owner: | john → nitinasd |
---|---|
status: | new → pending |
Changed November 11, 2010 11:09PM UTC by comment:4
status: | pending → closed |
---|
Automatically closed due to 14 days of inactivity.