Skip to content

Feature/rtt using ranges #340

Feature/rtt using ranges

Feature/rtt using ranges #340

Triggered via pull request July 16, 2025 13:20
Status Failure
Total duration 10m 6s
Artifacts 2

ci.yml

on: pull_request
Prepare documentation
2m 15s
Prepare documentation
Matrix: spec
Matrix: test
Matrix: tooling
Publish documentation
Publish documentation
Fit to window
Zoom out
Zoom in

Annotations

30 errors and 12 notices
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-3-1a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> DELETE{ ?book ?p ?v . } WHERE { ?book dc:date ?date . FILTER ( ( ?date > "1970-01-01T00:00:00-02:00"^^ xsd:dateTime ) ) ?book ?p ?v . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> DELETE{ ?book ?p ?v . } WHERE { ?book dc:date ?date . FILTER ( ( ?date > "1970-01-01T00:00:00-02:00"^^ xsd:dateTime ) ) ?book ?p ?v . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-2b: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Desing" . } } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Desing" . } } ; - INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Design" . } } ; + INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Design" . } } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-2a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ <http://example/book2> dc:title "David Copperfield" . <http://example/book2> dc:creator "Edmund Wells" . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ <http://example/book2> dc:title "David Copperfield" . <http://example/book2> dc:creator "Edmund Wells" . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-1b: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX ns: <http://example.org/ns#> INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> ns:price "42"^^ <http://www.w3.org/2001/XMLSchema#integer> . } } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX ns: <http://example.org/ns#> INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> ns:price "42"^^ <http://www.w3.org/2001/XMLSchema#integer> . } } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-1a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA{ <http://example/book1> dc:title "A new book" . <http://example/book1> dc:creator "A.N.Other" . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA{ <http://example/book1> dc:title "A new book" . <http://example/book1> dc:creator "A.N.Other" . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-1-1-1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT{ <http://example/egbook> dc:title "This is an example title" . } WHERE { } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT{ <http://example/egbook> dc:title "This is an example title" . } WHERE { } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse spaced-data-update: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'INSERT DATA{ <http://example.org/subj…' to deeply equal 'INSERT DATA{ <http://example.org/subj…' - Expected + Received - INSERT DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; + INSERT DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; - DELETE DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; + DELETE DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; - DELETE WHERE{ <http://example.org/subject> <http://example.org/predicate> ?o . } ; + DELETE WHERE{ <http://example.org/subject> <http://example.org/predicate> ?o . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse load: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'LOAD <http://www.w3.org/TR/skos-refer…' to deeply equal 'LOAD <http://www.w3.org/TR/skos-refer…' - Expected + Received - LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> ; + LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse load-into: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'LOAD <http://www.w3.org/TR/skos-refer…' to deeply equal 'LOAD <http://www.w3.org/TR/skos-refer…' - Expected + Received - LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> INTO GRAPH <urn:namespaces:skos> ; + LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> INTO GRAPH <urn:namespaces:skos> ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse clear-drop: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'CREATE SILENT GRAPH <ex:graph> ;\nCRE…' to deeply equal 'CREATE SILENT GRAPH <ex:graph> ;\r\nC…' - Expected + Received - CREATE SILENT GRAPH <ex:graph> ; + CREATE SILENT GRAPH <ex:graph> ; - CREATE GRAPH <ex:graph> ; + CREATE GRAPH <ex:graph> ; - CLEAR SILENT GRAPH <ex:graph> ; + CLEAR SILENT GRAPH <ex:graph> ; - CLEAR GRAPH <ex:graph> ; + CLEAR GRAPH <ex:graph> ; - CLEAR DEFAULT ; + CLEAR DEFAULT ; - CLEAR NAMED ; + CLEAR NAMED ; - CLEAR ALL ; + CLEAR ALL ; - DROP SILENT GRAPH <ex:graph> ; + DROP SILENT GRAPH <ex:graph> ; - DROP GRAPH <ex:graph> ; + DROP GRAPH <ex:graph> ; - DROP DEFAULT ; + DROP DEFAULT ; - DROP NAMED ; + DROP NAMED ; - DROP ALL ; + DROP ALL ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-3-1a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> DELETE{ ?book ?p ?v . } WHERE { ?book dc:date ?date . FILTER ( ( ?date > "1970-01-01T00:00:00-02:00"^^ xsd:dateTime ) ) ?book ?p ?v . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> DELETE{ ?book ?p ?v . } WHERE { ?book dc:date ?date . FILTER ( ( ?date > "1970-01-01T00:00:00-02:00"^^ xsd:dateTime ) ) ?book ?p ?v . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-2b: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Desing" . } } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Desing" . } } ; - INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Design" . } } ; + INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Design" . } } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-2a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ <http://example/book2> dc:title "David Copperfield" . <http://example/book2> dc:creator "Edmund Wells" . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ <http://example/book2> dc:title "David Copperfield" . <http://example/book2> dc:creator "Edmund Wells" . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-1b: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX ns: <http://example.org/ns#> INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> ns:price "42"^^ <http://www.w3.org/2001/XMLSchema#integer> . } } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX ns: <http://example.org/ns#> INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> ns:price "42"^^ <http://www.w3.org/2001/XMLSchema#integer> . } } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-1a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA{ <http://example/book1> dc:title "A new book" . <http://example/book1> dc:creator "A.N.Other" . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA{ <http://example/book1> dc:title "A new book" . <http://example/book1> dc:creator "A.N.Other" . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-1-1-1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT{ <http://example/egbook> dc:title "This is an example title" . } WHERE { } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT{ <http://example/egbook> dc:title "This is an example title" . } WHERE { } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse spaced-data-update: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'INSERT DATA{ <http://example.org/subj…' to deeply equal 'INSERT DATA{ <http://example.org/subj…' - Expected + Received - INSERT DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; + INSERT DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; - DELETE DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; + DELETE DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; - DELETE WHERE{ <http://example.org/subject> <http://example.org/predicate> ?o . } ; + DELETE WHERE{ <http://example.org/subject> <http://example.org/predicate> ?o . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse load: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'LOAD <http://www.w3.org/TR/skos-refer…' to deeply equal 'LOAD <http://www.w3.org/TR/skos-refer…' - Expected + Received - LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> ; + LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse load-into: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'LOAD <http://www.w3.org/TR/skos-refer…' to deeply equal 'LOAD <http://www.w3.org/TR/skos-refer…' - Expected + Received - LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> INTO GRAPH <urn:namespaces:skos> ; + LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> INTO GRAPH <urn:namespaces:skos> ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse clear-drop: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'CREATE SILENT GRAPH <ex:graph> ;\nCRE…' to deeply equal 'CREATE SILENT GRAPH <ex:graph> ;\r\nC…' - Expected + Received - CREATE SILENT GRAPH <ex:graph> ; + CREATE SILENT GRAPH <ex:graph> ; - CREATE GRAPH <ex:graph> ; + CREATE GRAPH <ex:graph> ; - CLEAR SILENT GRAPH <ex:graph> ; + CLEAR SILENT GRAPH <ex:graph> ; - CLEAR GRAPH <ex:graph> ; + CLEAR GRAPH <ex:graph> ; - CLEAR DEFAULT ; + CLEAR DEFAULT ; - CLEAR NAMED ; + CLEAR NAMED ; - CLEAR ALL ; + CLEAR ALL ; - DROP SILENT GRAPH <ex:graph> ; + DROP SILENT GRAPH <ex:graph> ; - DROP GRAPH <ex:graph> ; + DROP GRAPH <ex:graph> ; - DROP DEFAULT ; + DROP DEFAULT ; - DROP NAMED ; + DROP NAMED ; - DROP ALL ; + DROP ALL ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-3-1a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> DELETE{ ?book ?p ?v . } WHERE { ?book dc:date ?date . FILTER ( ( ?date > "1970-01-01T00:00:00-02:00"^^ xsd:dateTime ) ) ?book ?p ?v . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX xsd: <http://www.w3.org/2001/XMLSchema#> DELETE{ ?book ?p ?v . } WHERE { ?book dc:date ?date . FILTER ( ( ?date > "1970-01-01T00:00:00-02:00"^^ xsd:dateTime ) ) ?book ?p ?v . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-2b: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Desing" . } } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Desing" . } } ; - INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Design" . } } ; + INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> dc:title "Fundamentals of Compiler Design" . } } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-2a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ <http://example/book2> dc:title "David Copperfield" . <http://example/book2> dc:creator "Edmund Wells" . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> DELETE DATA{ <http://example/book2> dc:title "David Copperfield" . <http://example/book2> dc:creator "Edmund Wells" . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-1b: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX ns: <http://example.org/ns#> INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> ns:price "42"^^ <http://www.w3.org/2001/XMLSchema#integer> . } } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> PREFIX ns: <http://example.org/ns#> INSERT DATA{ GRAPH <http://example/bookStore> { <http://example/book1> ns:price "42"^^ <http://www.w3.org/2001/XMLSchema#integer> . } } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-3-1-1a: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA{ <http://example/book1> dc:title "A new book" . <http://example/book1> dc:creator "A.N.Other" . } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT DATA{ <http://example/book1> dc:title "A new book" . <http://example/book1> dc:creator "A.N.Other" . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse sparql-update-1-1-1: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'PREFIX dc: <http://purl.org/dc/elemen…' to deeply equal 'PREFIX dc: <http://purl.org/dc/elemen…' - Expected + Received - PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT{ <http://example/egbook> dc:title "This is an example title" . } WHERE { } ; + PREFIX dc: <http://purl.org/dc/elements/1.1/> INSERT{ <http://example/egbook> dc:title "This is an example title" . } WHERE { } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse spaced-data-update: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'INSERT DATA{ <http://example.org/subj…' to deeply equal 'INSERT DATA{ <http://example.org/subj…' - Expected + Received - INSERT DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; + INSERT DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; - DELETE DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; + DELETE DATA{ <http://example.org/subject> <http://example.org/predicate> "object" . } ; - DELETE WHERE{ <http://example.org/subject> <http://example.org/predicate> ?o . } ; + DELETE WHERE{ <http://example.org/subject> <http://example.org/predicate> ?o . } ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse load: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'LOAD <http://www.w3.org/TR/skos-refer…' to deeply equal 'LOAD <http://www.w3.org/TR/skos-refer…' - Expected + Received - LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> ; + LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse load-into: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'LOAD <http://www.w3.org/TR/skos-refer…' to deeply equal 'LOAD <http://www.w3.org/TR/skos-refer…' - Expected + Received - LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> INTO GRAPH <urn:namespaces:skos> ; + LOAD <http://www.w3.org/TR/skos-reference/skos.rdf> INTO GRAPH <urn:namespaces:skos> ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
engines/generator-sparql-1-1/test/statics.test.ts > a SPARQL 1.1 generator > positive sparql 1.1 > can parse clear-drop: engines/generator-sparql-1-1/test/statics.test.ts#L53
AssertionError: expected 'CREATE SILENT GRAPH <ex:graph> ;\nCRE…' to deeply equal 'CREATE SILENT GRAPH <ex:graph> ;\r\nC…' - Expected + Received - CREATE SILENT GRAPH <ex:graph> ; + CREATE SILENT GRAPH <ex:graph> ; - CREATE GRAPH <ex:graph> ; + CREATE GRAPH <ex:graph> ; - CLEAR SILENT GRAPH <ex:graph> ; + CLEAR SILENT GRAPH <ex:graph> ; - CLEAR GRAPH <ex:graph> ; + CLEAR GRAPH <ex:graph> ; - CLEAR DEFAULT ; + CLEAR DEFAULT ; - CLEAR NAMED ; + CLEAR NAMED ; - CLEAR ALL ; + CLEAR ALL ; - DROP SILENT GRAPH <ex:graph> ; + DROP SILENT GRAPH <ex:graph> ; - DROP GRAPH <ex:graph> ; + DROP GRAPH <ex:graph> ; - DROP DEFAULT ; + DROP DEFAULT ; - DROP NAMED ; + DROP NAMED ; - DROP ALL ; + DROP ALL ; ❯ engines/generator-sparql-1-1/test/statics.test.ts:53:31
test (22.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (22.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (18.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (18.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (18.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (18.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (20.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
test (20.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (22.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (22.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (20.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520
spec (20.x, macos-latest)
The macos-latest label will migrate to macOS 15 beginning August 4, 2025. For more information see https://github.com/actions/runner-images/issues/12520

Artifacts

Produced during runtime
Name Size Digest
documentation Expired
461 KB
sha256:5e75508e88429c7ba1321654cba92e1bae9d817bd605d2d9192ecbd555eb89ed
earl report Expired
65.1 KB
sha256:aa185cdd97a7d6917a5ed6d51541f5a292c64a608a250dbab4e71bbabf0038d5