mirror of
https://github.com/catchorg/Catch2.git
synced 2024-11-04 05:09:53 +01:00
785db43bb2
- well, partially. The problem is it is matching /* … */ comments by assuming the intervening lines begin with whitespace followed by a *. This avoids it having to maintain extra state, but makes it brittle. It was matching *it = " " + *it; as a comment! It now matches on a single space followed by a * and this seems to work for now - but it probably needs to move to proper stateful comment handling. |
||
---|---|---|
.. | ||
approvalTests.py | ||
approve.py | ||
generateSingleHeader.py | ||
releaseNotes.py | ||
scriptCommon.py |