Opened 7 years ago
Closed 7 years ago
#17861 closed defect (fixed)
regexp.escapeString does not escape the minus sign
Reported by: | bwolfe | Owned by: | |
---|---|---|---|
Priority: | undecided | Milestone: | 1.10 |
Component: | Core | Version: | 1.9.3 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
The dash character is special and should be escaped.
Change History (2)
comment:1 Changed 7 years ago by
Component: | General → Core |
---|---|
Milestone: | tbd → 1.10 |
comment:2 Changed 7 years ago by
Owner: | set to Bill Keese <[email protected]…> |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
Indeed. Trivial fix so marking for 1.10. Added PR at https://github.com/dojo/dojo/pull/77.