[teamcoco] Fix regex in 2.6 (#2700)
The re engine does not want to repeat an empty string, for fear that something like (.*)* could be matching the tokens ... "" "" "" "" "" "" Of course, that's harmless with a question mark, although still somewhat strange.pull/2703/merge
parent
b84d6e7fc4
commit
c465afd736
Loading…
Reference in New Issue