Traqula
    Preparing search index...

    Function negativeTest

    • Yields test cases for negative (invalid) SPARQL parser tests. Each test provides a query string that should fail to parse.

      Parameters

      • type: "sparql-1-1-invalid" | "sparql-1-2-invalid"

        The test suite to use.

      • Optionalfilter: (name: string) => boolean

        Optional filter predicate applied to the test file name (without extension).

      Returns Generator<NegativeTest>