Skip to content

Not currently a test for ValueType function arguments with a non-singular query composed of multiple index or name selectors #108

@aljopainter

Description

@aljopainter

I recommend adding these tests. I notice, for instance, that https://jsonpath.com/ in RFC9535 mode currently fails on these tests.

    {
      "name": "functions, length, non-singular query arg, multiple index selectors",
      "selector": "$[?length(@[1, 2])<3]",
      "invalid_selector": true,
      "tags": [
        "function",
        "length"
      ]
    },
    {
      "name": "functions, length, non-singular query arg, multiple name selectors",
      "selector": "$[?length(@['a', 'b'])<3]",
      "invalid_selector": true,
      "tags": [
        "function",
        "length"
      ]
    }

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions