changcheng / wro4j

Automatically exported from code.google.com/p/wro4j
0 stars 0 forks source link

Multiline comment stripper processor issue #328

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
Update the regex used by MultiLineCommentStripperProcessor from:

Current regex:
[\t ]*/\*.*?\*/\r\n?
Suggested regex:
[\t ]*/\*.*?\*/[\r\n]?

The current one, isn't working well in some situations.

Also, as a part of this task, add an alias to this processor.

Original issue reported on code.google.com by alex.obj...@gmail.com on 12 Nov 2011 at 2:21

GoogleCodeExporter commented 9 years ago

Original comment by alex.obj...@gmail.com on 12 Nov 2011 at 2:52