comparison http_location.t @ 171:cfb8147f19a7

Tests: use (?P<name>...) to be compatible with old PCRE versions. Perl-style syntax (?<name>...) is only supported by PCRE 7.0+, while some OSes out there still use PCRE 6.6. Since there are no problems in nginx with (?P<name>...) syntax now, it should be safe to use Python syntax instead (at worst a bit more tests will be broken in case of regression).
author Maxim Dounin <mdounin@mdounin.ru>
date Tue, 30 Aug 2011 18:32:14 +0400
parents c0ae29632905
children 7f4a913d7504
comparison
equal deleted inserted replaced
170:c5696c97c735 171:cfb8147f19a7