Skip to content

Turtle parser can not parse decimals #136

@k00ni

Description

@k00ni

Minimal example:

@prefix : <http://www.example.org/> .
:decimals :dec 1.0, 2.2, 3.5 .

It only parsed 1 instead of 1.0.

Because of this bug the test test_agg_min_01 of AggregatesTest fails.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions