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

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

Commit 33ec13709ef326847cd36e9d09a160c98ede85a1 in jena's branch 
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=33ec137 ]

JENA-1081: Improve list-in-list indenting.


> Turtle writer does not inline blank node in lists.
> --------------------------------------------------
>
>                 Key: JENA-1081
>                 URL: https://issues.apache.org/jira/browse/JENA-1081
>             Project: Apache Jena
>          Issue Type: Bug
>          Components: RIOT, T
>    Affects Versions: Jena 3.1.0
>            Reporter: Andy Seaborne
>            Assignee: Andy Seaborne
>            Priority: Minor
>             Fix For: Jena 3.1.0
>
>
> {noformat}
> prefix : <http://example/>
> :s :p ( [:q 1] [:q 2]) .
> {noformat}
> ==>
> {noformat}
> @prefix :      <http://example/> .
> :s      :p      ( _:b0 _:b1 ) .
> _:b0    :q      1 .
> _:b1    :q      2 .
> {noformat}
> if enabled (remove lines in {{TurtleShell.ShellGraph.findBNodesSyntax1}}, the 
> list is badly formatted.
> # Multiproperty elements use {{] [}} at end of each so the formatter indents 
> by 2 per element.
> # Mixed short (one property) and long (>1 property) {{[ ]}} looks bad because 
> the short form is one line.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to