weso / YASHE

Yet Another ShEx Editor.
http://www.weso.es/YASHE/
MIT License
19 stars 3 forks source link

Prettyprinter Brackets Bug #159

Open mistermboy opened 3 years ago

mistermboy commented 3 years ago

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 commented 3 years ago

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

mistermboy commented 3 years ago

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

It was commented...