-
Notifications
You must be signed in to change notification settings - Fork 24
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
All jq queries supported? #2
Comments
I tried to take a stab at it, but bumped into error with this small test file: The codeship build error is logged at Specifically it says,
I did a comparison with your https://github.com/savaki/jq/blob/master/parse_test.go file, but didn't notice anything suspicious. So what's about this " |
I cloned and tested it in my own environment, https://github.com/suntong/jq, and get the same error as well.
|
FYI, Full test cases from github.com/stedolan/jq added as (untested due to the above error/problem) |
@suntong testing.T is a go stdlibrary type. you probably have the wrong version of go. |
Oh, thanks for the answer @andrewchambers, So I tested my https://github.com/go-easygen/easygen/blob/master/test/jq-test_0.go_ and indeed it is testing fine now:
However, as for the full test cases at Many of them are not passed:
I don't mind sending in my |
Are all jq queries supported? I.e., picking a few from https://github.com/stedolan/jq/blob/master/tests/jq.test,
Are they all supported?
Any plan to port the whole test cases there over here? (I don't mind give it a try, as long as you think all of them should be supported)
The text was updated successfully, but these errors were encountered: