semsol / arc2

ARC RDF Classes for PHP
Other
331 stars 92 forks source link

Turtle parser can not parse decimals #136

Open k00ni opened 4 years ago

k00ni commented 4 years ago

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.