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

Allow list filter to pass arrays through as-is. #364

Merged
merged 1 commit into from Feb 4, 2015

Conversation

carljm
Copy link
Contributor

@carljm carljm commented Feb 4, 2015

It's a bit silly for the |list filter to say "type not iterable" when given an array; it should just pass the array through unchanged instead.

This PR does that, and also adds a test for the currently-untested case of passing an object to |list.

@jlongster
Copy link
Contributor

Absolutely.

jlongster added a commit that referenced this pull request Feb 4, 2015
Allow list filter to pass arrays through as-is.
@jlongster jlongster merged commit 904316a into mozilla:master Feb 4, 2015
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

Successfully merging this pull request may close these issues.

None yet

2 participants