Andy Seaborne created JENA-1318:
-----------------------------------
Summary: Unterminated Turtle list is not a parse error.
Key: JENA-1318
URL: https://issues.apache.org/jira/browse/JENA-1318
Project: Apache Jena
Issue Type: Bug
Components: RIOT
Affects Versions: Jena 3.2.0
Reporter: Andy Seaborne
Assignee: Andy Seaborne
Fix For: Jena 3.3.0
{noformat}
:s :p ( :b
{noformat}
should generate a parse error.
{noformat}
public static void main(String... args) throws Exception {
String x = "PREFIX : <http://example/>\n:s :p ( :b" ;
RDFParser
.fromString(x)
.lang(Lang.TTL)
.parse(new PrintingStreamRDF(System.out));
}
{noformat}
--
This message was sent by Atlassian JIRA
(v6.3.15#6346)