Comment 3 for bug 1181812

Revision history for this message
Christian Boltz (cboltz) wrote :

The comment explains what the code does (which is a good thing because the regexes aren't easily readable).

Nevertheless, the code is slightly buggy. I'd _guess_ that we need to replace "/\*{1,2}" with "/\*{1,2}[^/]*" multiple times in lines 3866 to 3880.