Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
matteo-coni committed Feb 16, 2024
1 parent 60edee6 commit 32f5af6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,8 @@ public static Collection<Object[]> getParameters() {
{"/./app1", true},
{"/./.", true},
{"/app1//p_1", true},
//{" ", true},
{" ", true},
{"/\0 ", true},
//{"/app1/5/7", true},
{"/app1/", true},
{"/app1/../p_1", true},
{"/\u001e", true},
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -228,4 +228,6 @@ public void deleteNodeTTLTest(){
}


}
}


0 comments on commit 32f5af6

Please sign in to comment.