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

New test of expandTriples #622

Merged
merged 2 commits into from
May 10, 2016
Merged

New test of expandTriples #622

merged 2 commits into from
May 10, 2016

Conversation

jpmccu
Copy link
Contributor

@jpmccu jpmccu commented May 9, 2016

This test errors out, but uses valid SPARQL.

@@ -59,7 +59,7 @@ def expandTriples(terms):
elif isinstance(t, list):
# BlankNodePropertyList
# is this bnode the object of previous triples?
if (i % 3) == 2:
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Well done for debugging and finding this! I wrote this code, and I had no idea how it worked any more :)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants