bazaarvoice / jolt

JSON to JSON transformation library written in Java.
Apache License 2.0
1.54k stars 328 forks source link

shiftr/filterParents3 test is wrong? #1195

Closed ozgrakkurt closed 1 year ago

ozgrakkurt commented 1 year ago

the test at https://github.com/bazaarvoice/jolt/blob/master/jolt-core/src/test/resources/json/shiftr/filterParents3.json

seems to be broken since it should output that object to the output array twice, since the matched array in the input has two elements.

ozgrakkurt commented 1 year ago

never mind, seems to be right