Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
unexpected behavior for built-in function
join
of jmespath
Unexpected behavior `join`,when elements are empty strings ahead of the json array. For example: `join(',', @)` --- ["", "", "a", "","b", "c", ""] --- current result is: a,,b,c, but expected: ,,a,,b,c,
- Loading branch information