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 ae82987 commit bef674eCopy full SHA for bef674e
IncludeToolbox/RegexUtils.cs
@@ -6,7 +6,7 @@
6
7
namespace IncludeToolbox
8
{
9
- static class RegexUtils
+ public static class RegexUtils
10
11
public const string CurrentFileNameKey = "$(currentFilename)";
12
Tests/IncludeFormatingTest.cs
@@ -33,7 +33,7 @@ public void Sorting()
33
settings.SortByType = IncludeToolbox.FormatterOptionsPage.TypeSorting.None;
34
settings.PrecedenceRegexes = new string[]
35
36
- IncludeFormatter.CurrentFileNameKey,
+ IncludeToolbox.RegexUtils.CurrentFileNameKey,
37
".+_.+"
38
};
39
settings.BlankAfterRegexGroupMatch = true;
0 commit comments