Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

'got' and 'expected' are reversed in test output #17

Open
chorankates-sfdc opened this issue Jan 22, 2014 · 0 comments
Open

'got' and 'expected' are reversed in test output #17

chorankates-sfdc opened this issue Jan 22, 2014 · 0 comments

Comments

@chorankates-sfdc
Copy link
Contributor

not ok 10 - on an undefined array, scalar context is 0
#   Failed test 'on an undefined array, scalar context is 0'
#   at 04_about_variables.pl.solved line 81.
#          got: '0'
#     expected: '__'

from

is (scalar @foo, __, 'on an undefined array, scalar context is 0');

should be

is (__, scalar @foo, 'on an undefined array, scalar context is 0');
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant