You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Document how to run on macOS, which is a BSD system
* Fix padding to work on BSD
Generated via `sed -i'' -e 's/%0${indent}s/%${indent}s/' JSONPath.sh`.
Implementations seem to deviate here. For % with the 0 flag character, Linux states
> The value should be zero padded. For d, i, o, u, x, X, a, A, e, E, f, F, g, and G conversions, the converted value is padded on the left with zeros rather than blanks.
while BSD states
> A zero `0' character indicating that zero-padding should be used rather than blank-padding.
0 commit comments