comparison rewrite_unescape.t @ 212:a7cc4371f4ad

Tests: whitespace fixes.
author Maxim Dounin <mdounin@mdounin.ru>
date Fri, 23 Mar 2012 20:24:13 +0400
parents c0ae29632905
children 6a0d934950bc
comparison
equal deleted inserted replaced
211:ee8fee3c4ae8 212:a7cc4371f4ad
71 $t->run(); 71 $t->run();
72 72
73 ############################################################################### 73 ###############################################################################
74 74
75 # Some rewrites and expected (?) behaviour 75 # Some rewrites and expected (?) behaviour
76 # 76 #
77 # /t1?r=http%3A%2F%2Fexample.com%2F%3Ffrom 77 # /t1?r=http%3A%2F%2Fexample.com%2F%3Ffrom
78 # rewrite ^ $arg_r? redirect; 78 # rewrite ^ $arg_r? redirect;
79 # expected: http://example.com/?from 79 # expected: http://example.com/?from
80 # got: http://example.com/?from 80 # got: http://example.com/?from
81 # 81 #