Skip to content

Commit

Permalink
Merge pull request #108 from iolanta-tech/from-rdf-t0017
Browse files Browse the repository at this point in the history
`fromRdf-manifest#t0017` is now 🟢
  • Loading branch information
anatoly-scherbakov committed Jun 16, 2024
2 parents 89456de + eb4cb4a commit aa0be6f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[submodule "specifications/yaml-ld"]
path = specifications/yaml-ld
url = git@github.com:json-ld/yaml-ld.git
branch = one-document-from-stream-test-output-incorrect
branch = main
[submodule "specifications/json-ld-api"]
path = specifications/json-ld-api
url = git@github.com:w3c/json-ld-api.git
Expand Down
2 changes: 1 addition & 1 deletion specifications/yaml-ld
Submodule yaml-ld updated 0 files
2 changes: 1 addition & 1 deletion tests/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,6 @@ def _test(

expected_ld = json.loads(test_case.raw_expected_document)

assert actual_ld == expected_ld
assert actual_ld == expected_ld, (test_case.input, test_case.result)

return _test
2 changes: 1 addition & 1 deletion yaml_ld/from_rdf.py
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ class FromRDFOptions(BaseOptions):
use_rdf_type: bool = False
"""True to use `rdf:type`, False to use `@type`."""

use_native_types: bool = True
use_native_types: bool = False
"""Convert XSD types into native types (boolean, integer, double)?"""


Expand Down

0 comments on commit aa0be6f

Please sign in to comment.