Skip to content

Commit

Permalink
fix(VULN-2228): add test.
Browse files Browse the repository at this point in the history
  • Loading branch information
d.zinenko committed Nov 29, 2022
1 parent e40c1ad commit 19f12be
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/parsing.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ INSTANTIATE_TEST_CASE_P(
TestParams{"/sparql{?query,default-graph-uri}", "", {/* not parsed */}},
TestParams{"/sparql{?query){&default-graph-uri*}", "", {/* not parsed */}},
TestParams{"/resolution{?x, y}" , "", {/* not parsed */}},
TestParams{"{var:3000000000000}" , "", {/* not parsed */}}
TestParams{"{var:3000000000000}" , "", {/* not parsed */}},
TestParams{"{+}", "", {/* not parsed */}}
)
);
// clang-format on
Expand Down

0 comments on commit 19f12be

Please sign in to comment.