Opened 15 years ago
Closed 15 years ago
#4488 closed Bug (fixed)
CKPackager: post increment does not check whether space is needed
Reported by: | Wiktor Walc | Owned by: | Wiktor Walc |
---|---|---|---|
Priority: | Normal | Milestone: | CKEditor 3.1 |
Component: | Project : CKPackager | Version: | |
Keywords: | Confirmed Review+ | Cc: |
Description
The following snipped get broken by the packager:
if(a==b)c++;else d++;
Space between else
and d
is lost.
Attachments (1)
Change History (4)
Changed 15 years ago by
Attachment: | 4488.patch added |
---|
comment:1 Changed 15 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Wiktor Walc |
comment:2 Changed 15 years ago by
Keywords: | Review+ added; Review? removed |
---|
comment:3 Changed 15 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Fixed with [4335], [4336].