Skip to content
Closed
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 6 additions & 0 deletions Tests/InputFilterTest.php
Original file line number Diff line number Diff line change
Expand Up @@ -474,6 +474,12 @@ public function casesGeneric()
'C:\Documents\Newsletters\Summer2018.pdf',
'From generic cases'
),
'windows path with /' => array(
'path',
'C:\Documents\\Newsletters/tmp',
Comment thread
zero-24 marked this conversation as resolved.
Outdated
'C:\Documents\Newsletters/tmp',
'From generic cases'
),
'user_01' => array(
'username',
'&<f>r%e\'d',
Expand Down