Side navigation
#5052 closed enhancement (fixed)
Opened August 14, 2009 01:39PM UTC
Closed November 19, 2010 12:51AM UTC
"_" is redundant in many selectors of Sizzle
Reported by: | lrbabe | Owned by: | john |
---|---|---|---|
Priority: | minor | Milestone: | 1.4 |
Component: | selector | Version: | 1.3.2 |
Keywords: | regexp, match | Cc: | |
Blocked by: | Blocking: |
Description
Many selectors of Sizzle include the pattern [\\w\\u00c0-\\uFFFF_-]
the "_" at the end of this pattern is redundant since it is already matched by \\w
Attachments (1)
Change History (1)
Changed November 19, 2010 12:51AM UTC by comment:1
resolution: | → fixed |
---|---|
status: | new → closed |
These were removed at some point.