shexSpec / spec

ShEx specification
https://shexspec.github.io/spec/
Other
16 stars 9 forks source link

ShExC importDecl inconsistent with example #41

Closed gkellogg closed 3 years ago

gkellogg commented 3 years ago

As noted in https://lists.w3.org/Archives/Public/public-shex/2021Aug/0000.html.

The ShExC grammar for importDecl is single-valued, but IMPORT EXAMPLE 2 - CIRCULAR IMPORT is multi-valued. Presumably, the example should use two separate IMPORT statements.

ericprud commented 3 years ago

Looks like https://github.com/shexSpec/spec/blob/gh-pages/scripts.js#L77 was catching the error but i was failing to look in the console. Maybe i should change the background color if there are errors to make sure I notice (or do more github actions work).