comparison map_complex.t @ 1251:766bcbb632ee

Tests: removed TODO and try_run() checks for legacy versions.
author Sergey Kandaurov <pluknet@nginx.com>
date Fri, 24 Nov 2017 19:58:40 +0300
parents 882267679006
children
comparison
equal deleted inserted replaced
1250:b708848eb49a 1251:766bcbb632ee
58 } 58 }
59 } 59 }
60 60
61 EOF 61 EOF
62 62
63 $t->try_run('no complex value')->plan(3); 63 $t->run()->plan(3);
64 64
65 ############################################################################### 65 ###############################################################################
66 66
67 like(http_get('/?var'), qr/foo:bar/, 'map cv'); 67 like(http_get('/?var'), qr/foo:bar/, 'map cv');
68 like(http_get('/?var2'), qr/bar:foo/, 'map cv 2'); 68 like(http_get('/?var2'), qr/bar:foo/, 'map cv 2');