Skip to content

Improve SPARQL test coverage #243

@Tpt

Description

@Tpt

SPARQL test coverage has quite a few holes (please complete if you find other missing elements):

Syntax:

Evaluation:

  • no DISTINCT aggregate
  • no xsd:float - xsd:float
  • no xsd:double - xsd:double
  • no xsd:decimal - xsd:decimal
  • no xsd:float * xsd:float
  • no xsd:double * xsd:double
  • no xsd:decimal * xsd:decimal
  • no xsd:float / xsd:float
  • no xsd:double / xsd:double
  • no + xsd:float
  • no + xsd:double
  • no + xsd:decimal
  • no - xsd:float
  • no - xsd:double
  • no - xsd:decimal
  • no COALESCE() (without arguments)
  • no DATATYPE("foo"@en--ltr) (on directional language string)
  • no IRI(<ex:foo>) (called on an IRI)
  • no ABS on xsd:float and xsd:double
  • no CEIL on xsd:float and xsd:double
  • no FLOOR on xsd:float and xsd:double
  • no ROUND on xsd:float and xsd:double
  • no testing of float and double special values (NaN, +Inf and -Inf), especially on comparison and ordering)
  • no deep testing of regex syntax
  • no testing of rdf:dirLangString on string manipulation functions
  • no ORDER BY on xsd:dateTime
  • Evaluation of SELECT ?s WHERE { ?s ex:p* ex:o } on the empty dataset (returns ex:o)

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