Skip to content

Feature/rtt using ranges #332

Feature/rtt using ranges

Feature/rtt using ranges #332

Triggered via pull request July 14, 2025 14:24
Status Failure
Total duration 8m 21s
Artifacts 1

ci.yml

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

Annotations

63 errors and 12 notices
tooling (22.x)
Process completed with exit code 1.
tooling (22.x): packages/rules-sparql-1-2/lib/Factory.ts#L6
Should have line breaks between items, in node ImportDeclaration
tooling (22.x): engines/parser-sparql-1-2/test/statics.test.ts#L14
'ast' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (22.x): engines/parser-sparql-1-2/test/statics.test.ts#L14
'query' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (22.x): engines/parser-sparql-1-2/test/statics.test.ts#L13
'expect' is defined but never used. Allowed unused args must match /^_/u
tooling (20.x)
Process completed with exit code 1.
tooling (20.x): packages/rules-sparql-1-2/lib/Factory.ts#L6
Should have line breaks between items, in node ImportDeclaration
tooling (20.x): engines/parser-sparql-1-2/test/statics.test.ts#L14
'ast' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (20.x): engines/parser-sparql-1-2/test/statics.test.ts#L14
'query' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (20.x): engines/parser-sparql-1-2/test/statics.test.ts#L13
'expect' is defined but never used. Allowed unused args must match /^_/u
tooling (18.x)
Process completed with exit code 1.
tooling (18.x): packages/rules-sparql-1-2/lib/Factory.ts#L6
Should have line breaks between items, in node ImportDeclaration
tooling (18.x): engines/parser-sparql-1-2/test/statics.test.ts#L14
'ast' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (18.x): engines/parser-sparql-1-2/test/statics.test.ts#L14
'query' is assigned a value but never used. Allowed unused vars must match /^_/u
tooling (18.x): engines/parser-sparql-1-2/test/statics.test.ts#L13
'expect' is defined but never used. Allowed unused args must match /^_/u
test (22.x, ubuntu-latest)
Process completed with exit code 1.
test (20.x, ubuntu-latest)
Process completed with exit code 1.
test (18.x, ubuntu-latest)
Process completed with exit code 1.
spec (20.x, ubuntu-latest)
Process completed with exit code 1.
spec (22.x, ubuntu-latest)
Process completed with exit code 1.
spec (18.x, ubuntu-latest)
Process completed with exit code 1.
spec (22.x, windows-latest)
Process completed with exit code 1.
spec (18.x, windows-latest)
Process completed with exit code 1.
test (20.x, macos-latest)
Process completed with exit code 1.
spec (20.x, windows-latest)
Process completed with exit code 1.
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)
Process completed with exit code 1.
spec (22.x, macos-latest)
Process completed with exit code 1.
spec (18.x, macos-latest)
Process completed with exit code 1.
spec (20.x, macos-13)
Process completed with exit code 1.
spec (20.x, macos-latest)
Process completed with exit code 1.
test (18.x, macos-latest)
Process completed with exit code 1.
spec (22.x, macos-13)
Process completed with exit code 1.
spec (18.x, macos-13)
Process completed with exit code 1.
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
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
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 (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 (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
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

Artifacts

Produced during runtime
Name Size Digest
documentation Expired
416 KB
sha256:c5151eddb68dbe9c35590e8705cde9c263290546e2138c19bec597cc0af32731