Searched refs:CLOSED_MULTILINE_COMMENTS_RE (Results 1 - 1 of 1) sorted by relevance

/ec/ECSpooler/backends/junit/
H A DJUnit.py81 CLOSED_MULTILINE_COMMENTS_RE = re.compile('/\*.+?\*/', re.M | re.S) variable
166 noMultilineCommentSource = re.sub(CLOSED_MULTILINE_COMMENTS_RE, '', source)

Completed in 1727 milliseconds