Skip to content
Snippets Groups Projects
Unverified Commit 33752be8 authored by Éloïs's avatar Éloïs
Browse files

[fix] fast test ws2p_regexp

parent 4e474fb8
No related branches found
No related tags found
1 merge request!1222Add startup scripts
...@@ -37,7 +37,7 @@ export const WS2PConstants = { ...@@ -37,7 +37,7 @@ export const WS2PConstants = {
+ '(' + CommonConstants.FORMATS.SOFTWARE + '):' + '(' + CommonConstants.FORMATS.SOFTWARE + '):'
+ '(' + CommonConstants.FORMATS.SOFT_VERSION + '):' + '(' + CommonConstants.FORMATS.SOFT_VERSION + '):'
+ '(' + CommonConstants.FORMATS.POW_PREFIX + ')' + '(' + CommonConstants.FORMATS.POW_PREFIX + ')'
+ '(?:' + CommonConstants.FORMATS.TIMESTAMP + ')?' + '(?::' + CommonConstants.FORMATS.TIMESTAMP + ')?'
+ '$'), + '$'),
HOST_ONION_REGEX: CommonConstants.HOST_ONION_REGEX, HOST_ONION_REGEX: CommonConstants.HOST_ONION_REGEX,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment