Ticket #4488 (closed Bug: fixed)

Opened 5 months ago

Last modified 5 months ago

CKPackager: post increment does not check whether space is needed

Reported by: wwalc Owned by: wwalc
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

4488.patch Download (0.7 KB) - added by wwalc 5 months ago.

Change History

Changed 5 months ago by wwalc

Changed 5 months ago by wwalc

  • keywords Review? added
  • owner set to wwalc

Changed 5 months ago by fredck

  • keywords Review+ added; Review? removed

Changed 5 months ago by wwalc

  • status changed from new to closed
  • resolution set to fixed

Fixed with [4335], [4336].

Note: See TracTickets for help on using tickets.