README example fails
See original GitHub issueThe README includes the following example:
$ echo '{"foo": {"bar": ["a", "b", "c"]}}' | jp foo.bar[1]
"b"
On Mac, this fails as follows:
$ echo '{"foo": {"bar": ["a", "b", "c"]}}' | jp foo.bar[1]
2020/02/19 10:35:50 line.go:44: no valid y values given
Issue Analytics
- State:
- Created 4 years ago
- Reactions:3
- Comments:5 (1 by maintainers)
Top Results From Across the Web
Example given in README Fails · Issue #93 - GitHub
Hi @venkat1806, this is not related to tasklib, but your taskrc file, which must be attempting to import the theme. The tasklib itself...
Read more >Error Pages - ReadMe Documentation
You can create custom error pages to display to your users if they try, for example, to access a broken link. Found under...
Read more >How can I tell cargo to run code test in documentation in my ...
If you have a failed test for example in your ../README.md you'll see it reported as, test src/lib.rs - sequence (line 22) ......
Read more >Interactive R Unit Tests - README
Tests fail when the value associated with an expression changes. In interactive mode you are dropped directly into the failing test environment so...
Read more >WHQL Submission ReadMe - Microsoft
Caution WHQL will fail any test submission that includes testing exceptions if the submission package does not also include a Readme form.
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Should be fixed now, installation instructions have been updated.