We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Minimal example:
@prefix : <http://www.example.org/> . :decimals :dec 1.0, 2.2, 3.5 .
It only parsed 1 instead of 1.0.
1
1.0
Because of this bug the test test_agg_min_01 of AggregatesTest fails.
test_agg_min_01
AggregatesTest
The text was updated successfully, but these errors were encountered:
mark a test skipped, because of the Turtle parser bug, not parsing de…
c6b9932
…cimals (#136)
No branches or pull requests
Minimal example:
It only parsed
1
instead of1.0
.Because of this bug the test
test_agg_min_01
ofAggregatesTest
fails.The text was updated successfully, but these errors were encountered: