-
Notifications
You must be signed in to change notification settings - Fork 61
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
Support complex selector in not #124
Draft
annbgn
wants to merge
17
commits into
scrapy:master
Choose a base branch
from
annbgn:support_complex_selector_in_not
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Draft
Changes from all commits
Commits
Show all changes
17 commits
Select commit
Hold shift + click to select a range
c44c595
add support for :has(<relative operator>)
testusernamegithub c4ef8c8
allow :has() arguments start not solely from a combinator
annbgn 7bcc7e0
expand tests on relative selectors
testusernamegithub ad584d6
Merge branch 'master' into add_support_for_has
elacuesta 7b03ae2
run formatter
testusernamegithub d0f4116
Merge branch 'add_support_for_has' of https://github.com/annbgn/cssse…
testusernamegithub 0dfbe3d
Merge remote-tracking branch 'upstream/master' into add_support_for_has
elacuesta 62f737b
fix review remarks
testusernamegithub ea57bc2
Merge branch 'add_support_for_has' of https://github.com/annbgn/cssse…
testusernamegithub 47f3c11
fix lint
testusernamegithub b64eacf
simplify test + run ```darker master HEAD```
testusernamegithub 72bd776
Revert xpath translation change to make it consistent
elacuesta de1836a
Merge pull request #1 from elacuesta/add_support_for_has_revert_xpath…
annbgn 41a0f7f
add test, expand :has() to accept more complex arguments, remove usel…
testusernamegithub ebee7a7
Merge branch 'master' into add_support_for_has
annbgn 52bbdd1
run black
testusernamegithub 3c86499
support parsing complex selector in :not()
testusernamegithub File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This change should also be applied to other 3 combinators.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
So I suppose the tests should look like this:
please correct me if i'm wrong
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I think that's correct.