You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The following regex comes from the chrome-manifest.json
When used with the following code it throws an exception (argument all_urls not found).
I'm no regex expert, but other online parsers validate it, so I assume its valid....
Fare.Xeger sut = new Fare.Xeger(regexString);
string result = sut.Generate();
^((\*|http|https|file|ftp|chrome-extension):\/\/(\*|\*\.[^\/\*]+|[^\/\*]+)?(\/.*))|<all_urls>$
Fare is a great piece of software and works on most test cases, thanks for all the effort.
The text was updated successfully, but these errors were encountered:
You may use a different pattern or use a different engine to reverse the Regular Expression into an Automaton. As an example, you can use the Rex engine.
The following regex comes from the chrome-manifest.json
When used with the following code it throws an exception (argument all_urls not found).
I'm no regex expert, but other online parsers validate it, so I assume its valid....
Fare is a great piece of software and works on most test cases, thanks for all the effort.
The text was updated successfully, but these errors were encountered: