Skip to content

Commit 16e8e8f

Browse files
committed
Add a comment for TestJacksonFilter
1 parent be9a641 commit 16e8e8f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/test/java/org/embulk/util/json/TestJacksonFilter.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,6 +32,7 @@
3232
public class TestJacksonFilter {
3333
@Test
3434
public void testFilterSequenceSkippingNonMatch() throws IOException {
35+
// This |parser| returns only {"bar":"baz"} and {"bar":"qux"}, with just skipping {"xxx":{"yyy":"zzz"}}.
3536
final com.fasterxml.jackson.core.JsonParser parser = createFilteredParser(
3637
"{\"foo\":{\"bar\":\"baz\"}}{\"xxx\":{\"yyy\":\"zzz\"}}{\"foo\":{\"bar\":\"quux\"}}",
3738
JsonPointer.compile("/foo"));

0 commit comments

Comments
 (0)