array matching #4

Open
opened 2015-02-09 18:49:44 -08:00 by jcblw · 0 comments
jcblw commented 2015-02-09 18:49:44 -08:00 (Migrated from github.com)

There is a bug with array matching.

https://github.com/andyburke/node-delver/blob/master/index.js#L82

If nothing matches it throws a very in descriptive error. I have been only able to get this when pushing a bad key like foo[2]bar which is not valid. I ended up debugging a bit before it would be nice to have a invalid input error.

There is a bug with array matching. https://github.com/andyburke/node-delver/blob/master/index.js#L82 If nothing matches it throws a very in descriptive error. I have been only able to get this when pushing a bad key like `foo[2]bar` which is not valid. I ended up debugging a bit before it would be nice to have a invalid input error.
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
andyburke/node-delver#4
No description provided.