Closed Infinidoge closed 2 years ago
Previously, when comparing between a number and a string, the parsed number was converted back into a string, which would lose all leading zeros. This instead stores the original string and uses that for doing Lexical comparisons.
Previously, when comparing between a number and a string, the parsed number was converted back into a string, which would lose all leading zeros. This instead stores the original string and uses that for doing Lexical comparisons.