We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a66333f commit e38470cCopy full SHA for e38470c
tests/acceptance/TestHelpers/GraphHelper.php
@@ -143,7 +143,7 @@ public static function getEtagRegex(): string {
143
* @return string
144
*/
145
public static function getFederatedUserRegex(): string {
146
- return self::getUUIDv4Regex() . '@[a-zA-Z-\.]+(:\d+)?';
+ return self::getUUIDv4Regex() . '@[a-zA-Z-\\\.]+(:\\\d+)?';
147
}
148
149
/**
0 commit comments