mirror of
https://github.com/freeCodeCamp/freeCodeCamp.git
synced 2025-12-19 18:18:27 -05:00
fix(curriculum): add missing selector variations for tests 48 and 49 (#63982)
This commit is contained in:
@@ -424,6 +424,8 @@ const selectors = [
|
||||
'span[class~="two"] > :first-child, span[class~="two"] > :nth-child(2)',
|
||||
'span[class~="two"] > :nth-child(2), span[class~="two"] > :first-child',
|
||||
'span[class~="two"] > :nth-of-type(-n+2)',
|
||||
'span[class~="two"] > :first-child, span[class~="two"] > :nth-of-type(2)',
|
||||
'span[class~="two"] > :nth-of-type(2), span[class~="two"] > :first-child',
|
||||
'span[class~="two"] > :nth-child(-n+2)',
|
||||
'span[class~="two"] > span:nth-child(1), span[class~="two"] > span:nth-child(2)',
|
||||
'span[class~="two"] > span:nth-child(2), span[class~="two"] > span:nth-child(1)',
|
||||
@@ -455,6 +457,8 @@ const selectors = [
|
||||
'span[class~="two"] > :nth-child(2), span[class~="two"] > :nth-child(1)',
|
||||
'span[class~="two"] > :first-child, span[class~="two"] > :nth-child(2)',
|
||||
'span[class~="two"] > :nth-child(2), span[class~="two"] > :first-child',
|
||||
'span[class~="two"] > :first-child, span[class~="two"] > :nth-of-type(2)',
|
||||
'span[class~="two"] > :nth-of-type(2), span[class~="two"] > :first-child',
|
||||
'span[class~="two"] > :nth-of-type(-n+2)',
|
||||
'span[class~="two"] > :nth-child(-n+2)',
|
||||
'span[class~="two"] > span:nth-child(1), span[class~="two"] > span:nth-child(2)',
|
||||
|
||||
Reference in New Issue
Block a user