[ 
https://issues.apache.org/jira/browse/JENA-1780?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16979482#comment-16979482
 ] 

ASF subversion and git services commented on JENA-1780:
-------------------------------------------------------

Commit 05067fa0ae4c540b524867cf1349edc50ceb5a4e in jena's branch 
refs/heads/master from Andy Seaborne
[ https://gitbox.apache.org/repos/asf?p=jena.git;h=05067fa ]

Merge pull request #632 from afs/turtle-print

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)

Reply via email to