You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@AlexanderMisel But numbers can have, at most, only one decimal point. While your preference may be to highlight these as a numeric, it is not technically correct to do so. If you try to convert such a string into a number in any programming language, it will fail.
Given a YAML file that looks like this:
The
DomainVersion
field value is highlighted as a numeric constant instead of a string.I tested the following regular expression using one of the online regex testers and it is not excluding numbers with multiple dots in it.
The text was updated successfully, but these errors were encountered: