Skip to content

Commit ff3af4a

Browse files
committed
code fix
1 parent 0b11391 commit ff3af4a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Test/DecTestUtil.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ public static class DecTestUtil {
1515
"^[\\'\\\"]|[\\'\\\"]$",
1616
RegexOptions.Compiled);
1717

18-
private const testLineRegex =
18+
private const string testLineRegex =
1919
"^([A-Za-z0-9_]+)\\s+([A-Za-z0-9_\\-]+)\\s+(\\'[^\\']*\\'|\\S+)\\s+(?:(\\S+)\\s+)?(?:(\\S+)\\s+)?->\\s+(\\S+)\\s*(.*)";
2020

2121
private static readonly Regex ValueTestLine = new Regex(

0 commit comments

Comments
 (0)