Skip to content

Commit ef809c6

Browse files
committed
fix one test
1 parent f12d2c5 commit ef809c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Nethermind/Nethermind.Db.Rocks/DbOnTheRocks.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -458,7 +458,7 @@ private long GetMemtableSize()
458458
return 0;
459459
}
460460

461-
[GeneratedRegex("(?<optionName>[A-Za-z0-9_]+)\\=(?<optionValue>[^; ]+);", RegexOptions.Singleline | RegexOptions.NonBacktracking | RegexOptions.ExplicitCapture)]
461+
[GeneratedRegex("(?<optionName>[A-Za-z0-9_\\.]+)\\=(?<optionValue>[^; ]+);", RegexOptions.Singleline | RegexOptions.NonBacktracking | RegexOptions.ExplicitCapture)]
462462
private static partial Regex ExtractDbOptionsRegex();
463463

464464
public static IDictionary<string, string> ExtractOptions(string dbOptions)

0 commit comments

Comments
 (0)