Cleanup path nomalization routine and add some further regression tests (MODSEC-123).

This commit is contained in:
b1v1r
2010-02-05 18:38:56 +00:00
parent 04fe141c73
commit 6748e04996
3 changed files with 16 additions and 4 deletions

View File

@@ -24,6 +24,13 @@
},
### Basic
{
type => "tfn",
name => "normalisePath",
input => "x",
output => "x",
ret => 0,
},
{
type => "tfn",
name => "normalisePath",

View File

@@ -24,6 +24,13 @@
},
### Basics
{
type => "tfn",
name => "normalisePathWin",
input => "x",
output => "x",
ret => 0,
},
{
type => "tfn",
name => "normalisePathWin",