From 0b9f7642a61d440764f96f4abbc174f175610e09 Mon Sep 17 00:00:00 2001
From: Robin Appelman <icewind@owncloud.com>
Date: Wed, 21 Jan 2015 17:18:47 +0100
Subject: [PATCH] Add unit test

---
 tests/lib/request.php | 1 +
 1 file changed, 1 insertion(+)

diff --git a/tests/lib/request.php b/tests/lib/request.php
index ea3722b90a6..dd6d1e47cd5 100644
--- a/tests/lib/request.php
+++ b/tests/lib/request.php
@@ -84,6 +84,7 @@ class Test_Request extends \Test\TestCase {
 			array('/core/ajax/translations.php', '/core/ajax/translations.php', 'index.php'),
 			array('/core/ajax/translations.php', '//core/ajax/translations.php', '/index.php'),
 			array('/core/ajax/translations.php', '/oc/core/ajax/translations.php', '/oc/index.php'),
+			array('/core/ajax/translations.php', '/oc//index.php/core/ajax/translations.php', '/oc/index.php'),
 			array('/1', '/oc/core/1', '/oc/core/index.php'),
 		);
 	}
-- 
GitLab