Opened 11 years ago
Closed 11 years ago
#1709 closed defect (fixed)
Fixed scanner in processing escaped quote right after quote begin
Reported by: | nanang | Owned by: | bennylp |
---|---|---|---|
Priority: | normal | Milestone: | release-2.2 |
Component: | pjlib-util | Version: | trunk |
Keywords: | Cc: | ||
Backport to 1.x milestone: | Backported: | no |
Description
For example, parsing quoted text "\"DisplayName\"" should return \"DisplayName\" (begin & end quote excluded), currently it returns \.
Change History (1)
comment:1 Changed 11 years ago by nanang
- Resolution set to fixed
- Status changed from new to closed
Note: See
TracTickets for help on using
tickets.
In 4641: