Skip to content

Commit

Permalink
test coverage
Browse files Browse the repository at this point in the history
  • Loading branch information
Qup42 committed Feb 7, 2025
1 parent 007aff8 commit bb51033
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/ExecuteUpdateTest.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -412,4 +412,7 @@ TEST(ExecuteUpdate, templatedTriplesExist) {
expectExistInIndex("?a <b> <c> . ?a <d> ?e", "?a <b> <c>", true);
expectExistInIndex("", "<a> <b> <c>", false);
expectExistInIndex("", "<a> <b> <c>", false);
expectExistInIndex("<a> <b> <c>", "GRAPH <foo> { <a> <b> <c> }", false);
expectExistInIndex("OPTIONAL { <a> <b> <c> }", "<a> <b> <c>", false);
expectExistInIndex("<a> <b>/<f> <c>", "<a> <b> <c>", false);
}

0 comments on commit bb51033

Please sign in to comment.