'suffix' in regex matches empty string on all the data files, except
authorqqo <redacted>
Fri, 23 Oct 2015 22:43:18 +0000 (01:43 +0300)
committerqqo <redacted>
Fri, 23 Oct 2015 22:43:18 +0000 (01:43 +0300)
commit10c4449774262de5079b344b0153115529be356d
tree85c76be4fa798118bbb0a7f10f885c7394d91ba5
parentd810d251782ad64db31d0f4d18c777e61cabd026
'suffix' in regex matches empty string on all the data files, except
one (incorrect) line containing port:
0.0.0.0 telemetry.appex.bing.net:443
The resulting entry in hosts file generated like this:
0.0.0.0 telemetry.appex.bing.net :443
which is incorrect. The bug was not spotted only because the incorrect
line in the data source was after the correct line without port,
thus it was ignored and not added to resulting hosts file.
updateHostsFile.py
git clone https://git.99rst.org/PROJECT