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
//! Test cases in this module are taken from the [jq user manual](https://stedolan.github.io/jq/manual/), Copyright (C) 2012 Stephen Dolan.
//! The documentation is [distributed under](https://github.com/stedolan/jq/blob/master/COPYING) [CC BY 3.0](https://creativecommons.org/licenses/by/3.0/).
//! I've extracted samples from the user manual, and embedded them as test cases.