Skip to content

PrettyPrint inlineshape bug #157

Description

@mistermboy

Before PrettyPrint:

PREFIX wd:    <http://www.wikidata.org/entity/>
PREFIX wdt:   <http://www.wikidata.org/prop/direct/>

<human> {
  wdt:P31  {  wd:Q5 #asd
    .  } 
}

After PrettyPrint: (wrong output)

PREFIX wd:   <http://www.wikidata.org/entity/>
PREFIX wdt:  <http://www.wikidata.org/prop/direct/>


<human>  {
  wdt:P31  {  wd:Q5  . #asd } 
}

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions