Skip to content

Task 18: crime against logic and common sense #16

@AlexMatsyuk

Description

@AlexMatsyuk

The task says: "Select the small apple and the big orange"
Correct solution should be like this: //apple[contains(@Class,'small')] | //orange[not(contains(@Class,'small'))]
But it's not accepted.

The only accepted solution is: //plate/*[last()]
It's accepted because it corresponds to the tips but doesn't match the requirements.

Change the task "Select the last items on all the plates"
Or change the solution to accept this: //apple[contains(@Class,'small')] | //orange[not(contains(@Class,'small'))]

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions