mirror of
https://github.com/matthewmueller/x-ray.git
synced 2026-04-03 00:28:41 -06:00
selecting collections doesn't work in a way specified in docs #131
Labels
No labels
bug
bug
docs
duplicated
enhancement
enhancement
enhancement
enhancement
feature
feature
help wanted
question
ready for contributor
stale
tech support
tech support
tech support
tech support
tech support
tech support
tech support
tech support
tech support
tech support
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference: github/x-ray#131
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @marzelin on 9/21/2017
Subject of the issue
Retrieving collections doesn't work as described in docs
Your environment
reproduction here: https://runkit.com/marzelin/x-ray-bug
given this example:
per docs
x('ul', ['li'])should select all items in the first list but it selects all items in all lists.Also, per docs
x(['ul'], ['li'])should return all items in all lists, but it returns nothing.