Skip to content

Commit

Permalink
Added case
Browse files Browse the repository at this point in the history
  • Loading branch information
torshid committed Sep 15, 2023
1 parent 61bc96f commit 6e88b80
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -52,9 +52,9 @@ void test() {
return null;
});

FilterNode node = filterParser.parse("x : y : z", ctx);
FilterNode node = filterParser.parse("x : y ! z", ctx);

Assertions.assertEquals("x ! y ! z", filterStringConverter.convert(node));
Assertions.assertEquals("x ! y : z", filterStringConverter.convert(node));

}

Expand Down

0 comments on commit 6e88b80

Please sign in to comment.