Inist-CNRS / node-jbj

Like XSL/XML but for JSON.
http://Inist-CNRS.github.io/jbj-playground/
13 stars 3 forks source link

jbj-array: coalesce documentation not up to date #28

Open parmentf opened 7 years ago

parmentf commented 7 years ago

The coalesce documentation says that coalesce returns only the first value not undefined, but this is no more true: it returns an array with all non null or undefined values.

Tests does not really cover coalesce.

parmentf commented 7 years ago

Furthermore, I don't understand how one of the tests pass.