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

Wrong handling of nested XPaths #35

Open
yamadapc opened this issue Oct 20, 2017 · 0 comments
Open

Wrong handling of nested XPaths #35

yamadapc opened this issue Oct 20, 2017 · 0 comments
Labels
Milestone

Comments

@yamadapc
Copy link
Member

Input:

sec: |
    @@lua(return find("/p"))@@
<sec>
  <p>Something</p>
  <other><p>Hidden</p></other>
</sec>

Expected Output:

Something

Current Output:

Empty

@yamadapc yamadapc added the bug label Oct 20, 2017
@yamadapc yamadapc modified the milestones: v2.0, v1.0 Oct 20, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant