Skip to content
  • Michał Kępień's avatar
    Fix IP regex used in the "resolver" system test · 70ae48e5
    Michał Kępień authored and Mark Andrews's avatar Mark Andrews committed
    If dots are not escaped in the "1.2.3.4" regular expressions used for
    checking whether IP address 1.2.3.4 is present in the tested resolver's
    answers, a COOKIE that matches such a regular expression will trigger a
    false positive for the "resolver" system test.  Properly escape dots in
    the aforementioned regular expressions to prevent that from happening.
    70ae48e5