Regular expressions without '$'?
robert-scheck opened this issue · 1 comments
robert-scheck commented
Is it really intended that the following regular expressions are without a terminating $
?
Line 73 in 4d08684
Line 77 in 4d08684
Line 81 in 4d08684
Line 85 in 4d08684
As of writing, not only a returned 127.0.0.2
would be matched by the first expression, but also e.g. a returned 127.0.0.255
. And even if that behaviour is intended, all other rules do handle possible replies explicitly rather implicitly.
ricalfieri commented
You are correct and those regexes are now fixed