[
https://issues.apache.org/jira/browse/JENA-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979481#comment-16979481
]
ASF subversion and git services commented on JENA-1780:
-------------------------------------------------------
Commit cf0f73446c351449439763caba7c554417d5d661 in jena's branch
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=cf0f734 ]
JENA-1780: Fix alignment of nested objects
> 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
> 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)