Opened 18 years ago
Closed 17 years ago
#1240 closed Bug (fixed)
Nested comments break the compressed output
Reported by: | Frederico Caldeira Knabben | Owned by: | Frederico Caldeira Knabben |
---|---|---|---|
Priority: | Normal | Milestone: | |
Component: | Project : CKPackager | Version: | |
Keywords: | Confirmed Review+ | Cc: | julia.frigiere@… |
Description
Nested comments work in JavaScript FCKpackager cannot handle these:
/* asdkfjasdfk as as;dfkj;lj asdflkjasdfjk // */
Attachments (1)
Change History (6)
comment:1 Changed 17 years ago by
Keywords: | Confirmed added |
---|
comment:2 Changed 17 years ago by
Cc: | julia.frigiere@… added |
---|
Changed 17 years ago by
Attachment: | 1240.patch added |
---|
comment:3 Changed 17 years ago by
Keywords: | Review? added |
---|---|
Owner: | set to Frederico Caldeira Knabben |
Status: | new → assigned |
comment:4 Changed 17 years ago by
Keywords: | Review+ added; Review? removed |
---|
The fix for it is quite simple. It is just a matter of doing the
/**/
processing before the//
one.