Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

PrettyPrint inlineshape bug #157

Open
mistermboy opened this issue Jul 10, 2020 · 0 comments
Open

PrettyPrint inlineshape bug #157

mistermboy opened this issue Jul 10, 2020 · 0 comments
Assignees
Labels
bug Something isn't working difficulty-medium medium difficulty priority-high high priority

Comments

@mistermboy
Copy link
Member

mistermboy commented Jul 10, 2020

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 } 
}

@mistermboy mistermboy added bug Something isn't working priority-high high priority difficulty-medium medium difficulty labels Jul 10, 2020
@mistermboy mistermboy self-assigned this Jul 10, 2020
mistermboy added a commit that referenced this issue Jul 10, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working difficulty-medium medium difficulty priority-high high priority
Projects
None yet
Development

No branches or pull requests

1 participant