Hello,
I've created a new fork of yasgui and implemented sparql-formatter in addition to the legacy formatter. Currently using v1.0.2. We notice that comments change position.
For example
#comment 1
GRAPH ?g {
#comment 2
}
after formatting it is changed into
#comment 1
#comment 2
GRAPH ?g {
}
Could you take a look at this and make sure that the comment positions are preserved?
Thanks
Hello,
I've created a new fork of yasgui and implemented sparql-formatter in addition to the legacy formatter. Currently using v1.0.2. We notice that comments change position.
For example
after formatting it is changed into
Could you take a look at this and make sure that the comment positions are preserved?
Thanks