Opened 13 years ago
Closed 12 years ago
#5052 closed enhancement (fixed)
"_" 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 (2)
Changed 13 years ago by
comment:1 Changed 12 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
These were removed at some point.
Note: See
TracTickets for help on using
tickets.
proposed patch with all "_" removed