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

test: add more graph variants highlighting bugs #1895

Merged
merged 1 commit into from
May 11, 2022

Commits on May 8, 2022

  1. test: add more graph variants highlighting bugs

    This patch adds some additional graph variants:
    
    - diverse_triples: More than one triple using various features.
    - diverse_quads: More than one quad in more than one graph using various
      features.
    - more_quads: Simple quads in more than one graph.
    
    This also highlights some additional issues:
    - There is a bug in JSON-LD and HexTuple serialization that drops
      datatypes.
    - The TriG parser gets confused about what graph a quad is in.
    - There is some encoding related issue with HexTuple parsing on windows.
    aucampia committed May 8, 2022
    Configuration menu
    Copy the full SHA
    b3afea7 View commit details
    Browse the repository at this point in the history