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

Add tests demonstrating forward-slash behaviors in Turtle, JSON-LD, and SPARQL #1872

Merged
merged 14 commits into from
May 17, 2022
Merged
Prev Previous commit
Next Next commit
Address exception style noted by flake8
  • Loading branch information
ajnelson-nist committed May 16, 2022
commit fd912ba32a67cbc24523918a2aa777bce9d41d55
2 changes: 1 addition & 1 deletion test/test_sparql/test_forward_slash_escapes.py
Original file line number Diff line number Diff line change
Expand Up @@ -245,7 245,7 @@ def _test_escapes_and_query(
try:
query_object = prepareQuery(query_string)
query_compiled = True
except:
except Exception:
pass
assert expected_query_compiled == query_compiled

Expand Down