Skip to content

Single/Double/Half/Decimal need more test cases for parsing  #48119

@pgovind

Description

@pgovind

Follow up for https://github.com/dotnet/runtime/pull/47666/files#r569703812

Tests need to be added for at least:

  1. Simple floating point number starting with a .. For ex: .234
  2. Simple floating point number with a . as it's last digit.
  3. Floating point number with a . at single/double/half/decimal.MaxDigitCount
  4. Floating point number with a . after single/double/half/decimal.MaxDigitCount
  5. More nuanced floating point numbers that involve trailing zeros, rounding and precision concerns.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions