Skip to content

Commit 70fc5bf

Browse files
Add multiple dots test(will be failed) cebe#94
1 parent 310de02 commit 70fc5bf

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

tests/ReferenceContextTest.php

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -183,6 +183,10 @@ public function normalizeUriProvider()
183183
'/var/www/api/../definitions.yaml#/components/Pet',
184184
'file:///var/www/definitions.yaml#/components/Pet',
185185
],
186+
[
187+
'/var/www/api/foo/../../definitions.yaml#/components/Pet',
188+
'file:///var/www/definitions.yaml#/components/Pet',
189+
],
186190
];
187191

188192
return $data;

0 commit comments

Comments
 (0)