Skip to content

[EN Dimension] 500 MB / mB / mb isn't recognized correctly #800

@iMicknl

Description

@iMicknl

While working on Dutch NumberWithUnits and creating more tests, I found out that Megabyte / Megabit isn't recognised correctly in all cultures. (and it doesn't have tests in English specs).

{
  "Text": "500 mB",
  "Start": 0,
  "End": 5,
  "TypeName": "dimension",
  "Resolution": {
    "value": null
  }
}
{
  "Text": "500 kB",
  "Start": 0,
  "End": 5,
  "TypeName": "dimension",
  "Resolution": {
    "unit": "Kilobit",
    "value": "500"
  }
}

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions