# 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 --git a/ssi_if.t b/ssi_if.t --- a/ssi_if.t +++ b/ssi_if.t @@ -117,9 +117,6 @@ like(http_get('/if_varvar.html?v=varHERE '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_cap_re.html?v=hereCAP 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 @@ like(http_get('/if_multi.html?2=t&4=t'), '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?if=1&el 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'