Open mistermboy opened 4 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 { ) }
How is this possible if yashe automatically cancels the operation if produces errors?
It was commented...
This input
Produces this output after call the prettyprinter: