Skip to content
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

Three compliance tests don't pass with Lua 5.1.4 #2

Open
twosider opened this issue Mar 3, 2015 · 1 comment
Open

Three compliance tests don't pass with Lua 5.1.4 #2

twosider opened this issue Mar 3, 2015 · 1 comment

Comments

@twosider
Copy link

twosider commented Mar 3, 2015

% lua -v
Lua 5.1.4 Copyright (C) 1994-2008 Lua.org, PUC-Rio

% uname -a
Linux 3.13.0-44 Ubuntu SMP Wed Dec 17 00:39:15 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux

% sudo make test
luarocks make rockspecs/jmespath-0.1-0.rockspec > /dev/null
busted
âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¼ââââ¼âââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ¼ââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââââ
681 successes / 3 failures / 0 errors / 0 pending : 0.17 seconds

Failure â ./spec/compliance_spec.lua @ 62
compliance keys(objects) from /home/user1/Downloads/jmespath.lua-master/spec/compliance/functions.json (Suite 1, case 65)
./spec/compliance_spec.lua:81: Expected objects to be the same.
Passed in:
(string) '["foo","bar"]'
Expected:
(string) '["bar","foo"]'

Failure â ./spec/compliance_spec.lua @ 62
compliance values(objects) from /home/user1/Downloads/jmespath.lua-master/spec/compliance/functions.json (Suite 1, case 69)
./spec/compliance_spec.lua:81: Expected objects to be the same.
Passed in:
(string) '["bar","baz"]'
Expected:
(string) '["baz","bar"]'

Failure â ./spec/compliance_spec.lua @ 62
compliance [[],] from /home/user1/Downloads/jmespath.lua-master/spec/compliance/multiselect.json (Suite 10, case 1)
./spec/compliance_spec.lua:81: Expected objects to be the same.
Passed in:
(string) '[,["object"]]'
Expected:
(string) '{"2":["object"]}'
make: *** [test] Error 3

@mtdowling
Copy link
Contributor

Thanks for the heads up. We'll take a look.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants