[
https://issues.apache.org/jira/browse/JENA-1081?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15053471#comment-15053471
]
ASF subversion and git services commented on JENA-1081:
-------------------------------------------------------
Commit 583bc3d9c4f3d6a6836839591935a5e16337382d in jena's branch
refs/heads/master from [~andy.seaborne]
[ https://git-wip-us.apache.org/repos/asf?p=jena.git;h=583bc3d ]
JENA-1081: Improve Turtle pretty layout for blank nodes in lists.
> 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
> Priority: Minor
>
> {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)