C#: sync changes from Ruby to improve ordering of graph test output

This commit is contained in:
Nick Rolfe
2022-01-27 15:34:01 +00:00
parent 6f06263d49
commit cd5010fe11
2 changed files with 3053 additions and 3051 deletions

View File

@@ -894,7 +894,7 @@ module TestOutput {
p
order by
l.getFile().getBaseName(), l.getFile().getAbsolutePath(), l.getStartLine(),
l.getStartColumn()
l.getStartColumn(), l.getEndLine(), l.getEndColumn(), p.toString()
)
).toString()
}