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

Turtle parser can not parse decimals #136

Open
k00ni opened this issue Feb 20, 2020 · 0 comments
Open

Turtle parser can not parse decimals #136

k00ni opened this issue Feb 20, 2020 · 0 comments
Labels

Comments

@k00ni
Copy link
Collaborator

k00ni commented Feb 20, 2020

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant