Skip to content

Commit 04ad38d

Browse files
aitelintaitelint
and
aitelint
authored
[* Number] Added missing change from PR microsoft#2778 (microsoft#2821)
Co-authored-by: aitelint <[email protected]>
1 parent 2a558f6 commit 04ad38d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Patterns/Base-Numbers.yaml

+2-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,8 @@ FractionNotationRegex: !simpleRegex
99
DoubleRegexDefinition: !paramsRegex
1010
def: (((?<!\d+\s*)-\s*)|((?<=\b)(?<!\d+[\.,])))\d{1,3}(({thousandsmark}\d{3})+{decimalmark}|({decimalmark}\d{3})+{thousandsmark})\d+(?={placeholder})
1111
params: [ placeholder, thousandsmark, decimalmark ]
12-
PlaceHolderDefault: \D|\b
12+
PlaceHolderDefault: (?=\D)|\b
13+
PlaceHolderMixed: \D|\b
1314
# Not directly in use in QueryProcessor due to inter-dependency issue with different .NET targets
1415
CaseSensitiveTerms: !simpleRegex
1516
def: (?<=(\s|\d))(kB|K[Bb]?|M[BbM]?|G[Bb]?|B)\b

0 commit comments

Comments
 (0)