hsolbrig / PyShEx

ShEx interpreter for ShEx 2.0
Creative Commons Zero v1.0 Universal
25 stars 10 forks source link

String datatype test fails #15

Closed hsolbrig closed 6 years ago

hsolbrig commented 6 years ago

Not actually sure how this one slipped through the cracks:

start = @<A>
<A> {:p1 xsd:string }

with:

PREFIX : <http://example.org/>
:d :p1 "final" .

Fails

hsolbrig commented 6 years ago

Fixed in v0.4.3