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

Prettyprinter Brackets Bug #159

Open
mistermboy opened this issue Aug 3, 2020 · 2 comments
Open

Prettyprinter Brackets Bug #159

mistermboy opened this issue Aug 3, 2020 · 2 comments
Assignees
Labels
bug Something isn't working difficulty-high high difficulty priority-high high priority

Comments

@mistermboy
Copy link
Member

This input

  <#sequence_assembly>  {
    ( p:P2576 { ps:P2576  xsd:string } |
      ps:P4333 {xsd:string    p:P4333 } )  
  }

Produces this output after call the prettyprinter:

<#sequence_assembly>  {
  ( p:P2576 {
    ps:P2576  xsd:string } xsd:string p:P4333  
  }|  ps:P4333 { )  
}
@mistermboy mistermboy added bug Something isn't working priority-high high priority difficulty-high high difficulty labels Aug 3, 2020
@mistermboy mistermboy self-assigned this Aug 3, 2020
@mistermboy mistermboy added this to To do in YASHE- Workflow via automation Aug 3, 2020
@mistermboy mistermboy changed the title Prettyprinter Bug Prettyprinter Brackets Bug Aug 3, 2020
@mistermboy
Copy link
Member Author

mistermboy commented Aug 3, 2020

How is this possible if yashe automatically cancels the operation if produces errors?

@mistermboy mistermboy moved this from To do to In progress in YASHE- Workflow Aug 4, 2020
@mistermboy
Copy link
Member Author

How is this possible if yashe automatically cancels the operation if produces errors?

It was commented...

mistermboy added a commit that referenced this issue Aug 4, 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-high high difficulty priority-high high priority
Projects
YASHE- Workflow
  
In progress
Development

No branches or pull requests

1 participant