[
https://issues.apache.org/jira/browse/JENA-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15965624#comment-15965624
]
ASF subversion and git services commented on JENA-1318:
-------------------------------------------------------
Commit 7c280ddc590756ae1418ba9e2e281d31ab67df4e in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=7c280dd ]
JENA-1318: Parse error for unterminated list
> 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)