uqbar-project / wollok

Wollok Programming Language
GNU General Public License v3.0
60 stars 16 forks source link

Formatter: revisar conflictos de formato #1830

Closed fdodino closed 5 years ago

fdodino commented 5 years ago

No se si tiene que ver con el PR de múltiples describes, pero aparecieron algunos conflictos de formateo en estos tests

org.eclipse.xtext.formatting2.internal.ConflictingRegionsException: Conflicting Regions.
{{{}}}: newLine=1 at offset=199 length=0
[[[]]]: newLine=2 at offset=199 length=0
------------------------------- document snippet -------------------------------
          1     

          test "true is true" { assert.that(true) }
}{{{}}}[[[]]]
--------------------------------------------------------------------------------
    at org.eclipse.xtext.formatting2.internal.TextSegmentSet.handleConflict

No es realmente importante, porque el formateo se resuelve, pero lo anoto para solucionarlo en algún momento libre.