Skip to main content

Bug Tracker

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)
  • patch.txt (1.1 KB) - added by lrbabe August 14, 2009 01:40PM UTC.

    proposed patch with all "_" removed

Change History (1)

Changed November 19, 2010 12:51AM UTC by dmethvin comment:1

resolution: → fixed
status: newclosed

These were removed at some point.