You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I fixed this similarly to the fix in #536 (for #535). The remaining issue is #436, concerning the default_context attribute in relation to how parse(...) dermines target graph using the source and publicID parameters.
* master: (38 commits)
hardening + warning for serializing invalid numericals (e.g., '"xy.z"^^xsd:float')
make sure inf/Infinity and nan from numerical types are serialized as INF/NaN
except inf/nan from plain serialization
more tests for float and decimal inf/nan serialization (ensures datatypes)
Only doubles can be infinity or NaN
Serialisation of nan is "NaN"
Remove test on serialisation (order is not fixed)
Add tests requested by @joernhees
change xxx to issue number (655)
Test serialisation of infinite values
Serialisation of infinity is "INF"
Update requirements files for html5lib version
Support newer transport_encoding parameter in html5lib parser call
Set identifier of the parser sink to target graph. Fixes#432.
Fix TurtleSerializer.isValidList failure on falsy values
only run flake8 in latest py2 and py3 version
pinning html5lib to 1.0b8 for now
removed now unnecessary version restriction from SPARQLWrapper
updated fuseki used in travis tests to 2.4.0
travis updates setuptools and pip before installing
...
If TriG containing triples in the default graph are specified with and without braces, they end up in 2 separate contexts, e.g.:
Prints:
whereas it should contain only 1 context, i.e. a single default graph that both those triples should belong to.
I've added a unit test for this to #431 .
The text was updated successfully, but these errors were encountered: