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 2019/11/21 18:26:00 UTC

[jira] [Resolved] (JENA-1780) Turtle pretty printer misalignment.

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

Andy Seaborne resolved JENA-1780.
---------------------------------
    Fix Version/s: Jena 3.14.0
       Resolution: Fixed

> Turtle pretty printer misalignment.
> -----------------------------------
>
>                 Key: JENA-1780
>                 URL: https://issues.apache.org/jira/browse/JENA-1780
>             Project: Apache Jena
>          Issue Type: Task
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 3.14.0
>
>          Time Spent: 20m
>  Remaining Estimate: 0h
>
> Prints the following:
> {noformat}
> @prefix :      <http://example.com/> .
> :s2     :p12345678  [ :q  [ :r2     "B" ] ;
>                   :q      [ :r1     "A" ] ] .
> {noformat}
> The two :q should be vertically aligned.
> (The output is correct RDF)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)