You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@jena.apache.org by "Andy Seaborne (JIRA)" <ji...@apache.org> on 2017/04/12 09:50:41 UTC

[jira] [Resolved] (JENA-1318) Unterminated Turtle list is not a parse error.

     [ https://issues.apache.org/jira/browse/JENA-1318?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Andy Seaborne resolved JENA-1318.
---------------------------------
    Resolution: Fixed

> 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)