# HG changeset patch # User Maxim Dounin # Date 1328541499 -14400 # Node ID 241b522ce7a5c3fd84e5d4fe3313bcdb2840e4cc # Parent d17bd21a03784715067fc4295ae64c8dd240f43b Tests: ssi captures and fixes are in 1.1.12/1.0.12, remove TODO. diff -r d17bd21a0378 -r 241b522ce7a5 ssi_if.t --- a/ssi_if.t Mon Feb 06 19:06:24 2012 +0400 +++ b/ssi_if.t Mon Feb 06 19:18:19 2012 +0400 @@ -117,9 +117,6 @@ 'if var = complex'); -TODO: { -local $TODO = 'support for captures in regexps'; - $t->write_file('if_cap_re.html', 'x' . 'x' @@ -137,8 +134,6 @@ like(http_get('/if_ncap_re.html?v=captureHEREeee'), qr/^xHEREx$/m, 'if regex with named capture'); -} - $t->write_file('if.html', 'x' . $if_elif_else . 'x'); @@ -163,9 +158,6 @@ 'multiple if (interlaced reversed)'); -TODO: { -local $TODO = 'fix "if" conditions inside the "block" command'; - $t->write_file('if_in_block.html', '' . $if_elif_else . '' . 'xx'); @@ -176,8 +168,6 @@ like(http_get('/if_in_block.html?elif=1'), qr/^xELIFx$/m, 'elif (in block)'); like(http_get('/if_in_block.html'), qr/^xELSEx$/m, 'else (in block)'); -} - $t->write_file('if_config_set_echo.html', 'x'