Skip to content

Commit fb2d78c

Browse files
author
Sébastien Geiser
committed
Correction of the bug introduce by a bad merge conflict
1 parent 2cd8dd4 commit fb2d78c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CodingSeb.ExpressionEvaluator/ExpressionEvaluator.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ public ExpressionEvaluator()
833833
{
834834
Assemblies.AddRange(AppDomain.CurrentDomain.GetAssemblies());
835835

836-
numberRegexPattern = string.Format(numberRegexPattern, @"\.", string.Empty);
836+
numberRegexPattern = string.Format(numberRegexOrigPattern, @"\.", string.Empty);
837837

838838
CultureInfoForNumberParsing.NumberFormat.NumberDecimalSeparator = ".";
839839
}

0 commit comments

Comments
 (0)