Skip to content

README tests are failing #33

Closed
Closed
@noviluni

Description

@noviluni

When running tox some errors are raised from the README.rst file:

This:

>>> output = parse_number("not_a_number")
>>> output
None

should be:

>>> output = parse_number("not_a_number")
>>> output

(removing the None)

This:

>>> parse("two thousand thousand")
2000 1000

should be:

>>> parse("two thousand thousand")
'2000 1000'

And there is a trailing space after 1432524 in >>> parse_number("चौदह लाख बत्तीस हज़ार पाँच सौ चौबीस", language='hi')

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