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