Skip to content

Commit 65c9145

Browse files
committed
N°8570 - Allow @ as part of url - add test
1 parent 437296e commit 65c9145

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

tests/php-unit-tests/unitary-tests/core/AttributeURLTest.php

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ public function CheckFormatProvider(): array
3636
'SF URL' => ['https://sourceforge.net/p/itop/discussion/customizing-itop/thread/707145b859/?limit=25#f53c', 1],
3737
'SF URL anchor starting with digit' => ['https://sourceforge.net/p/itop/discussion/customizing-itop/thread/b0a2d474ba/?limit=25#2b35', 1],
3838
'URL param containing commas' => ['http://mydomain.prtg.com/chart.png?type=graph&width=1500&height=700&hide=2,3,6,7,8,9,10,11,12,13,14&graphstyling=showLegend%3D%271%27+baseFontSize%3D%2715%27&graphid=0&id=34759&username=portaluser&passhash=2353031973', 1],
39+
'URL with @ in path segment' => ['https://calendar.example.com/book/meetingroom42@ex.com/', 1],
3940
// 'iTop anchors' => ['https://itsm-designer.combodo.com/pages/UI.php?operation=details&class=MigrationAuditCheckXPath&id=106&#ObjectProperties=tab_UIPropertiesTab', 1], // N°5121
4041
];
4142
}

0 commit comments

Comments
 (0)