Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixed small numbers parsing #7

Open
wants to merge 4 commits into
base: master
Choose a base branch
from

Commits on Jun 2, 2022

  1. Added failed test for small numbers

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    2e3aa60 View commit details
    Browse the repository at this point in the history
  2. Fixed small numbers parsing

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    9fe113a View commit details
    Browse the repository at this point in the history
  3. Simplified regex for number trimming

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    419a7f4 View commit details
    Browse the repository at this point in the history
  4. Updated number parsing to use Intl for more reliable results

    Signed-off-by: Slava Fomin II <slava@fomin.io>
    slavafomin committed Jun 2, 2022
    Configuration menu
    Copy the full SHA
    6aa1692 View commit details
    Browse the repository at this point in the history