w3c / rdf-tests

Repository for the RDF Tests Community Group
w3c.github.io/rdf-tests
Other
42 stars 23 forks source link

Proposed Turtle Test #93

Closed jeswr closed 1 year ago

jeswr commented 1 year ago

I just discovered the following test case from the N3 test suite to be a bug in N3.js; might be worth adding to the Turtle test suite (in our instance the parser struggled with the a abbreviation being within a blankNode in a list.

@prefix : <http://example.org/>
:a :b ([ a :mother ]).
gkellogg commented 1 year ago

Care to do a PR?

jeswr commented 1 year ago

Will do later today :)

afs commented 1 year ago

As given, there is a lack of DOT on the end of the @prefix line.