We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b11391 commit ff3af4aCopy full SHA for ff3af4a
1 file changed
Test/DecTestUtil.cs
@@ -15,7 +15,7 @@ public static class DecTestUtil {
15
"^[\\'\\\"]|[\\'\\\"]$",
16
RegexOptions.Compiled);
17
18
- private const testLineRegex =
+ private const string testLineRegex =
19
"^([A-Za-z0-9_]+)\\s+([A-Za-z0-9_\\-]+)\\s+(\\'[^\\']*\\'|\\S+)\\s+(?:(\\S+)\\s+)?(?:(\\S+)\\s+)?->\\s+(\\S+)\\s*(.*)";
20
21
private static readonly Regex ValueTestLine = new Regex(
0 commit comments