jmespath.lua icon indicating copy to clipboard operation
jmespath.lua copied to clipboard

adding and operator

Open amir-sabbaghi opened this issue 8 years ago • 2 comments

amir-sabbaghi avatar Oct 09 '17 18:10 amir-sabbaghi

Sweet! Could you add the and related compliance tests as part of this commit? Unfortunately, this repo is a slight bit behind other JMESPath implementations, so it might require cherry-picking out the tests that are relevant to "&&".

  1. Compliance tests: https://github.com/jmespath/jmespath.test/tree/master/tests
  2. jmespath.lua tests: https://github.com/jmespath/jmespath.lua/tree/master/spec/compliance

mtdowling avatar Oct 09 '17 21:10 mtdowling

Current tests in master does not pass completely. There are errors in multiselect and functions tests. And boolean tests does not pass completely because it cannot parse expressions which contain parentheses. I'm working on them. But I will make separate pull requests for these fixes.

amir-sabbaghi avatar Oct 10 '17 07:10 amir-sabbaghi